summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-4/+3
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-3/+6
* ART: Allocate ostreams on the heap in Oatdump::DumpOatMethodAndreas Gampe2014-06-041-32/+26
* Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""Mathieu Chartier2014-05-231-2/+2
|\
| * Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-2/+2
* | Make the specification of when we need precise constants more precise.Ian Rogers2014-05-231-1/+1
|/
* Update dump-oat-* and oatdump for new image file layoutBrian Carlstrom2014-05-221-11/+35
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-9/+9
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-7/+9
* Place ISA into boot image name.Ian Rogers2014-05-121-1/+1
* Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-1/+2
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-0/+1
* Merge "Avoid allocating OatFile::OatClass on the heap."Vladimir Marko2014-04-221-12/+10
|\
| * Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-12/+10
* | Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-1/+1
|/
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-8/+3
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-35/+67
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-43/+9