summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.cc
AgeCommit message (Expand)Author
2016-08-08Implement running user defined list of passes Wojciech Staszkiewicz
2016-08-06Add a register allocation strategy compiler option Matthew Gharrity
2016-05-03Remove -XOatFileManagerCompilerFilter argument. Richard Uhler
2016-04-28Revert "Revert "Write conflict tables in image"" Mathieu Chartier
2016-04-22Refactor use of __ANDROID__ macro Bilyan Borisov
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2016-03-10Merge "Clear inline caches at each full GC." Nicolas Geoffray
2016-03-09Clear inline caches at each full GC. Nicolas Geoffray
2016-03-08Propagate InstructionSetFeatures to ElfBuilder. David Srbecky
2016-03-03Refine statistics around the JIT. Nicolas Geoffray
2016-03-01Give the JIT its own arena pool to avoid lock contentions. Nicolas Geoffray
2016-02-24Merge "ART: Allow method references across oat files for multi-image, 2nd att... Vladimir Marko
2016-02-24ART: Allow method references across oat files for multi-image, 2nd attempt. Vladimir Marko
2016-02-18The JIT does not need VerifedMethod nor CompilerCallbacks. Nicolas Geoffray
2016-02-17Revert "Allow method references across oat files for multi-image." Vladimir Marko
2016-02-17Allow method references across oat files for multi-image. Vladimir Marko
2016-02-11Re-enable OSR. Nicolas Geoffray
2016-02-08Split elf_writer_debug.cc to several files. David Srbecky
2016-02-08Merge "Move code related to debug info generation to its own directory." David Srbecky
2016-02-08Move code related to debug info generation to its own directory. David Srbecky
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2016-01-28Merge "Don't crash if the perf map creation failed" Tamas Berghammer
2016-01-28Don't crash if the perf map creation failed Tamas Berghammer
2016-01-27ART: Add option to ensure deterministic compilation Andreas Gampe
2016-01-18Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions." Nicolas Geoffray
2016-01-18Report types loaded during init to the native debugger Tamas Berghammer
2016-01-18Report loaded classes to native debugger. Tamas Berghammer
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-13Support --perf with jitted code. Nicolas Geoffray
2016-01-07Perform profile file analysis in dex2oat Calin Juravle
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-04Inline monomorphic calls. Nicolas Geoffray
2015-11-06Fix interaction between JIT and instrumentation. Nicolas Geoffray
2015-11-05Code cleanup to avoid CompilerDriver abstractions in JIT. Nicolas Geoffray
2015-11-02Fix tests flakiness with jit when using Proxy classes. Nicolas Geoffray
2015-10-30Refactor code so that JIT can parse compiler options. Nicolas Geoffray
2015-10-27Merge "Reduce memory used by CompiledMethods." Vladimir Marko
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-26Support garbage collection of JITted code. Nicolas Geoffray
2015-10-21Merge "Use DlMallocSpace for the JIT code cache." Nicolas Geoffray
2015-10-21Use DlMallocSpace for the JIT code cache. Nicolas Geoffray
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-10-15Parse runtime compiler options for JIT Mathieu Chartier
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-08-05ART: Wire up DexToDexCompiler without extern Andreas Gampe
2015-07-29Allow for fine tuning the inliner. Calin Juravle
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-07-10Change JIT code to use optimizing. Nicolas Geoffray
2015-06-01Add clear cache for JIT Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier