summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-061-3/+2
* Revert "Hold dex caches live in class table"Brian Carlstrom2016-06-041-2/+3
* Hold dex caches live in class tableMathieu Chartier2016-06-031-3/+2
* Fix oatdump crash on arm64/arm code.Aart Bik2016-05-121-0/+1
* ART: Dump more OatDexFile data in oatdumpAndreas Gampe2016-05-031-1/+19
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-10/+13
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-13/+10
* Write conflict tables in imageMathieu Chartier2016-04-271-10/+13
* Oatdump: Smarter StackMap lookup to improve performance.Vladimir Marko2016-04-111-43/+108
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-042-338/+23
* Merge "Fix thumb bit in the oatdump symbolizer."David Srbecky2016-04-011-1/+5
|\
| * Fix thumb bit in the oatdump symbolizer.David Srbecky2016-03-311-1/+5
* | Merge "Pack stack map entries on bit level to save space."Calin Juravle2016-04-011-1/+1
|\ \
| * | Pack stack map entries on bit level to save space.David Srbecky2016-03-311-1/+1
| |/
* | Merge "ART: Actually run tests cross arch for oatdump"Andreas Gampe2016-04-011-0/+1
|\ \
| * | ART: Actually run tests cross arch for oatdumpAndreas Gampe2016-03-241-0/+1
| |/
* | 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