summaryrefslogtreecommitdiff
path: root/compiler/optimizing/locations.cc
AgeCommit message (Expand)Author
2025-02-28Optimizing: Reduce size of `LocationSummary`. Vladimir Marko
2023-04-27Optimizing: Add `HInstruction::As##type()`. Vladimir Marko
2023-04-27Optimizing: Rename `As##type` to `As##type##OrNull`. Vladimir Marko
2023-04-06Clean up creating constant locations. 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
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2016-11-04ART: Make Location trivially copyable Andreas Gampe
2016-09-20Change remaining slow path throw entrypoints to save everything. Vladimir Marko
2016-09-05Avoid excessive spill slots for slow paths. Vladimir Marko
2016-03-21Optimizing: Fix register allocator validation memory usage. Vladimir Marko
2015-11-05X86-64: Split long/double constant array/field set Mark Mendell
2015-09-25Optimizing: Tag more arena allocations. Vladimir Marko
2015-07-01Fix a MOV instruction in Optimizing's x86-64 code generator. Roland Levillain
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-03-13[optimizing] Improve x86, x86_64 code Mark Mendell
2015-02-10Improve ParallelMoveResolver to work with pairs. Nicolas Geoffray
2015-01-21Revert "Revert "Fully support pairs in the register allocator."" Nicolas Geoffray
2015-01-21Revert "Fully support pairs in the register allocator." Nicolas Geoffray
2015-01-21Fully support pairs in the register allocator. Nicolas Geoffray
2015-01-15ART: Optimizing compiler intrinsics Andreas Gampe
2014-10-21Remove the notion of dies at entry. Nicolas Geoffray
2014-10-09Stop converting from Location to ManagedRegister. Nicolas Geoffray
2014-10-06Add a prepare for register allocation pass. Nicolas Geoffray
2014-10-06Add support for inputs dying at entry of instructions. Nicolas Geoffray
2014-09-23Support for saving and restoring live registers in a slow path. Nicolas Geoffray
2014-09-08Runtime support for the new stack maps for the opt compiler. Nicolas Geoffray
2014-07-21Add assembly operations with constants in optimizing compiler. Nicolas Geoffray
2014-05-23Forgot these files from last commit. Nicolas Geoffray