summaryrefslogtreecommitdiff
path: root/compiler/optimizing/gvn_test.cc
AgeCommit message (Expand)Author
2024-08-21Change `MakeCondition()` to take `IfCondition`... Vladimir Marko
2024-08-12ART: Clean up HIR construction in gtests. Vladimir Marko
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-01-10Recognize getClass() in RTP. Nicolas Geoffray
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-04-07Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" David Brazdil
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" David Brazdil
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocals David Brazdil
2016-02-15ART: Run SsaBuilder from HGraphBuilder 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-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-03Reduce how often we call FindDexCache Mathieu Chartier
2015-08-12Add a GVN dependency 'GC' for garbage collection. Alexandre Rames
2015-07-20Improved side effect analysis (field/array write/read). Aart Bik
2015-05-29Bring Reference Type Propagation to Instance/StaticInstanceField Guillaume "Vermeille" Sanchez
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-04-30Revert "GVN final fields even with side effects." Nicolas Geoffray
2015-04-30GVN final fields even with side effects. Nicolas Geoffray
2015-02-19Move arenas into runtime Mathieu Chartier
2015-01-26Move code around and address growable_array comment. Nicolas Geoffray
2015-01-26Fix build breakage after GVN change. Nicolas Geoffray
2014-12-19[optimizing compiler] Add support for volatile Calin Juravle
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-12-02Treat SSA transformation special, as we may have to bailout. Nicolas Geoffray
2014-09-19First optimization in new compiler: simple GVN. Nicolas Geoffray