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.h
Age
Commit message (
Expand
)
Author
2024-04-04
Remove RegisterAllocator::Strategy
Santiago Aboy Solanes
2024-01-23
Reduce memory used for blocked registers.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-02-21
Refactor inliner
Eric Holk
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-10-12
Merge "Fix using LiveIntervals beyond their lifetime."
Vladimir Marko
2017-10-12
Fix using LiveIntervals beyond their lifetime.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
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
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
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-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-18
Callee/caller save logic in register allocator.
Nicolas Geoffray
2015-04-23
Linear scan: split at better positions.
Nicolas Geoffray
2015-03-30
Fix user-build on fugu.
Nicolas Geoffray
2015-03-11
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-06
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
[optimizing] Enable x86 long support.
Nicolas Geoffray
2015-02-24
ART: Add -Wunused
Andreas Gampe
2015-02-23
Each primitive kind now spills to different locations.
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-16
Merge "Fix a bug in the register allocator."
Nicolas Geoffray
2015-01-16
Fix a bug in the register allocator.
Nicolas Geoffray
2015-01-15
[optimizing compiler] Compute live spill size
Mark Mendell
2015-01-08
Implement double and float support for arm in register allocator.
Nicolas Geoffray
2014-12-10
Opt compiler: Add arm64 support for register allocation.
Alexandre Rames
2014-11-03
Some improvement to reg alloc.
Mingyao Yang
2014-10-21
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers
2014-09-29
Fix a bug in the insertion of parallel move.
Nicolas Geoffray
2014-09-25
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-23
Support for saving and restoring live registers in a slow path.
Nicolas Geoffray
2014-09-16
Fix a bug in the register allocator.
Nicolas Geoffray
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-07-18
We can also run the linear scan register allocator on thumb.
Nicolas Geoffray
2014-07-15
Break apart header files.
Ian Rogers
2014-07-02
Support longs in the register allocator for x86_64.
Nicolas Geoffray
2014-06-16
Enable the register allocator on x86_64.
Nicolas Geoffray
2014-06-12
Enable the register allocator on ARM.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-10
Plug code generator into liveness analysis.
Nicolas Geoffray
[next]