summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/parallel_move_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Opt compiler: Implement parallel move resolver without using swap.Zheng Xu2015-04-171-58/+286
* Type MoveOperands.Nicolas Geoffray2015-04-151-0/+75
* Fix wrong assumptions about ParallelMove.Nicolas Geoffray2015-03-311-1/+26
* Opt compiler: Clean the use of `virtual` and `OVERRIDE`.Alexandre Rames2015-03-061-4/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Improve ParallelMoveResolver to work with pairs.Nicolas Geoffray2015-02-101-3/+85
* Do not use register pair in a parallel move.Nicolas Geoffray2015-01-161-19/+75
* Remove test that is now invalid.Nicolas Geoffray2015-01-161-9/+2
* Remove constant moves after emitting them in parallel resolver.Nicolas Geoffray2015-01-141-3/+24
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+2
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-6/+6
* Fix a bug in the insertion of parallel move.Nicolas Geoffray2014-09-291-1/+2
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-0/+3
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+128