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.cc
Age
Commit message (
Expand
)
Author
2025-02-17
Optimizing: Speed up `HInstruction::Add{,Env}UseAt()`.
Vladimir Marko
2025-01-03
Remove superblock cloner's DoVersioning
Santiago Aboy Solanes
2024-11-21
Add comment and dcheck regarding SuperblockCloner edge case
Santiago Aboy Solanes
2024-11-21
Fix LoopElimination mistakenly eliminating a loop
Santiago Aboy Solanes
2024-10-04
Reduce memory used by `HEnvironment`.
Vladimir Marko
2024-03-25
Remove extra uses of ClearAllBits
Santiago Aboy Solanes
2024-03-12
Remove default cases when all cases are defined
Santiago Aboy Solanes
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2023-02-22
Set more RTI only if they are valid
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-04-14
Enable LoopOptimization for graphs with try catch blocks
Santiago Aboy Solanes
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2020-05-01
ART: Introduce Loop Versioning in SuberblockCloner.
Artem Serov
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
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-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-05-24
ART: SBC: Support single exit loops with live_outs.
Artem Serov
2018-04-17
ART: Implement scalar loop peeling.
Artem Serov
2018-03-26
ART: Implement scalar loop unrolling.
Artem Serov
2018-03-07
ART: Implement loop peeling/unrolling routines.
Artem Serov
2018-01-09
ART: Implement SuperblockCloner.
Artem Serov