summaryrefslogtreecommitdiff
path: root/compiler/optimizing/ssa_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-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
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
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-04-19Reuse HUseListNode<>s when replacing instruction or input. Vladimir Marko
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-15Revert "ART: Refactor SsaBuilder for more precise typing info" Alex Light
2015-12-14ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-09-16Optimizing: Tag arena allocations in HGraph. Vladimir Marko
2015-06-19Be careful with predecessor/successor index. Nicolas Geoffray
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-05-07Relax the only one back-edge restriction. Nicolas Geoffray
2015-03-10Fix tests now that the SSA builder is pruning more phis. Nicolas Geoffray
2015-03-06Opt compiler: Clean the use of `virtual` and `OVERRIDE`. Alexandre Rames
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-11-25Fix tests now that dead phis are removed when building SSA. Nicolas Geoffray
2014-09-25Make suspend checks note have side effects. Nicolas Geoffray
2014-09-18Fix a lint error and update a test after the phi fix. Nicolas Geoffray
2014-09-16Revert "Revert "Implement suspend checks in new compiler."" Nicolas Geoffray
2014-06-09Add a type propagation phase after building SSA. Nicolas Geoffray
2014-06-09Fix some bugs in graph construction/simplification methods. Nicolas Geoffray
2014-06-04Fix a bug in SSA construction. Nicolas Geoffray
2014-05-16Linearize the graph before creating live ranges. Nicolas Geoffray
2014-05-14Add a compilation tracing mechanism to the new compiler. Nicolas Geoffray
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-04-28Add a Transform to SSA phase to the optimizing compiler. Nicolas Geoffray