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
*
Merge "Minor improvements to 458-checker-instruction-simplification."
Roland Levillain
2015-04-24
1
-1
/
+1
|
\
|
*
Minor improvements to 458-checker-instruction-simplification.
Alexandre Rames
2015-04-20
1
-1
/
+1
*
|
ART: Run BooleanSimplifier after inlining
David Brazdil
2015-04-23
1
-3
/
+3
*
|
[optimizing] Name the last DCE pass.
Calin Juravle
2015-04-22
1
-1
/
+1
*
|
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-22
1
-3
/
+5
*
|
Revert "Run DCE again after all the other optimizations have run."
Nicolas Geoffray
2015-04-21
1
-5
/
+3
*
|
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
1
-3
/
+5
*
|
Use --dump-stats to dump optimizing compiler stats.
Calin Juravle
2015-04-21
1
-19
/
+29
|
/
*
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-16
1
-5
/
+18
|
\
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-16
1
-5
/
+18
*
|
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-1
/
+1
|
/
*
Add --include-cfi compiler option.
David Srbecky
2015-04-13
1
-1
/
+1
*
Merge "Revert "Fallback to quick in case of soft verification errors""
Calin Juravle
2015-04-13
1
-18
/
+5
|
\
|
*
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-18
/
+5
*
|
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-5
/
+18
|
\
|
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
1
-5
/
+18
*
|
Merge "ART: Refactor CompileOptimized"
Andreas Gampe
2015-04-10
1
-15
/
+15
|
\
\
|
*
|
ART: Refactor CompileOptimized
Andreas Gampe
2015-04-10
1
-15
/
+15
|
|
/
*
/
ART: Remove WriteElf from Compiler
Andreas Gampe
2015-04-10
1
-14
/
+0
|
/
*
Fix build - the stack frame is too large.
David Srbecky
2015-04-09
1
-0
/
+4
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-5
/
+21
*
Merge "ART: Fix 64-bit ELF file support"
Andreas Gampe
2015-04-08
1
-2
/
+7
|
\
|
*
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-04-07
1
-2
/
+7
*
|
ART: Print C1vis header only if visualizer enabled
David Brazdil
2015-04-07
1
-1
/
+4
|
/
*
Merge "Fixed layout for dex caches in boot image."
Vladimir Marko
2015-03-31
1
-0
/
+2
|
\
|
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-0
/
+2
*
|
[optimizing] Only print full stats in VLOG(compiler)
Nicolas Geoffray
2015-03-30
1
-2
/
+7
|
/
*
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-25
1
-1
/
+1
*
Merge "Share the runtime arena for faster compile times."
Nicolas Geoffray
2015-03-24
1
-2
/
+1
|
\
|
*
Share the runtime arena for faster compile times.
Nicolas Geoffray
2015-03-24
1
-2
/
+1
*
|
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-0
/
+5
|
/
*
Implement a space filter for optimizing.
Nicolas Geoffray
2015-03-23
1
-0
/
+10
*
Fall back to Quick when Optimizing cannot compile.
Nicolas Geoffray
2015-03-17
1
-32
/
+66
*
[optimizing] Use baseline when debuggable is set.
Nicolas Geoffray
2015-03-16
1
-2
/
+3
*
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-11
1
-1
/
+1
*
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-03-10
1
-5
/
+2
*
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
1
-1
/
+1
*
[optimizing] Enable x86 long support.
Nicolas Geoffray
2015-03-06
1
-1
/
+1
*
ART: Add -Wunused
Andreas Gampe
2015-02-24
1
-5
/
+5
*
Merge "Reference type propagation"
Calin Juravle
2015-02-20
1
-6
/
+12
|
\
|
*
Reference type propagation
Calin Juravle
2015-02-19
1
-6
/
+12
*
|
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
|
/
*
Have the opt. compiler set the size of "empty" frames to zero.
Roland Levillain
2015-02-19
1
-12
/
+19
*
ART: Fix crash when timing method failing to build
David Brazdil
2015-02-05
1
-56
/
+71
*
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
[next]