summaryrefslogtreecommitdiff
path: root/compiler/optimizing/register_allocator_test.cc
AgeCommit message (Expand)Author
2024-08-12ART: Clean up HIR construction in gtests. Vladimir Marko
2024-04-04Remove RegisterAllocator::Strategy Santiago Aboy Solanes
2024-01-23Reduce memory used for blocked registers. Vladimir Marko
2023-05-10ART: Remove graph coloring register allocator. Vladimir Marko
2023-04-27Optimizing: Add `HInstruction::As##type()`. Vladimir Marko
2023-04-27Optimizing: Rename `As##type` to `As##type##OrNull`. Vladimir Marko
2023-02-13Don't run ReferenceTypePropagation without a Thread Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2020-08-21Improved LSE: Replacing loads with Phis. Vladimir Marko
2020-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
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-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-20ART: Fix bool-related types in compiler/ Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
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
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-01Use IntrusiveForwardList<> for Env-/UsePosition. Vladimir Marko
2017-03-13Introduce EnvUsePosition for liveness analysis. Vladimir Marko
2017-01-10Recognize getClass() in RTP. Nicolas Geoffray
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-08-05Test all register allocators in regalloc gtest Matthew Gharrity
2016-08-05Implement a graph coloring register allocator Matthew Gharrity
2016-07-20Refactor register allocation to be pluggable Matthew Gharrity
2016-07-15Rename current register allocator implementation Matthew Gharrity
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
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-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-10-06Remove dex_pc's default value from top level HInstruction Calin Juravle
2015-09-25Optimizing: Tag more arena allocations. Vladimir Marko
2015-09-16Optimizing: Tag arena allocations in HGraph. Vladimir Marko
2015-09-03Reduce how often we call FindDexCache Mathieu Chartier
2015-06-01Fix lint error. Nicolas Geoffray
2015-06-01Fix gtest by adding fake lifetime positions. Nicolas Geoffray
2015-05-29Bring Reference Type Propagation to Instance/StaticInstanceField Guillaume "Vermeille" Sanchez
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray