summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/parallel_move_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* Opt compiler: Implement parallel move resolver without using swap.Zheng Xu2015-04-171-25/+284
* Merge "Revert "[optimizing] Improve x86 parallel moves/swaps""Calin Juravle2015-04-161-24/+0
|\
| * Revert "[optimizing] Improve x86 parallel moves/swaps"Guillaume Sanchez2015-04-151-24/+0
* | Type MoveOperands.Nicolas Geoffray2015-04-151-4/+4
|/
* [optimizing] Improve x86 parallel moves/swapsMark Mendell2015-04-101-0/+24
* Fix wrong assumptions about ParallelMove.Nicolas Geoffray2015-03-311-27/+31
* Improve ParallelMoveResolver to work with pairs.Nicolas Geoffray2015-02-101-21/+94
* Do not use register pair in a parallel move.Nicolas Geoffray2015-01-161-0/+3
* Remove constant moves after emitting them in parallel resolver.Nicolas Geoffray2015-01-141-3/+5
* ART: More warningsAndreas Gampe2014-11-041-3/+3
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-2/+1
* Enable the register allocator on ARM.Nicolas Geoffray2014-06-121-8/+8
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-0/+60
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+150