summaryrefslogtreecommitdiff
path: root/compiler/optimizing/dominator_test.cc
AgeCommit message (Expand)Author
2023-02-13Don't run ReferenceTypePropagation without a Thread Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-01-13Change compiler tests to have aligned code item Mathieu Chartier
2018-01-05Create dex subdirectory David Sehr
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-22Revert "Revert "Inline methods with loops."" Nicolas Geoffray
2016-01-20Revert "Fix gtests after loop inlining support." Andreas Gampe
2016-01-20Fix gtests after loop inlining support. 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-04-15Remove dead blocks for the blocks_ array. Nicolas Geoffray
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2014-05-13Add loop recognition and CFG simplifications in new compiler. Nicolas Geoffray
2014-05-07Build live-in, live-out and kill sets for each block. Nicolas Geoffray
2014-03-18Plug new optimizing compiler in compilation pipeline. Nicolas Geoffray
2014-03-10Fix lint errors. Nicolas Geoffray
2014-03-10Add register support to the optimizing compiler. Nicolas Geoffray
2014-02-26Add conditional branches, and build dominator tree. Nicolas Geoffray