summaryrefslogtreecommitdiff
path: root/compiler/optimizing/parallel_move_test.cc
AgeCommit message (Expand)Author
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas 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 runtime Mathieu 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