summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/parallel_move_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-2/+2
* Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-2/+2
* ART: Refactor typedef to usingAndreas Gampe2018-09-191-2/+2
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-9/+9
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-041-7/+8
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-40/+40
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Fix braino in parallel move resolver.Nicolas Geoffray2015-12-171-0/+32
* Add DCHECKs to ArenaVector and ScopedArenaVector.Vladimir Marko2015-10-081-3/+0
* Optimizing: Tag arena allocations in code generators.Vladimir Marko2015-09-291-3/+6
* 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