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