summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-7/+15
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-108/+188
* Add oatdump testMathieu Chartier2015-05-262-1/+133
* ART: Fix double-free in oatdumpAndreas Gampe2015-05-041-1/+1
* Major refactoring of ElfBuilder.David Srbecky2015-04-301-50/+41
* Minor refactoring of ElfBuilder.David Srbecky2015-04-281-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Simplify template parameters of Elf classes.David Srbecky2015-04-221-6/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-19/+11
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-1/+1
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-5/+1
* Merge "Support relative encoded dex locations in oat files."Richard Uhler2015-03-251-3/+5
|\
| * Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-3/+5
* | Compress the StackMaps.Nicolas Geoffray2015-03-201-52/+1
* | Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* | [optimizing] Don't record None locations in the stack maps.Nicolas Geoffray2015-03-131-2/+6
|/
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-8/+14
* Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-12/+33
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-0/+3
* ART: oatdump enhancementsAnestis Bechtsoudis2015-02-251-46/+236
* Display optimizing compiler's CodeInfo objects in oatdump.Roland Levillain2015-02-191-27/+77
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-4/+8
* ART: Fix oatdumpAndreas Gampe2014-12-171-2/+9
* Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-162-213/+140
* Remove portable.Elliott Hughes2014-12-121-36/+8
* Remove FieldHelper.Ian Rogers2014-12-021-32/+35
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-12/+10
* Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-11/+24
* Merge "Improvements to the ARM64 disassembler."Ian Rogers2014-11-191-1/+2
|\
| * Improvements to the ARM64 disassembler.Alexandre Rames2014-10-291-1/+2
* | ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-2/+2
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-0/+1
* | Add a --method-filter option to oatdump.Nicolas Geoffray2014-11-121-1/+17
* | Fix dump-oat-core-*Ian Rogers2014-11-071-2/+2
* | Add hash map, reduce excessive hashingMathieu Chartier2014-11-071-1/+2
* | ART: More warningsAndreas Gampe2014-11-041-12/+12
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-9/+15
* | Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-2/+2
|/
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-3/+5
* Optimize method linkingMathieu Chartier2014-10-271-1/+2
* Merge "Make ART compile with GCC -O0 again."Ian Rogers2014-10-171-3/+8
|\
| * Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+8
* | Fix oatdump for no imageMathieu Chartier2014-10-151-0/+2
|/
* stdint types all the way!Ian Rogers2014-10-091-5/+5
* Tidy ELF builder.Ian Rogers2014-10-091-11/+10
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-0/+5
* Merge "ART: Allow oatdump to verify oat file"Andreas Gampe2014-09-191-124/+243
|\
| * ART: Allow oatdump to verify oat fileAndreas Gampe2014-09-181-124/+243
* | Update comment about disabling vmap dump.Nicolas Geoffray2014-09-171-4/+7
|/
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-107/+333