summaryrefslogtreecommitdiff
path: root/compiler/optimizing/parallel_move_test.cc
AgeCommit message (Expand)Author
2018-09-20Revert^2 "ART: Refactor typedef to using"Andreas Gampe
2018-09-20Revert "ART: Refactor typedef to using"Andreas Gampe
2018-09-19ART: Refactor typedef to usingAndreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-04-04Separate Malloc and MemMap ArenaPoolsDavid Sehr
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-07-24ART: Include cleanupAndreas Gampe
2015-12-17Fix braino in parallel move resolver.Nicolas Geoffray
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector.Vladimir Marko
2015-09-29Optimizing: Tag arena allocations in code generators.Vladimir Marko
2015-04-17Opt compiler: Implement parallel move resolver without using swap.Zheng Xu
2015-04-15Type MoveOperands.Nicolas Geoffray
2015-03-31Fix wrong assumptions about ParallelMove.Nicolas Geoffray
2015-03-06Opt compiler: Clean the use of `virtual` and `OVERRIDE`.Alexandre Rames
2015-02-19Move arenas into runtimeMathieu Chartier
2015-02-10Improve ParallelMoveResolver to work with pairs.Nicolas Geoffray
2015-01-16Do not use register pair in a parallel move.Nicolas Geoffray
2015-01-16Remove test that is now invalid.Nicolas Geoffray
2015-01-14Remove constant moves after emitting them in parallel resolver.Nicolas Geoffray
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers
2014-10-09Stop converting from Location to ManagedRegister.Nicolas Geoffray
2014-09-29Fix a bug in the insertion of parallel move.Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86.Nicolas Geoffray
2014-05-23Import Dart's parallel move resolver.Nicolas Geoffray