summaryrefslogtreecommitdiff
path: root/compiler/compiled_method.cc
AgeCommit message (Expand)Author
2014-06-23Move trampolines to thumb2 instead of ARM Dave Allison
2014-05-06Give Compiler a back reference to the driver. Ian Rogers
2014-04-14Centralize instruction-set pointer-size, alignment, 64b-width code Andreas Gampe
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-28x86_64: JNI compiler Dmitry Petrochenko
2014-03-19AArch64: Add arm64 runtime support. Stuart Monteith
2014-03-06Fix host architecture for 64bit. Ian Rogers
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