summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/find_loops_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-14/+14
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-43/+15
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-36/+29
* Implement irreducible loop support in optimizing.Nicolas Geoffray2016-01-141-1/+0
* Add DCHECKs to ArenaVector and ScopedArenaVector.Vladimir Marko2015-10-081-11/+11
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-89/+90
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Relax the only one back-edge restriction.Nicolas Geoffray2015-05-071-5/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-2/+3
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-1/+1
* Fix misuse of ArenaAllocator.Nicolas Geoffray2014-09-101-19/+30
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-0/+362