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
/
optimizing
/
optimizing_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-25
1
-9
/
+15
*
Merge "Use HOptimization abstraction for running optimizations."
Nicolas Geoffray
2014-11-19
1
-9
/
+20
|
\
|
*
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-19
1
-9
/
+20
*
|
Use cross-compilation helper.
Nicolas Geoffray
2014-11-19
1
-1
/
+2
|
/
*
Don't fall back to Quick in optimizing.
Nicolas Geoffray
2014-11-17
1
-65
/
+26
*
Minor object store optimizations.
Nicolas Geoffray
2014-11-14
1
-0
/
+1
*
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-06
1
-12
/
+21
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-0
/
+1
*
Support for CONST_STRING in optimizing compiler.
Nicolas Geoffray
2014-10-31
1
-0
/
+4
*
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-27
1
-15
/
+8
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-7
/
+14
*
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
1
-1
/
+4
*
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-17
1
-0
/
+5
*
Add a prepare for register allocation pass.
Nicolas Geoffray
2014-10-06
1
-0
/
+2
*
Revert "Introduce a class to implement optimization passes."
Nicolas Geoffray
2014-10-01
1
-5
/
+0
*
Introduce a class to implement optimization passes.
Roland Levillain
2014-10-01
1
-0
/
+5
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-0
/
+2
*
First optimization in new compiler: simple GVN.
Nicolas Geoffray
2014-09-19
1
-0
/
+6
*
It can be that no method has been compiled.
Nicolas Geoffray
2014-09-18
1
-5
/
+9
*
Add the "time" compilation filter and output compilation stats.
Nicolas Geoffray
2014-09-17
1
-4
/
+31
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-22
/
+41
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
1
-2
/
+118
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-1
/
+5
*
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-07-16
1
-4
/
+5
*
Add two phi pruning phases.
Nicolas Geoffray
2014-07-14
1
-1
/
+5
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-1
/
+1
*
Do not attempt to compile on architectures we do not support.
Nicolas Geoffray
2014-07-04
1
-5
/
+11
*
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-26
1
-0
/
+4
*
Revert "Re-enable tests with the optimizing compiler."
Nicolas Geoffray
2014-06-25
1
-4
/
+0
*
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-25
1
-0
/
+4
*
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-24
1
-4
/
+0
*
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-12
1
-14
/
+32
*
Plug code generator into liveness analysis.
Nicolas Geoffray
2014-06-10
1
-1
/
+1
*
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-26
1
-3
/
+10
*
Build live ranges in preparation for register allocation.
Nicolas Geoffray
2014-05-19
1
-0
/
+1
*
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-14
1
-0
/
+23
*
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-05-13
1
-0
/
+1
*
Merge "Build live-in, live-out and kill sets for each block."
Nicolas Geoffray
2014-05-07
1
-0
/
+2
|
\
|
*
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-07
1
-0
/
+2
*
|
Give Compiler a back reference to the driver.
Ian Rogers
2014-05-06
1
-5
/
+5
|
/
*
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-04-28
1
-0
/
+4
*
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
1
-1
/
+0
*
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-09
1
-0
/
+1
*
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-07
1
-1
/
+0
*
Use trampolines for calls to helpers
Dave Allison
2014-04-04
1
-0
/
+1
*
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-31
1
-2
/
+16
*
Run Java tests with the optimizing compiler.
Nicolas Geoffray
2014-03-19
1
-4
/
+9
*
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-18
1
-1
/
+65
*
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray
2014-03-13
1
-0
/
+32