summaryrefslogtreecommitdiffstats
path: root/runtime/oat.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encode VmapTable entries offset by 2 to reduce size.Vladimir Marko2014-02-251-1/+1
* Bump oat file version due to apparent recent code/runtime interface changeBrian Carlstrom2014-01-281-1/+1
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-1/+1
* Delta-encoding of mapping tables.Vladimir Marko2013-11-291-1/+1
* Turn up oat version to 11Brian Carlstrom2013-11-251-1/+1
* Support hardware divide instructionDave Allison2013-11-051-1/+10
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-5/+45
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-1/+1
* Entry point clean up.Ian Rogers2013-08-121-26/+86
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+245