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
/
register_allocation_resolver.cc
Age
Commit message (
Expand
)
Author
2025-02-22
Optimizing: Speed up SSA Liveness Analysis.
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-26
Remove unnecessary `HInstruction::As##type()` calls.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-08-02
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-02-01
Clean up signed/unsigned in vectorizer.
Aart Bik
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-03
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-06-01
Use IntrusiveForwardList<> for Env-/UsePosition.
Vladimir Marko
2017-03-23
Implement a SIMD spilling slot.
Aart Bik
2017-03-22
Change 1/2 spill slots to more general number of spill slots.
Aart Bik
2017-03-13
Introduce EnvUsePosition for liveness analysis.
Vladimir Marko
2016-12-01
Class Hierarchy Analysis (CHA)
Mingyao Yang
2016-11-04
Revert "Revert "Enable IntermediateAddress for primitive arrays with read bar...
Roland Levillain
2016-10-05
Refactoring of graph linearization and linear order.
Aart Bik
2016-09-05
Avoid excessive spill slots for slow paths.
Vladimir Marko
2016-07-20
Fix accidental pass-by-value
Matthew Gharrity
2016-07-19
Refactor SSA deconstruction into its own class
Matthew Gharrity