summaryrefslogtreecommitdiff
path: root/compiler/optimizing/licm_test.cc
AgeCommit message (Expand)Author
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
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-03-27ART: Clean up field initialization Andreas Gampe
2017-01-10Recognize getClass() in RTP. Nicolas Geoffray
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-04-15Remove the no-longer-needed F/I and D/J alias. Aart Bik
2016-04-13Revert "Remove the no-longer-needed F/I and D/J alias." Aart Bik
2016-04-12Remove the no-longer-needed F/I and D/J alias. Aart Bik
2016-02-18Add statistics support for some optimizations Jean-Philippe Halimi
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-06ART: Resolve ambiguous ArraySets David Brazdil
2015-12-31ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-12-21Rename NullHandle to ScopedNullHandle Mathieu Chartier
2015-12-15Revert "ART: Refactor SsaBuilder for more precise typing info" Alex Light
2015-12-14ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-11-09ART: Fix critical edge splitting under try/catch David Brazdil
2015-10-22Revert "Revert "load store elimination."" Mingyao Yang
2015-10-14Revert "Revert "optimizing: propagate type information of arguments"" Calin Juravle
2015-10-13Revert "optimizing: propagate type information of arguments" Calin Juravle
2015-10-12optimizing: propagate type information of arguments Calin Juravle
2015-10-06Remove dex_pc's default value from top level HInstruction Calin Juravle
2015-09-15Revert "Revert "ART: Register allocation and runtime support for try/catch"" David Brazdil
2015-09-14Revert "ART: Register allocation and runtime support for try/catch" David Brazdil
2015-09-14ART: Register allocation and runtime support for try/catch David Brazdil
2015-09-03Reduce how often we call FindDexCache Mathieu Chartier
2015-07-22Replaced CHECK with EXPECT in tests. Aart Bik
2015-07-21Added unit tests to LICM. Aart Bik