summaryrefslogtreecommitdiff
path: root/compiler/optimizing/liveness_test.cc
AgeCommit message (Expand)Author
2024-02-20riscv64: Enable some gtests. Vladimir Marko
2023-05-02riscv64: disable gtests for unsupported components. Ulya Trafimovich
2023-02-13Don't run ReferenceTypePropagation without a Thread Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2020-05-15Optimizing: Run gtests without creating the Runtime. Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-08-20Fix longstanding bug around implicit NPEs and GC, version 2. Nicolas Geoffray
2018-06-25Move instruction_set_ to CompilerOptions. Vladimir Marko
2018-01-13Change compiler tests to have aligned code item Mathieu Chartier
2018-01-05Create dex subdirectory David Sehr
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2016-10-27Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. 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-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-05-07Relax the only one back-edge restriction. Nicolas Geoffray
2015-04-15Move the linear order to the HGraph. Nicolas Geoffray
2015-04-01[optimizing] Implement x86/x86_64 math intrinsics Mark Mendell
2015-03-10Fix tests now that the SSA builder is pruning more phis. Nicolas Geoffray
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-16Add implicit null checks for the optimizing compiler 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-10-09Fix code generation of materialized conditions. Nicolas Geoffray
2014-09-30Improve detection of lifetime holes. Nicolas Geoffray
2014-09-11Fix valgrind errors. Nicolas Geoffray
2014-07-14Support fields in optimizing compiler. Nicolas Geoffray
2014-06-10Plug code generator into liveness analysis. Nicolas Geoffray
2014-06-03Don't use Dump for printing a bitset in liveness_test. Nicolas Geoffray
2014-06-02ART: BitVector not calculating number_of_bits correctly Jean Christophe Beyler
2014-05-16Linearize the graph before creating live ranges. 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