summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes_shared.h
AgeCommit message (Expand)Author
2024-06-12riscv: Expand BitwiseNegatedRight to riscv64, optimize Anton Romanov
2024-02-26Define InstructionDataEquals for HBitwiseNegatedRight Santiago Aboy Solanes
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-04-27Optimizing: Add `HInstruction::As##type()`. Vladimir Marko
2023-04-27Optimizing: Rename `As##type` to `As##type##OrNull`. 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-02-21Fix iCache misses for GetKind on x86,x86_64 Gupta Kumar, Sanjiv
2017-11-07ART: Introduce individual HInstruction cloning. Artem Serov
2017-11-02Fix LSA hunt for original reference bug. xueliang.zhong
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-05-11ARM64: Share address computation across SIMD LDRs/STRs. Artem Serov
2017-02-17ARM: Merge data-processing instructions and shifts/(un)signed extensions Anton Kirilov
2016-09-19Merge "Remove the `CanTriggerGC` side-effects on a few instructions." Roland Levillain
2016-09-19Include `nodes.h` in `nodes_shared.h` to help editing tools. Alexandre Rames
2016-09-19Remove the `CanTriggerGC` side-effects on a few instructions. Alexandre Rames
2016-07-21ARM: Port instr simplification of array accesses. Artem Serov
2016-06-02Refactor handling of input records. Vladimir Marko
2016-05-18Mark concrete HIR instructions as FINAL. Vladimir Marko
2016-03-11Integrate BitwiseNegated into shared framework. Artem Serov
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