summaryrefslogtreecommitdiff
path: root/compiler/compiled_method.h
AgeCommit message (Expand)Author
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-09Implement CFI for Optimizing. David Srbecky
2015-04-02Pass linker patches around as const. Vladimir Marko
2015-04-01Write .debug_line section using the new DWARF library. David Srbecky
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-12Remove portable. Elliott Hughes
2014-12-09Ensure stack maps are 4 byte aligned. Nicolas Geoffray
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-04ART: More warnings Andreas Gampe
2014-09-25Implement method calls using relative BL on ARM. Vladimir Marko
2014-09-16ART: fix highest PC values removal in SrcMap.DeltaFormat() Yevgeny Rouban
2014-09-08Runtime support for the new stack maps for the opt compiler. Nicolas Geoffray
2014-08-25ART fix oat debug source map operations Yevgeny Rouban
2014-08-15ART source line debug info in OAT files Yevgeny Rouban
2014-08-05Emit CFI for x86 & x86_64 JNI compiler. Tong Shen
2014-06-23Move trampolines to thumb2 instead of ARM Dave Allison
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-15Compatibility layer to transition from UniquePtr to std::unique_ptr. Ian Rogers
2014-05-06Give Compiler a back reference to the driver. Ian Rogers
2014-04-09Revert "Revert "Revert "Use trampolines for calls to helpers""" Dave Allison
2014-04-09Revert "Revert "Use trampolines for calls to helpers"" Dave Allison
2014-04-07Revert "Use trampolines for calls to helpers" Dave Allison
2014-04-04Use trampolines for calls to helpers Dave Allison
2014-03-02Tell GDB about Quick ART generated code Mark Mendell
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-09-03Multi threaded hashed deduplication during compilation. Mathieu Chartier