summaryrefslogtreecommitdiffstats
path: root/compiler/compiled_method.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Implement CFI for Optimizing.David Srbecky2015-04-091-19/+2
* Pass linker patches around as const.Vladimir Marko2015-04-021-5/+5
* Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-56/+32
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-22/+75
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-10/+14
* Revert "Add JIT"Nicolas Geoffray2015-02-241-14/+10
* Add JITMathieu Chartier2015-02-231-10/+14
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-42/+79
* Remove portable.Elliott Hughes2014-12-121-25/+2
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-4/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* ART: More warningsAndreas Gampe2014-11-041-1/+1
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-1/+105
* ART: fix highest PC values removal in SrcMap.DeltaFormat()Yevgeny Rouban2014-09-161-1/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-4/+13
* ART fix oat debug source map operationsYevgeny Rouban2014-08-251-36/+17
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-1/+99
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-1/+2
* Move trampolines to thumb2 instead of ARMDave Allison2014-06-231-0/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-4/+4
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-17/+2
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-2/+17
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-17/+2
* Use trampolines for calls to helpersDave Allison2014-04-041-2/+17
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-1/+8
* Object model changes to support 64bit.Ian Rogers2014-02-061-15/+18
* Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-0/+176