summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes_test.cc
AgeCommit message (Expand)Author
2025-02-17Optimizing: Speed up `HInstruction::Add{,Env}UseAt()`. Vladimir Marko
2025-01-17Optimizing: Fix `InsertInputAt()`. Vladimir Marko
2024-10-04Reduce memory used by `HEnvironment`. Vladimir Marko
2024-08-27ART: Clean up environment construction in gtests. Vladimir Marko
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
2020-12-01Ensure ClearLoopInformation doesn't require particular ordering Alex Light
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2017-10-11Use ScopedArenaAllocator for building HGraph. 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-16Put inlined ArtMethod pointer in stack maps. Nicolas Geoffray
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-04-19Use iterators "before" the use node in HUserRecord<>. Vladimir Marko
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-09-16Optimizing: Tag arena allocations in SsaBuilder. Vladimir Marko
2015-05-29Support for inlining methods that call/throw. Nicolas Geoffray
2015-05-21Also encode the InvokeType in an InlineInfo. Nicolas Geoffray
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-04-03Fix a bug when creating a HDeoptimization instruction. Nicolas Geoffray
2015-02-19Move arenas into runtime Mathieu Chartier
2015-01-27ART: Further refactor use lists David Brazdil
2015-01-26Optimizing: Speed up HEnvironment use removal David Brazdil
2014-10-07Inserting a node must also update its inputs users. Nicolas Geoffray
2014-09-22Also remove environment links to removed instructions. Nicolas Geoffray