summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/register_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Linear scan: split at better positions.Nicolas Geoffray2015-04-231-2/+6
* Fix user-build on fugu.Nicolas Geoffray2015-03-301-0/+7
* Revert "Revert "[optimizing] Enable x86 long support.""Nicolas Geoffray2015-03-111-10/+14
* Revert "[optimizing] Enable x86 long support."Nicolas Geoffray2015-03-061-14/+10
* [optimizing] Enable x86 long support.Nicolas Geoffray2015-03-061-10/+14
* ART: Add -WunusedAndreas Gampe2015-02-241-0/+2
* Each primitive kind now spills to different locations.Nicolas Geoffray2015-02-231-3/+12
* Revert "Revert "Fully support pairs in the register allocator.""Nicolas Geoffray2015-01-211-1/+5
* Revert "Fully support pairs in the register allocator."Nicolas Geoffray2015-01-211-5/+1
* Fully support pairs in the register allocator.Nicolas Geoffray2015-01-211-1/+5
* Merge "Fix a bug in the register allocator."Nicolas Geoffray2015-01-161-0/+1
|\
| * Fix a bug in the register allocator.Nicolas Geoffray2015-01-161-0/+1
* | [optimizing compiler] Compute live spill sizeMark Mendell2015-01-151-2/+5
|/
* Implement double and float support for arm in register allocator.Nicolas Geoffray2015-01-081-0/+2
* Opt compiler: Add arm64 support for register allocation.Alexandre Rames2014-12-101-4/+5
* Some improvement to reg alloc.Mingyao Yang2014-11-031-0/+1
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-3/+5
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+1
* Fix a bug in the insertion of parallel move.Nicolas Geoffray2014-09-291-4/+13
* Optimize suspend checks in optimizing compiler.Nicolas Geoffray2014-09-251-2/+0
* Support for saving and restoring live registers in a slow path.Nicolas Geoffray2014-09-231-0/+3
* Fix a bug in the register allocator.Nicolas Geoffray2014-09-161-0/+4
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-6/+26
* We can also run the linear scan register allocator on thumb.Nicolas Geoffray2014-07-181-1/+4
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Support longs in the register allocator for x86_64.Nicolas Geoffray2014-07-021-0/+2
* Enable the register allocator on x86_64.Nicolas Geoffray2014-06-161-1/+1
* Enable the register allocator on ARM.Nicolas Geoffray2014-06-121-1/+1
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-14/+47
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-0/+7
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+119