summaryrefslogtreecommitdiffstats
path: root/runtime/oat.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-3/+12
* ART: Show invalid oat header cause in error messageAndreas Gampe2014-12-151-2/+32
* Remove portable.Elliott Hughes2014-12-121-63/+3
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-1/+1
* Fix oatwriter code dedupingMathieu Chartier2014-11-251-1/+1
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-26/+10
* Fix ordering of fields with the same name.Vladimir Marko2014-11-171-1/+1
* Merge "Fix LinkFieldsComparator."Vladimir Marko2014-11-141-1/+1
|\
| * Fix LinkFieldsComparator.Vladimir Marko2014-11-141-1/+1
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+3
|/
* Delete unused imtable fieldMathieu Chartier2014-11-101-1/+1
* Don't enable ARM_R4_SUSPEND_FLAG.Ian Rogers2014-11-051-1/+1
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-0/+6
* Support hard float on arm in optimizing compiler.Nicolas Geoffray2014-10-271-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-6/+6
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-1/+1
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-1/+1
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
* Reduce stack usage for overflow checksDave Allison2014-08-131-1/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-2/+29
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-14/+129
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-1/+1
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-130/+15
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-15/+130
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-1/+1
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-1/+1
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-1/+1
* ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-1/+1
* Fix interpreter entrypoint initialization in the imageSebastien Hertz2014-06-021-1/+1
* Switch on implicit checks and bump oat version to force recompilationDave Allison2014-05-301-1/+1
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+1
* Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-221-1/+1
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-14/+8
* Bump oat version to force recompile.Dave Allison2014-05-091-1/+1
* Bump oat version again to force recompileDave Allison2014-05-091-1/+1
* Up OAT version to force recompileDave Allison2014-05-081-1/+1
* Use WaitHoldingLocks in ReferenceProcessor::GetReferent.Mathieu Chartier2014-05-081-1/+1
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-1/+1
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-10/+9
* Separate maps from code in oat file.Vladimir Marko2014-04-221-1/+11
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-1/+1
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-1/+1
* Add r4 as promotable register if implicit suspend checksDave Allison2014-04-021-1/+1
* Fix stack overflow for mutual recursion.Brian Carlstrom2014-03-181-1/+1
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-1/+1
* Fix oatdump for apps.Dave Allison2014-03-121-1/+2
* Bump oat version due to InstructionSet enum renumbering in change:Brian Carlstrom2014-03-071-1/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-3/+23