summaryrefslogtreecommitdiff
path: root/compiler/optimizing/find_loops_test.cc
AgeCommit message (Expand)Author
2018-01-13Change compiler tests to have aligned code itemMathieu Chartier
2018-01-05Create dex subdirectoryDavid Sehr
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-07-24ART: Include cleanupAndreas Gampe
2016-02-15ART: Run SsaBuilder from HGraphBuilderDavid Brazdil
2016-01-14Implement irreducible loop support in optimizing.Nicolas Geoffray
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector.Vladimir Marko
2015-09-16Optimizing: Tag arena allocations in HGraph.Vladimir Marko
2015-05-11Add a parent environment to HEnvironment.Nicolas Geoffray
2015-05-07Relax the only one back-edge restriction.Nicolas Geoffray
2015-02-19Move arenas into runtimeMathieu Chartier
2015-02-04Create HGraph outside Builder, print timingsDavid Brazdil
2014-12-02Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray
2014-09-10Fix misuse of ArenaAllocator.Nicolas Geoffray
2014-05-13Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray