index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
nodes_test.cc
Age
Commit message (
Expand
)
Author
2025-02-17
Optimizing: Speed up `HInstruction::Add{,Env}UseAt()`.
Vladimir Marko
2025-01-17
Optimizing: Fix `InsertInputAt()`.
Vladimir Marko
2024-10-04
Reduce memory used by `HEnvironment`.
Vladimir Marko
2024-08-27
ART: Clean up environment construction in gtests.
Vladimir Marko
2024-08-21
Change `MakeCondition()` to take `IfCondition`...
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-12-01
Ensure ClearLoopInformation doesn't require particular ordering
Alex Light
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-01-16
Put inlined ArtMethod pointer in stack maps.
Nicolas Geoffray
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2015-10-14
Revert "Revert "optimizing: propagate type information of arguments""
Calin Juravle
2015-10-13
Revert "optimizing: propagate type information of arguments"
Calin Juravle
2015-10-12
optimizing: propagate type information of arguments
Calin Juravle
2015-09-16
Optimizing: Tag arena allocations in SsaBuilder.
Vladimir Marko
2015-05-29
Support for inlining methods that call/throw.
Nicolas Geoffray
2015-05-21
Also encode the InvokeType in an InlineInfo.
Nicolas Geoffray
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-03
Fix a bug when creating a HDeoptimization instruction.
Nicolas Geoffray
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-01-27
ART: Further refactor use lists
David Brazdil
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2014-10-07
Inserting a node must also update its inputs users.
Nicolas Geoffray
2014-09-22
Also remove environment links to removed instructions.
Nicolas Geoffray