summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Disable oatdump_test on mips due to timeouts.Vladimir Marko2016-03-291-2/+2
* ART: Clean up verifierAndreas Gampe2016-03-281-1/+0
* Disable test on arm due to timeouts.Nicolas Geoffray2016-03-241-1/+3
* Add an ImtConflictTable to better resolve IMT conflicts.Nicolas Geoffray2016-03-221-3/+7
* Add oatdump support for app imagesMathieu Chartier2016-03-141-71/+164
* Merge "Add symbolizer option to generate debug information only."David Srbecky2016-03-141-13/+36
|\
| * Add symbolizer option to generate debug information only.David Srbecky2016-03-111-13/+36
* | Symbolize native debug information for AOTed methods in boot.oat.David Srbecky2016-03-111-156/+56
|/
* Merge "Refactor MethodDebugInfo (input of DWARF writer)."David Srbecky2016-03-111-5/+16
|\
| * Refactor MethodDebugInfo (input of DWARF writer).David Srbecky2016-03-101-5/+16
* | Merge "Add Mips abiflags section to the oatfile."Vladimir Marko2016-03-101-0/+3
|\ \ | |/ |/|
| * Add Mips abiflags section to the oatfile.Douglas Leung2016-03-081-0/+3
* | ART: Use the right ElfBuilder for oatdump symbolizerAndreas Gampe2016-03-081-6/+16
|/
* Propagate InstructionSetFeatures to ElfBuilder.David Srbecky2016-03-081-1/+3
* oatdump: Add option to print just the headerDavid Brazdil2016-03-021-11/+24
* ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-1/+3
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-3/+1
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-1/+3
* Add a comment to oatdump for 0 size symbolsTamas Berghammer2016-01-281-0/+2
* Merge "Emit symbol names for trampoline symbols in oatdump"Tamas Berghammer2016-01-281-0/+28
|\
| * Emit symbol names for trampoline symbols in oatdumpTamas Berghammer2016-01-271-0/+28
* | Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-281-11/+40
|\ \
| * | ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-11/+40
* | | Merge "Revert "Revert "Add option to generate compressed backtrace info."""David Srbecky2016-01-271-3/+1
|\ \ \ | |_|/ |/| |
| * | Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-3/+1
| |/
* / Remove GetImageRoots read barrier for image relocationMathieu Chartier2016-01-261-1/+1
|/
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-1/+3
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-3/+1
* Add oat location to oatdump.Jeff Hao2016-01-151-0/+3
* Revert "Create parent class loader for dex2oat"Mathieu Chartier2016-01-141-1/+1
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-232-34/+34
* Rename NullHandle to ScopedNullHandleMathieu Chartier2015-12-211-2/+2
* Merge "Store class tables in the image"Mathieu Chartier2015-12-041-2/+11
|\
| * Store class tables in the imageMathieu Chartier2015-12-031-2/+11
* | Add ElfWriter::GetStream().Vladimir Marko2015-12-041-1/+2
|/
* Refactor oat file writing to give Dex2Oat more control.Vladimir Marko2015-11-301-2/+3
* Create parent class loader for dex2oatMathieu Chartier2015-11-191-1/+1
* Fix class unloading with the CC collector.Hiroshi Yamauchi2015-11-131-2/+2
* Image space cleanup for app imagesMathieu Chartier2015-11-111-1/+1
* Rewrite ElfBuilder to make streaming directly to file easier.David Srbecky2015-11-081-46/+44
* Remove ArtCode.Nicolas Geoffray2015-10-201-10/+10
* Allocate dex cache arrays in their class loader's linear allocMathieu Chartier2015-10-151-4/+5
* Add an abstraction over a compiled code.Nicolas Geoffray2015-10-131-14/+17
* Add OatFileManagerMathieu Chartier2015-10-091-4/+8
* Add and use ScopedSuspendAllMathieu Chartier2015-09-111-3/+1
* Merge "ART: Move DexCache arrays to native."Vladimir Marko2015-09-041-40/+88
|\
| * ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-40/+88
* | Add ScopedThreadSuspensionMathieu Chartier2015-09-031-8/+5
|/
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-7/+14
* Revert "Change dex caches to be weak roots"Brian Carlstrom2015-08-281-14/+7