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
/
bounds_check_elimination.h
Age
Commit message (
Expand
)
Author
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2017-11-20
Refactored optimization passes setup.
Aart Bik
2016-01-26
Some minor simplifications in code and tests.
Aart Bik
2016-01-22
Revert "Some minor simplifications in code and tests."
Nicolas Geoffray
2016-01-20
Some minor simplifications in code and tests.
Aart Bik
2015-12-01
Dynamic BCE (based on induction range analysis)
Aart Bik
2015-11-21
Revert "Dynamic BCE (based on induction range analysis)"
Aart Bik
2015-11-20
Dynamic BCE (based on induction range analysis)
Aart Bik
2015-09-15
Use induction variable range analysis in BCE (statically).
Aart Bik
2015-06-24
ART: Run GraphChecker after Builder and SsaBuilder
David Brazdil
2015-02-24
ART: Add -Wunused
Andreas Gampe
2014-12-04
ART: Fix linting errors
Andreas Gampe
2014-12-03
Bounds check elimination.
Mingyao Yang