summaryrefslogtreecommitdiffstats
path: root/compiler/jit/jit_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-1/+2
* Move Assemblers to the Arena.Vladimir Marko2016-04-181-2/+2
* Merge "Clear inline caches at each full GC."Nicolas Geoffray2016-03-101-1/+6
|\
| * Clear inline caches at each full GC.Nicolas Geoffray2016-03-091-1/+6
* | Propagate InstructionSetFeatures to ElfBuilder.David Srbecky2016-03-081-1/+2
|/
* Refine statistics around the JIT.Nicolas Geoffray2016-03-031-3/+1
* Give the JIT its own arena pool to avoid lock contentions.Nicolas Geoffray2016-03-011-2/+2
* Merge "ART: Allow method references across oat files for multi-image, 2nd att...Vladimir Marko2016-02-241-1/+0
|\
| * ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-1/+0
* | The JIT does not need VerifedMethod nor CompilerCallbacks.Nicolas Geoffray2016-02-181-15/+2
|/
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-0/+1
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-1/+0
* Re-enable OSR.Nicolas Geoffray2016-02-111-6/+4
* Split elf_writer_debug.cc to several files.David Srbecky2016-02-081-2/+2
* Merge "Move code related to debug info generation to its own directory."David Srbecky2016-02-081-2/+2
|\
| * Move code related to debug info generation to its own directory.David Srbecky2016-02-081-2/+2
* | Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""Nicolas Geoffray2016-02-051-5/+6
|/
* Merge "Don't crash if the perf map creation failed"Tamas Berghammer2016-01-281-3/+4
|\
| * Don't crash if the perf map creation failedTamas Berghammer2016-01-281-3/+4
* | ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-1/+2
|/
* Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions."Nicolas Geoffray2016-01-181-3/+3
|\
| * Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-181-3/+3
* | Report types loaded during init to the native debuggerTamas Berghammer2016-01-181-2/+3
* | Report loaded classes to native debugger.Tamas Berghammer2016-01-181-0/+12
|/
* Support --perf with jitted code.Nicolas Geoffray2016-01-131-1/+36
* Perform profile file analysis in dex2oatCalin Juravle2016-01-071-2/+2
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-1/+3
* Inline monomorphic calls.Nicolas Geoffray2015-12-041-13/+1
* Fix interaction between JIT and instrumentation.Nicolas Geoffray2015-11-061-1/+2
* Code cleanup to avoid CompilerDriver abstractions in JIT.Nicolas Geoffray2015-11-051-94/+4
* Fix tests flakiness with jit when using Proxy classes.Nicolas Geoffray2015-11-021-1/+4
* Refactor code so that JIT can parse compiler options.Nicolas Geoffray2015-10-301-3/+14
* Merge "Reduce memory used by CompiledMethods."Vladimir Marko2015-10-271-14/+14
|\
| * Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-14/+14
* | Support garbage collection of JITted code.Nicolas Geoffray2015-10-261-14/+4
|/
* Merge "Use DlMallocSpace for the JIT code cache."Nicolas Geoffray2015-10-211-97/+58
|\
| * Use DlMallocSpace for the JIT code cache.Nicolas Geoffray2015-10-211-97/+58
* | Remove ArtCode.Nicolas Geoffray2015-10-201-0/+1
* | Parse runtime compiler options for JITMathieu Chartier2015-10-151-1/+32
|/
* Add option to append to the cfg dump.Calin Juravle2015-09-151-0/+1
* ART: Wire up DexToDexCompiler without externAndreas Gampe2015-08-051-1/+1
* Allow for fine tuning the inliner.Calin Juravle2015-07-291-0/+2
* Move to newer clang annotationsMathieu Chartier2015-07-221-1/+1
* Change JIT code to use optimizing.Nicolas Geoffray2015-07-101-30/+60
* Add clear cache for JITMathieu Chartier2015-06-011-0/+3
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-16/+14
* Add --generate-debug-info flag and remove the other two flags.David Srbecky2015-05-281-2/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Move Class.newInstance to nativeMathieu Chartier2015-04-251-1/+1
* ART: Add compiled-methodsAndreas Gampe2015-04-211-1/+1