summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.cc
AgeCommit message (Expand)Author
2015-06-02Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-25Move Class.newInstance to native Mathieu Chartier
2015-04-21ART: Add compiled-methods Andreas Gampe
2015-04-20ART: Fix wrong parameter in JIT Andreas Gampe
2015-04-13Add --include-cfi compiler option. David Srbecky
2015-04-12Remove the --gen-gdb-info compiler option. David Srbecky
2015-03-27ART: Some runtime cleanup Andreas Gampe
2015-03-27ART: PathClassLoader for compiler Andreas Gampe
2015-03-23Fix a bug in AddToCodeCache Mathieu Chartier
2015-03-09Add way to print JIT related info at shutdown Mathieu Chartier
2015-03-09Trim arenas for JIT Mathieu Chartier
2015-03-05ART: Add option to abort dex2oat on hard failure Andreas Gampe
2015-03-04ART: Add debuggable compiler flag Andreas Gampe
2015-02-27Change JIT to not use PIC Mathieu Chartier
2015-02-25Fix JIT for vmdebug test 99 Mathieu Chartier
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier