summaryrefslogtreecommitdiffstats
path: root/runtime/oat.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-181-1/+1
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-1/+9
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-1/+1
* ART: Store classpath information into oat fileAndreas Gampe2015-04-141-0/+1
* ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-061-0/+4
* Revert "Revert "Use optimizing for apps.""Nicolas Geoffray2015-03-201-1/+1
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-191-1/+1
* Revert "Use optimizing for apps."Nicolas Geoffray2015-03-191-1/+1
* Use optimizing for apps.Nicolas Geoffray2015-03-171-1/+1
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-1/+1
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-1/+1
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-1/+1
* ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-301-1/+1
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-1/+1
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-1/+1
* ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-1/+1
* Update oat version to 053.Chenfu Bao2014-12-291-1/+1
* ART: Show invalid oat header cause in error messageAndreas Gampe2014-12-151-2/+3
* Remove portable.Elliott Hughes2014-12-121-13/+0
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-10/+7
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+3
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-0/+1
* ART: Add pic flag to oat header storeAndreas Gampe2014-10-271-0/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-4/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+7
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-12/+30
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-30/+12
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-12/+30
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-12/+10
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-7/+8
* Separate maps from code in oat file.Vladimir Marko2014-04-221-0/+13
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+4
* Support hardware divide instructionDave Allison2013-11-051-0/+3
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+8
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-0/+13
* Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-3/+3
* Entry point clean up.Ian Rogers2013-08-121-8/+25
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-2/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+116