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
/
superblock_cloner_test.cc
Age
Commit message (
Expand
)
Author
2025-01-03
Remove superblock cloner's DoVersioning
Santiago Aboy Solanes
2024-08-27
ART: Clean up environment construction in gtests.
Vladimir Marko
2024-08-21
Change `MakeCondition()` to take `IfCondition`...
Vladimir Marko
2024-08-16
ART: Clean up loop construction in gtests.
Vladimir Marko
2024-08-14
Clean up condition simplification.
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-05-14
Optimizing: Refactor ImprovedOptimizingUnitTest.
Vladimir Marko
2020-05-01
ART: Introduce Loop Versioning in SuberblockCloner.
Artem Serov
2019-12-13
Add ImprovedOptimizingUnitTest::CreateParameters for subclasses
Evgeny Astigeevich
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-04-30
Update induction ranges in superblock cloner.
Nicolas Geoffray
2018-06-29
ART: Fix HSelectGenerator for instructions which can throw.
Artem Serov
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-03-07
ART: Implement loop peeling/unrolling routines.
Artem Serov
2018-01-09
ART: Implement SuperblockCloner.
Artem Serov
2017-12-21
ART: Rename cloner_test.
Artem Serov