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
/
code_sinking.cc
Age
Commit message (
Expand
)
Author
2023-12-06
Remove partial LSE
Santiago Aboy Solanes
2023-08-11
Improve code sinking's sorting
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-04-14
Coalesce Return/ReturnVoid instructions
Santiago Aboy Solanes
2023-02-28
Code sinking cleanups
Santiago Aboy Solanes
2023-02-24
Don't consider TryBoundary instruction as uncommon branches
Santiago Aboy Solanes
2023-02-23
Don't try to hoist an instruction out of a loop it belongs in
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-09-08
Reland "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Revert "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Add an environment to the beginning of catch blocks
Santiago Aboy Solanes
2022-03-29
Allow code to sink right before the TryBoundary
Santiago Aboy Solanes
2022-03-23
Allow to sink code within its try block
Santiago Aboy Solanes
2022-03-22
Allow to sink code to catch blocks
Santiago Aboy Solanes
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2021-01-25
Revert^4 "Partial Load Store Elimination"
Alex Light
2020-05-14
Code sinking can move around LoadString that can throw.
Nicolas Geoffray
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-03-22
Code sinking bug fix.
Aart Bik
2018-01-16
Improve code sinking near "always throwing" method calls
Aart Bik
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-08
optimizing: add block-scoped constructor fence merging pass
Igor Murashkin
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-05-18
optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes
Igor Murashkin
2017-04-20
Handle catch phis in code sinking.
Nicolas Geoffray
2017-02-27
Implement code sinking.
Nicolas Geoffray