summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove started runtime check in RevokeAllThreadLocalAllocationStacksMathieu Chartier2014-02-251-4/+13
* Adds 2 new option args to oatdump:Dave Allison2014-02-241-10/+35
* Fix oatdumpd.Hiroshi Yamauchi2014-02-201-0/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-87/+119
* Fix oatdump "compilercallbacks" option for runtime.Vladimir Marko2014-01-021-1/+7
* Compacting collector.Mathieu Chartier2013-11-111-30/+27
* Merge "Fix oatdump and valgrind." into dalvik-devIan Rogers2013-11-061-4/+15
|\
| * Fix oatdump and valgrind.Ian Rogers2013-11-061-4/+15
* | Support hardware divide instructionDave Allison2013-11-051-0/+3
|/
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+4