summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/locations.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-2/+1
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-5/+12
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* ART: Make Location trivially copyableAndreas Gampe2016-11-041-0/+5
* Change remaining slow path throw entrypoints to save everything.Vladimir Marko2016-09-201-2/+2
* Avoid excessive spill slots for slow paths.Vladimir Marko2016-09-051-2/+4
* Optimizing: Fix register allocator validation memory usage.Vladimir Marko2016-03-211-1/+1
* X86-64: Split long/double constant array/field setMark Mendell2015-11-051-11/+26
* Optimizing: Tag more arena allocations.Vladimir Marko2015-09-251-6/+3
* Fix a MOV instruction in Optimizing's x86-64 code generator.Roland Levillain2015-07-011-8/+9
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-6/+0
* [optimizing] Improve x86, x86_64 codeMark Mendell2015-03-131-0/+13
* Improve ParallelMoveResolver to work with pairs.Nicolas Geoffray2015-02-101-0/+7
* Revert "Revert "Fully support pairs in the register allocator.""Nicolas Geoffray2015-01-211-1/+1
* Revert "Fully support pairs in the register allocator."Nicolas Geoffray2015-01-211-1/+1
* Fully support pairs in the register allocator.Nicolas Geoffray2015-01-211-1/+1
* ART: Optimizing compiler intrinsicsAndreas Gampe2015-01-151-2/+5
* Remove the notion of dies at entry.Nicolas Geoffray2014-10-211-3/+1
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-1/+1
* Add a prepare for register allocation pass.Nicolas Geoffray2014-10-061-0/+11
* Add support for inputs dying at entry of instructions.Nicolas Geoffray2014-10-061-0/+3
* Support for saving and restoring live registers in a slow path.Nicolas Geoffray2014-09-231-1/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-3/+19
* Add assembly operations with constants in optimizing compiler.Nicolas Geoffray2014-07-211-0/+7
* Forgot these files from last commit.Nicolas Geoffray2014-05-231-0/+32