summaryrefslogtreecommitdiff
path: root/compiler/optimizing/instruction_simplifier_arm64.h
AgeCommit message (Expand)Author
2023-10-30Replace `gUseReadBarrier` with compiler option in compiler. Vladimir Marko
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
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-04-26Step 1 of 2: conditional passes. Aart Bik
2017-10-02ARM/ARM64: Move simplifier visitors to .cc files. Vladimir Marko
2017-08-14MIPS: Support MultiplyAccumulate for SIMD. Lena Djokic
2017-05-11ARM64: Share address computation across SIMD LDRs/STRs. Artem Serov
2017-04-20ARM64: Support MultiplyAccumulate for SIMD. Artem Serov
2017-02-17ARM: Merge data-processing instructions and shifts/(un)signed extensions Anton Kirilov
2016-11-04Fix ART run-test 562-no-intermediate. Roland Levillain
2016-08-08Implement running user defined list of passes Wojciech Staszkiewicz
2016-07-21ARM: Port instr simplification of array accesses. Artem Serov
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-03-30Fix arm64 simplifier bug that tries to remove same statement twice. Aart Bik
2016-03-11Integrate BitwiseNegated into shared framework. Artem Serov
2016-02-25Optimizing: ARM64 negated bitwise operations simplification Kevin Brodsky
2016-02-25Revert "Revert "ARM/ARM64: Extend support of instruction combining."" Artem Udovichenko
2016-01-22Revert "ARM/ARM64: Extend support of instruction combining." Nicolas Geoffray
2016-01-21ARM/ARM64: Extend support of instruction combining. Ilmir Usmanov
2015-11-25ARM64: Use the shifter operands. Alexandre Rames
2015-11-20ARM64: Add support for multiply-accumulate. Alexandre Rames
2015-10-19ARM64: Instruction simplification for array accesses. Alexandre Rames
2015-08-19Put in place the ARM64 instruction simplification framework. Alexandre Rames