index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
oatdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable oatdump_test on mips due to timeouts.
Vladimir Marko
2016-03-29
1
-2
/
+2
*
ART: Clean up verifier
Andreas Gampe
2016-03-28
1
-1
/
+0
*
Disable test on arm due to timeouts.
Nicolas Geoffray
2016-03-24
1
-1
/
+3
*
Add an ImtConflictTable to better resolve IMT conflicts.
Nicolas Geoffray
2016-03-22
1
-3
/
+7
*
Add oatdump support for app images
Mathieu Chartier
2016-03-14
1
-71
/
+164
*
Merge "Add symbolizer option to generate debug information only."
David Srbecky
2016-03-14
1
-13
/
+36
|
\
|
*
Add symbolizer option to generate debug information only.
David Srbecky
2016-03-11
1
-13
/
+36
*
|
Symbolize native debug information for AOTed methods in boot.oat.
David Srbecky
2016-03-11
1
-156
/
+56
|
/
*
Merge "Refactor MethodDebugInfo (input of DWARF writer)."
David Srbecky
2016-03-11
1
-5
/
+16
|
\
|
*
Refactor MethodDebugInfo (input of DWARF writer).
David Srbecky
2016-03-10
1
-5
/
+16
*
|
Merge "Add Mips abiflags section to the oatfile."
Vladimir Marko
2016-03-10
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add Mips abiflags section to the oatfile.
Douglas Leung
2016-03-08
1
-0
/
+3
*
|
ART: Use the right ElfBuilder for oatdump symbolizer
Andreas Gampe
2016-03-08
1
-6
/
+16
|
/
*
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-03-08
1
-1
/
+3
*
oatdump: Add option to print just the header
David Brazdil
2016-03-02
1
-11
/
+24
*
ART: Allow method references across oat files for multi-image, 2nd attempt.
Vladimir Marko
2016-02-24
1
-1
/
+3
*
Revert "Allow method references across oat files for multi-image."
Vladimir Marko
2016-02-17
1
-3
/
+1
*
Allow method references across oat files for multi-image.
Vladimir Marko
2016-02-17
1
-1
/
+3
*
Add a comment to oatdump for 0 size symbols
Tamas Berghammer
2016-01-28
1
-0
/
+2
*
Merge "Emit symbol names for trampoline symbols in oatdump"
Tamas Berghammer
2016-01-28
1
-0
/
+28
|
\
|
*
Emit symbol names for trampoline symbols in oatdump
Tamas Berghammer
2016-01-27
1
-0
/
+28
*
|
Merge "ART: Add option to ensure deterministic compilation"
Andreas Gampe
2016-01-28
1
-11
/
+40
|
\
\
|
*
|
ART: Add option to ensure deterministic compilation
Andreas Gampe
2016-01-27
1
-11
/
+40
*
|
|
Merge "Revert "Revert "Add option to generate compressed backtrace info."""
David Srbecky
2016-01-27
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Revert "Revert "Add option to generate compressed backtrace info.""
David Srbecky
2016-01-26
1
-3
/
+1
|
|
/
*
/
Remove GetImageRoots read barrier for image relocation
Mathieu Chartier
2016-01-26
1
-1
/
+1
|
/
*
Revert "Add option to generate compressed backtrace info."
David Srbecky
2016-01-25
1
-1
/
+3
*
Add option to generate compressed backtrace info.
David Srbecky
2016-01-22
1
-3
/
+1
*
Add oat location to oatdump.
Jeff Hao
2016-01-15
1
-0
/
+3
*
Revert "Create parent class loader for dex2oat"
Mathieu Chartier
2016-01-14
1
-1
/
+1
*
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-23
2
-34
/
+34
*
Rename NullHandle to ScopedNullHandle
Mathieu Chartier
2015-12-21
1
-2
/
+2
*
Merge "Store class tables in the image"
Mathieu Chartier
2015-12-04
1
-2
/
+11
|
\
|
*
Store class tables in the image
Mathieu Chartier
2015-12-03
1
-2
/
+11
*
|
Add ElfWriter::GetStream().
Vladimir Marko
2015-12-04
1
-1
/
+2
|
/
*
Refactor oat file writing to give Dex2Oat more control.
Vladimir Marko
2015-11-30
1
-2
/
+3
*
Create parent class loader for dex2oat
Mathieu Chartier
2015-11-19
1
-1
/
+1
*
Fix class unloading with the CC collector.
Hiroshi Yamauchi
2015-11-13
1
-2
/
+2
*
Image space cleanup for app images
Mathieu Chartier
2015-11-11
1
-1
/
+1
*
Rewrite ElfBuilder to make streaming directly to file easier.
David Srbecky
2015-11-08
1
-46
/
+44
*
Remove ArtCode.
Nicolas Geoffray
2015-10-20
1
-10
/
+10
*
Allocate dex cache arrays in their class loader's linear alloc
Mathieu Chartier
2015-10-15
1
-4
/
+5
*
Add an abstraction over a compiled code.
Nicolas Geoffray
2015-10-13
1
-14
/
+17
*
Add OatFileManager
Mathieu Chartier
2015-10-09
1
-4
/
+8
*
Add and use ScopedSuspendAll
Mathieu Chartier
2015-09-11
1
-3
/
+1
*
Merge "ART: Move DexCache arrays to native."
Vladimir Marko
2015-09-04
1
-40
/
+88
|
\
|
*
ART: Move DexCache arrays to native.
Vladimir Marko
2015-09-03
1
-40
/
+88
*
|
Add ScopedThreadSuspension
Mathieu Chartier
2015-09-03
1
-8
/
+5
|
/
*
Revert "Revert "Change dex caches to be weak roots""
Mathieu Chartier
2015-08-31
1
-7
/
+14
*
Revert "Change dex caches to be weak roots"
Brian Carlstrom
2015-08-28
1
-14
/
+7
[next]