summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes_x86.h
AgeCommit message (Expand)Author
2025-01-22Optimizing: Allow moving `HCondition` to use site. Vladimir Marko
2024-10-11Do not record dex PC in constant HIR. Vladimir Marko
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-11-08Emit bit manipulation instructions for x86 and x86_64 Shalini Salomi Bodapati
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-05-08Store HIR type in HInstruction::packed_field_. Vladimir Marko
2018-02-21Fix iCache misses for GetKind on x86,x86_64 Gupta Kumar, Sanjiv
2017-11-07ART: Introduce individual HInstruction cloning. Artem Serov
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-01-23Allow multiple HX86ComputeBaseMethodAddress. Nicolas Geoffray
2016-06-07ART: Remove redundant MoveInstructionBefore method David Brazdil
2016-05-18Mark concrete HIR instructions as FINAL. Vladimir Marko
2016-02-04Revert "Revert "X86: Use the constant area for more operations."" Mark P Mendell
2016-01-28ART: Implement support for instruction inlining David Brazdil
2016-01-25Revert "X86: Use the constant area for more operations." Nicolas Geoffray
2016-01-22X86: Use the constant area for more operations. Mark Mendell
2015-10-14X86 jump tables for PackedSwitch Mark Mendell
2015-10-06Remove dex_pc's default value from top level HInstruction Calin Juravle
2015-09-08[optimizing] Add support for x86 constant area Mark Mendell