summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/parallel_move_resolver.h
Commit message (Collapse)AuthorAgeFilesLines
* Add virtual destructor to please one of our compilers.Nicolas Geoffray2014-05-231-0/+1
| | | | Change-Id: I931d130caa75ab90b677e14f1a2d0c438c43ed4f
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+63
And write a few tests while at it. A parallel move resolver will be needed for performing multiple moves that are conceptually parallel, for example moves at a block exit that branches to a block with phi nodes. Change-Id: Ib95b247b4fc3f2c2fcab3b8c8d032abbd6104cd7