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_stats.h
Age
Commit message (
Expand
)
Author
2016-07-18
Add a new control flow simplifier.
Nicolas Geoffray
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-03-16
Clean up NullCheck generation and record stats about it.
Calin Juravle
2016-03-16
Improve compiler stats
Calin Juravle
2016-02-18
Add statistics support for some optimizations
Jean-Philippe Halimi
2016-01-28
Optimizing: Try pattern substitution when we cannot inline.
Vladimir Marko
2016-01-28
Implement first kind of polymorphic inlining.
Nicolas Geoffray
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-06
ART: Resolve ambiguous ArraySets
David Brazdil
2015-12-31
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-15
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-14
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-04
Inline monomorphic calls.
Nicolas Geoffray
2015-12-01
Clean up optimizing compiler stats
Calin Juravle
2015-10-02
Don't delegate to Quick anymore.
Nicolas Geoffray
2015-10-02
Enable compilation of members with access check failures.
Calin Juravle
2015-10-02
Revert "Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-09-17
Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-09-17
Support unresolved fields in optimizing
Calin Juravle
2015-09-17
Support unresolved methods in Optimizing
Calin Juravle
2015-08-19
Put in place the ARM64 instruction simplification framework.
Alexandre Rames
2015-06-18
Bailout from compilation if an invoke is malformed.
Nicolas Geoffray
2015-06-09
ART: Check long and double register pairs in invokes
Andreas Gampe
2015-05-01
Skip compilation when falling-through out of method code.
Calin Juravle
2015-04-24
ART: Dead block removal
David Brazdil
2015-04-22
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
Revert "Run DCE again after all the other optimizations have run."
Nicolas Geoffray
2015-04-21
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
Use --dump-stats to dump optimizing compiler stats.
Calin Juravle
2015-04-16
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-13
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-10
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.
Alexandre Rames
2015-03-30
[optimizing] Only print full stats in VLOG(compiler)
Nicolas Geoffray
2015-03-23
Implement a space filter for optimizing.
Nicolas Geoffray
2015-02-19
Reference type propagation
Calin Juravle
2015-01-05
Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.
Serban Constantinescu
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-12-10
Add more compilation stats to optimizing
Calin Juravle