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