index
:
art
replicant-6.0
https://code.fossencdi.org/art.git mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
image_writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-1
/
+0
*
Merge "ART: Make ProcessStrings less noisy"
Andreas Gampe
2015-01-21
1
-2
/
+4
|
\
|
*
ART: Make ProcessStrings less noisy
Andreas Gampe
2015-01-20
1
-2
/
+4
*
|
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2015-01-20
1
-23
/
+12
|
/
*
Remove portable.
Elliott Hughes
2014-12-12
1
-39
/
+1
*
ART: Fix string data leak in image writer
Andreas Gampe
2014-12-05
1
-0
/
+10
*
Revert "Revert "Rewrite ImageWriter's merging of String char[]s.""
Vladimir Marko
2014-12-04
1
-76
/
+55
*
Revert "Rewrite ImageWriter's merging of String char[]s."
Vladimir Marko
2014-12-04
1
-54
/
+76
*
Rewrite ImageWriter's merging of String char[]s.
Vladimir Marko
2014-12-04
1
-76
/
+54
*
Call ProcessStrings() in ImageWriter, fix prefix check.
Vladimir Marko
2014-12-03
1
-3
/
+4
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-1
/
+1
*
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-6
/
+0
*
dex2oat: Pack likely-dirty objects together when generating the boot image
Igor Murashkin
2014-11-20
1
-30
/
+252
*
Fix transitive equality error in set.
Mathieu Chartier
2014-11-19
1
-17
/
+14
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-0
/
+12
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-17
/
+58
*
Combine image string char arrays into single array
Mathieu Chartier
2014-11-17
1
-7
/
+149
*
Keep original order of fields in Class.
Vladimir Marko
2014-11-14
1
-4
/
+6
*
Merge "ART: Refactor dex2oat"
Andreas Gampe
2014-11-07
1
-2
/
+2
|
\
|
*
ART: Refactor dex2oat
Andreas Gampe
2014-11-06
1
-2
/
+2
*
|
Add hash set
Mathieu Chartier
2014-11-06
1
-1
/
+2
|
/
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-2
/
+3
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-1
/
+2
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-5
/
+11
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-1
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-13
/
+13
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
1
-3
/
+4
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-52
/
+54
*
Add ScopedAssertNoThreadSuspension
Mathieu Chartier
2014-09-19
1
-6
/
+2
*
The image for writing needn't be in low 4GB.
Ian Rogers
2014-08-14
1
-1
/
+1
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-4
/
+7
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-202
/
+24
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-26
/
+82
*
Fix some style nitpicks
Alex Light
2014-07-08
1
-7
/
+6
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-6
/
+76
*
Add more read barriers to the class linker.
Hiroshi Yamauchi
2014-06-24
1
-7
/
+28
*
Fix interpreter entrypoint initialization in the image
Sebastien Hertz
2014-06-02
1
-9
/
+39
*
Revert "Revert "Clean up image writer patching.""
Mathieu Chartier
2014-05-30
1
-4
/
+4
*
Revert "Clean up image writer patching."
Mathieu Chartier
2014-05-30
1
-4
/
+4
*
Clean up image writer patching.
Mathieu Chartier
2014-05-29
1
-4
/
+4
*
Add support for relative patching to quick offsets.
Mathieu Chartier
2014-05-29
1
-12
/
+24
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-9
/
+5
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-5
/
+9
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-9
/
+5
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+4
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-4
/
+6
*
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
Dmitry Petrochenko
2014-05-16
1
-1
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-36
/
+39
[next]