summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-151-70/+62
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-4/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-4/+6
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-2/+6
* ART: Refactor elf_writer_quick, add symbolizerAndreas Gampe2014-09-052-7/+246
* ART: Allow oatdump to print vr stack locationsRazvan A Lupusoru2014-09-041-0/+40
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-2/+2
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-2/+13
* Clean up Handle usage.Mathieu Chartier2014-08-231-9/+7
* Handlerize MethodVerifier::mirror_method_.Hiroshi Yamauchi2014-08-221-4/+6
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+2
* Runtime can now be set to require relocationAlex Light2014-07-221-4/+11
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Break apart header files.Ian Rogers2014-07-151-1/+1
* Merge "Revert "Revert "ART: Key-Value Store in Oat header"""Andreas Gampe2014-07-111-4/+12
|\
| * Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-4/+12
* | Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+1
|/
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-12/+4
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-4/+12
* Multilib ART host.Ian Rogers2014-06-241-2/+61
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-7/+5