index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
jit
/
jit_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Write conflict tables in image""
Mathieu Chartier
2016-04-28
1
-1
/
+2
*
Move Assemblers to the Arena.
Vladimir Marko
2016-04-18
1
-2
/
+2
*
Merge "Clear inline caches at each full GC."
Nicolas Geoffray
2016-03-10
1
-1
/
+6
|
\
|
*
Clear inline caches at each full GC.
Nicolas Geoffray
2016-03-09
1
-1
/
+6
*
|
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-03-08
1
-1
/
+2
|
/
*
Refine statistics around the JIT.
Nicolas Geoffray
2016-03-03
1
-3
/
+1
*
Give the JIT its own arena pool to avoid lock contentions.
Nicolas Geoffray
2016-03-01
1
-2
/
+2
*
Merge "ART: Allow method references across oat files for multi-image, 2nd att...
Vladimir Marko
2016-02-24
1
-1
/
+0
|
\
|
*
ART: Allow method references across oat files for multi-image, 2nd attempt.
Vladimir Marko
2016-02-24
1
-1
/
+0
*
|
The JIT does not need VerifedMethod nor CompilerCallbacks.
Nicolas Geoffray
2016-02-18
1
-15
/
+2
|
/
*
Revert "Allow method references across oat files for multi-image."
Vladimir Marko
2016-02-17
1
-0
/
+1
*
Allow method references across oat files for multi-image.
Vladimir Marko
2016-02-17
1
-1
/
+0
*
Re-enable OSR.
Nicolas Geoffray
2016-02-11
1
-6
/
+4
*
Split elf_writer_debug.cc to several files.
David Srbecky
2016-02-08
1
-2
/
+2
*
Merge "Move code related to debug info generation to its own directory."
David Srbecky
2016-02-08
1
-2
/
+2
|
\
|
*
Move code related to debug info generation to its own directory.
David Srbecky
2016-02-08
1
-2
/
+2
*
|
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-02-05
1
-5
/
+6
|
/
*
Merge "Don't crash if the perf map creation failed"
Tamas Berghammer
2016-01-28
1
-3
/
+4
|
\
|
*
Don't crash if the perf map creation failed
Tamas Berghammer
2016-01-28
1
-3
/
+4
*
|
ART: Add option to ensure deterministic compilation
Andreas Gampe
2016-01-27
1
-1
/
+2
|
/
*
Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions."
Nicolas Geoffray
2016-01-18
1
-3
/
+3
|
\
|
*
Move --dump-cfg and dump-cfg-append to CompilerOptions.
Nicolas Geoffray
2016-01-18
1
-3
/
+3
*
|
Report types loaded during init to the native debugger
Tamas Berghammer
2016-01-18
1
-2
/
+3
*
|
Report loaded classes to native debugger.
Tamas Berghammer
2016-01-18
1
-0
/
+12
|
/
*
Support --perf with jitted code.
Nicolas Geoffray
2016-01-13
1
-1
/
+36
*
Perform profile file analysis in dex2oat
Calin Juravle
2016-01-07
1
-2
/
+2
*
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-23
1
-1
/
+3
*
Inline monomorphic calls.
Nicolas Geoffray
2015-12-04
1
-13
/
+1
*
Fix interaction between JIT and instrumentation.
Nicolas Geoffray
2015-11-06
1
-1
/
+2
*
Code cleanup to avoid CompilerDriver abstractions in JIT.
Nicolas Geoffray
2015-11-05
1
-94
/
+4
*
Fix tests flakiness with jit when using Proxy classes.
Nicolas Geoffray
2015-11-02
1
-1
/
+4
*
Refactor code so that JIT can parse compiler options.
Nicolas Geoffray
2015-10-30
1
-3
/
+14
*
Merge "Reduce memory used by CompiledMethods."
Vladimir Marko
2015-10-27
1
-14
/
+14
|
\
|
*
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-10-27
1
-14
/
+14
*
|
Support garbage collection of JITted code.
Nicolas Geoffray
2015-10-26
1
-14
/
+4
|
/
*
Merge "Use DlMallocSpace for the JIT code cache."
Nicolas Geoffray
2015-10-21
1
-97
/
+58
|
\
|
*
Use DlMallocSpace for the JIT code cache.
Nicolas Geoffray
2015-10-21
1
-97
/
+58
*
|
Remove ArtCode.
Nicolas Geoffray
2015-10-20
1
-0
/
+1
*
|
Parse runtime compiler options for JIT
Mathieu Chartier
2015-10-15
1
-1
/
+32
|
/
*
Add option to append to the cfg dump.
Calin Juravle
2015-09-15
1
-0
/
+1
*
ART: Wire up DexToDexCompiler without extern
Andreas Gampe
2015-08-05
1
-1
/
+1
*
Allow for fine tuning the inliner.
Calin Juravle
2015-07-29
1
-0
/
+2
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-1
/
+1
*
Change JIT code to use optimizing.
Nicolas Geoffray
2015-07-10
1
-30
/
+60
*
Add clear cache for JIT
Mathieu Chartier
2015-06-01
1
-0
/
+3
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-16
/
+14
*
Add --generate-debug-info flag and remove the other two flags.
David Srbecky
2015-05-28
1
-2
/
+1
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Move Class.newInstance to native
Mathieu Chartier
2015-04-25
1
-1
/
+1
*
ART: Add compiled-methods
Andreas Gampe
2015-04-21
1
-1
/
+1
[next]