index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2015-03-30
[optimizing] Only print full stats in VLOG(compiler)
Nicolas Geoffray
2015-03-25
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-24
Merge "Share the runtime arena for faster compile times."
Nicolas Geoffray
2015-03-24
Share the runtime arena for faster compile times.
Nicolas Geoffray
2015-03-24
ART: Boolean simplifier
David Brazdil
2015-03-23
Implement a space filter for optimizing.
Nicolas Geoffray
2015-03-17
Fall back to Quick when Optimizing cannot compile.
Nicolas Geoffray
2015-03-16
[optimizing] Use baseline when debuggable is set.
Nicolas Geoffray
2015-03-11
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-10
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-03-06
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
[optimizing] Enable x86 long support.
Nicolas Geoffray
2015-02-24
ART: Add -Wunused
Andreas Gampe
2015-02-20
Merge "Reference type propagation"
Calin Juravle
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-02-19
Reference type propagation
Calin Juravle
2015-02-19
Have the opt. compiler set the size of "empty" frames to zero.
Roland Levillain
2015-02-05
ART: Fix crash when timing method failing to build
David Brazdil
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-01-30
Implement LICM in optimizing compiler.
Nicolas Geoffray
2015-01-29
optimizing: NullCheck elimination
Calin Juravle
2015-01-27
ART: Even more Quick cleanup
Andreas Gampe
2015-01-26
Move code around and address growable_array comment.
Nicolas Geoffray
2015-01-26
Introduce a SideEffectsAnalysis class.
Nicolas Geoffray
2015-01-23
Support callee save floating point registers on x64.
Nicolas Geoffray
2015-01-20
Merge "Add implicit null checks for the optimizing compiler"
Calin Juravle
2015-01-19
Constant fold after inlining.
Nicolas Geoffray
2015-01-16
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-15
ART: Optimizing compiler intrinsics
Andreas Gampe
2015-01-13
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2015-01-13
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
Andreas Gampe
2015-01-13
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2015-01-12
Move code around in OptimizingCompiler::Compile to reduce stack space.
Nicolas Geoffray
2015-01-05
Look at instruction set features when generating volatiles code
Calin Juravle
2014-12-22
ART: Swap-space in the compiler
Andreas Gampe
2014-12-17
ART: Added Checker, a pattern matching test engine
David Brazdil
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
Merge "Add more compilation stats to optimizing"
Calin Juravle
2014-12-10
Add more compilation stats to optimizing
Calin Juravle
2014-12-09
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-12-03
Bounds check elimination.
Mingyao Yang
2014-12-02
Merge "Add some heursitics for compiling, close to Quick's."
Nicolas Geoffray
2014-12-02
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-12-02
Add some heursitics for compiling, close to Quick's.
Nicolas Geoffray
2014-12-01
Don't run optimizations after baseline.
Nicolas Geoffray
2014-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-19
Merge "Use HOptimization abstraction for running optimizations."
Nicolas Geoffray
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-19
Use cross-compilation helper.
Nicolas Geoffray
2014-11-17
Don't fall back to Quick in optimizing.
Nicolas Geoffray
[next]