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
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-40
/
+118
*
Implement LICM in optimizing compiler.
Nicolas Geoffray
2015-01-30
1
-0
/
+3
*
optimizing: NullCheck elimination
Calin Juravle
2015-01-29
1
-8
/
+17
*
ART: Even more Quick cleanup
Andreas Gampe
2015-01-27
1
-5
/
+0
*
Move code around and address growable_array comment.
Nicolas Geoffray
2015-01-26
1
-0
/
+1
*
Introduce a SideEffectsAnalysis class.
Nicolas Geoffray
2015-01-26
1
-1
/
+3
*
Support callee save floating point registers on x64.
Nicolas Geoffray
2015-01-23
1
-2
/
+2
*
Merge "Add implicit null checks for the optimizing compiler"
Calin Juravle
2015-01-20
1
-5
/
+8
|
\
|
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-5
/
+8
*
|
Constant fold after inlining.
Nicolas Geoffray
2015-01-19
1
-2
/
+4
|
/
*
ART: Optimizing compiler intrinsics
Andreas Gampe
2015-01-15
1
-0
/
+5
*
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2015-01-13
1
-2
/
+3
*
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
Andreas Gampe
2015-01-13
1
-3
/
+2
*
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2015-01-13
1
-2
/
+3
*
Move code around in OptimizingCompiler::Compile to reduce stack space.
Nicolas Geoffray
2015-01-12
1
-56
/
+88
*
Look at instruction set features when generating volatiles code
Calin Juravle
2015-01-05
1
-7
/
+8
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
1
-21
/
+22
*
ART: Added Checker, a pattern matching test engine
David Brazdil
2014-12-17
1
-10
/
+14
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-39
/
+39
*
Merge "Add more compilation stats to optimizing"
Calin Juravle
2014-12-15
1
-22
/
+27
|
\
|
*
Add more compilation stats to optimizing
Calin Juravle
2014-12-10
1
-22
/
+27
*
|
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-12-09
1
-10
/
+14
|
/
*
Bounds check elimination.
Mingyao Yang
2014-12-03
1
-2
/
+5
*
Merge "Add some heursitics for compiling, close to Quick's."
Nicolas Geoffray
2014-12-02
1
-0
/
+2
|
\
|
*
Add some heursitics for compiling, close to Quick's.
Nicolas Geoffray
2014-12-02
1
-0
/
+2
*
|
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-12-02
1
-2
/
+21
*
|
Don't run optimizations after baseline.
Nicolas Geoffray
2014-12-01
1
-14
/
+0
|
/
*
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
[next]