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_unit_test.h
Age
Commit message (
Expand
)
Author
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
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-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-19
Eliminate redundant constructor barriers when inlining.
Calin Juravle
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-01-28
Clean up pass driver
Mathieu Chartier
2015-01-16
Fix a bug in the register allocator.
Nicolas Geoffray
2014-12-03
Bounds check elimination.
Mingyao Yang
2014-11-06
Add support for not-long on ARM64 in the optimizing compiler.
Roland Levillain
2014-11-03
Some improvement to reg alloc.
Mingyao Yang
2014-10-07
Add support for floats and doubles.
Nicolas Geoffray
2014-09-17
Initiate a dead code elimination pass in the optimizing compiler.
Roland Levillain
2014-09-17
Add CFG and SSA form checkers in the optimizing compiler.
Roland Levillain
2014-09-16
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-05-26
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-03-13
More code generation for the optimizing compiler.
Nicolas Geoffray
2014-03-10
Add register support to the optimizing compiler.
Nicolas Geoffray