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_allocator.cc
Age
Commit message (
Expand
)
Author
2023-05-10
ART: Remove graph coloring register allocator.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-02-21
Refactor inliner
Eric Holk
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-12
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-08-05
Implement a graph coloring register allocator
Matthew Gharrity
2016-07-20
Refactor register allocation to be pluggable
Matthew Gharrity
2016-07-15
Rename current register allocator implementation
Matthew Gharrity
2016-07-12
Improve search for available spill slots in RA
Matthew Gharrity
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-05-12
Fix another case of live_in at irreducible loop entry.
Nicolas Geoffray
2016-03-24
Do a null check on the sibling in the register allocator.
Nicolas Geoffray
2016-03-23
Merge "Relax too strong DCHECK."
Nicolas Geoffray
2016-03-22
Relax too strong DCHECK.
Nicolas Geoffray
2016-03-21
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-02-06
Fix AllocateBlockedReg.
Nicolas Geoffray
2016-01-28
Revert "Revert "Lift the spill at each irreducible loop block restriction.""
Nicolas Geoffray
2016-01-26
Revert "Lift the spill at each irreducible loop block restriction."
Bart Sears
2016-01-26
Lift the spill at each irreducible loop block restriction.
Nicolas Geoffray
2016-01-22
With irreducible loops, we can have a null destination.
Nicolas Geoffray
2016-01-18
ART: Remove Baseline compiler
David Brazdil
2016-01-14
Merge "Implement irreducible loop support in optimizing."
Nicolas Geoffray
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-13
Set side effects to HNullCheck and HBoundsCheck.
Nicolas Geoffray
2016-01-12
Do not leave intermediate addresses across Java calls.
Nicolas Geoffray
2015-11-10
ART: Refactor iteration over normal/exceptional successors
David Brazdil
2015-10-22
MIPS: Initial version of optimizing compiler for MIPS32
Goran Jakovljevic
2015-10-08
Merge "Add DCHECKs to ArenaVector and ScopedArenaVector."
Vladimir Marko
2015-10-08
Optimizing: Clean up after tagging arena allocations.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-29
Optimizing: Tag even more arena allocations.
Vladimir Marko
2015-09-25
Merge "Optimizing: Tag more arena allocations."
Vladimir Marko
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
2015-09-08
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-08-21
Fix TrySplitNonPairOrUnalignedPairIntervalAt.
Nicolas Geoffray
2015-08-14
Merge "Fix a bug in the register allocator when allocating pairs."
Nicolas Geoffray
2015-08-11
Fix a bug in the register allocator when allocating pairs.
Nicolas Geoffray
2015-08-07
Fix a bug in the register allocator around pair allocation.
Nicolas Geoffray
[next]