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
/
instruction_simplifier.h
Age
Commit message (
Expand
)
Author
2024-06-12
riscv: Expand BitwiseNegatedRight to riscv64, optimize
Anton Romanov
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-06-17
ART: Simplify HRem to reuse existing HDiv
Evgeny Astigeevich
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-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2017-05-22
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-03-07
Invoke typed arraycopy for primitive arrays.
Nicolas Geoffray
2016-09-15
Fix google-explicit-constructor warnings in art.
Chih-Hung Hsieh
2016-02-17
Implement Optimizing's constant folding as a visitor.
Roland Levillain
2015-07-08
Fuse long and FP compare & condition on ARM in Optimizing.
Roland Levillain
2015-06-24
ART: Run GraphChecker after Builder and SsaBuilder
David Brazdil
2015-06-12
Optimizing: Move optimization objects to Arena.
Vladimir Marko
2015-02-24
ART: Add -Wunused
Andreas Gampe
2015-02-19
Reference type propagation
Calin Juravle
2015-01-29
optimizing: NullCheck elimination
Calin Juravle
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-14
Minor object store optimizations.
Nicolas Geoffray
2014-10-07
Add trivial register hints to the register allocator.
Nicolas Geoffray
2014-09-25
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray