summaryrefslogtreecommitdiffstats
path: root/compiler/compiled_method.cc
Commit message (Expand)AuthorAgeFilesLines
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-2/+2
* Remove CompiledMethod dependency on CompilerDriver.Vladimir Marko2018-11-191-16/+16
* Move MethodInfo to CodeInfo.David Srbecky2018-08-011-5/+0
* Remove frame info from OatQuickMethodHeader.David Srbecky2018-07-271-12/+0
* Enable code item dedupingMathieu Chartier2018-02-051-6/+0
* Fix quickening logicMathieu Chartier2018-01-221-0/+6
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-4/+4
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-14/+14
* Refactor compiled_method.h .Vladimir Marko2017-09-201-5/+5
* Add method info to oat filesMathieu Chartier2017-03-161-7/+7
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-10/+9
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-65/+27
* Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after qu...Nicolas Geoffray2015-07-151-14/+6
* Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening...Nicolas Geoffray2015-07-131-1/+2
* Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""Nicolas Geoffray2015-07-131-2/+1
* Revert "Make dex2dex return a CompiledMethod after quickening."Nicolas Geoffray2015-07-131-1/+2
* Make dex2dex return a CompiledMethod after quickening.Nicolas Geoffray2015-07-101-2/+1
* 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