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
/
gvn.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
2015-08-19
Put in place the ARM64 instruction simplification framework.
Alexandre Rames
2015-06-24
ART: Run GraphChecker after Builder and SsaBuilder
David Brazdil
2015-02-24
ART: Add -Wunused
Andreas Gampe
2015-01-26
Move code around and address growable_array comment.
Nicolas Geoffray
2015-01-26
Introduce a SideEffectsAnalysis class.
Nicolas Geoffray
2014-11-28
Fix a bug in GVN.
Nicolas Geoffray
2014-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers
2014-09-19
First optimization in new compiler: simple GVN.
Nicolas Geoffray