summaryrefslogtreecommitdiffstats
path: root/compiler/compiled_method.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Implement CFI for Optimizing.David Srbecky2015-04-091-33/+0
* Pass linker patches around as const.Vladimir Marko2015-04-021-4/+5
* Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-2/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-15/+60
* Revert "Add JIT"Nicolas Geoffray2015-02-241-60/+15
* Add JITMathieu Chartier2015-02-231-15/+60
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+2
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-46/+73
* Remove portable.Elliott Hughes2014-12-121-69/+5
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-2/+1
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-6/+14
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-0/+19
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-11/+17
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-2/+3
* Move trampolines to thumb2 instead of ARMDave Allison2014-06-231-2/+6
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-21/+21
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-15/+1
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-10/+7
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-7/+10
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-10/+7
* Use trampolines for calls to helpersDave Allison2014-04-041-7/+10
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-0/+2
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+4
* Fix host architecture for 64bit.Ian Rogers2014-03-061-1/+2
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-6/+9
* Object model changes to support 64bit.Ian Rogers2014-02-061-12/+41
* Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-0/+170