summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/register_allocator_linear_scan.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-2/+2
* Adjust safepoint position of implicit null checks.Nicolas Geoffray2018-08-281-1/+1
* Clean up signed/unsigned in vectorizer.Aart Bik2018-02-011-0/+2
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-11/+20
* ART: Introduce Uint8 compiler data type.Vladimir Marko2017-10-031-0/+1
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-20/+20
* Change 1/2 spill slots to more general number of spill slots.Aart Bik2017-03-221-23/+18
* ARM(64): Improve the code generated for HSelectDonghui Bai2017-03-091-15/+15
* Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.Vladimir Marko2016-10-271-1/+1
* Refactoring of graph linearization and linear order.Aart Bik2016-10-051-4/+3
* Avoid excessive spill slots for slow paths.Vladimir Marko2016-09-051-41/+4
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-2/+3
* Refactor register allocation to be pluggableMatthew Gharrity2016-07-201-216/+25
* Refactor SSA deconstruction into its own classMatthew Gharrity2016-07-191-607/+11
* Rename current register allocator implementationMatthew Gharrity2016-07-151-0/+2011