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
/
select_generator.cc
Age
Commit message (
Expand
)
Author
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-26
Remove unnecessary `HInstruction::As##type()` calls.
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-09-09
Remove restriction of different Phi values in SelectGenerator
Santiago Aboy Solanes
2022-08-09
Generate selects for nested ternary operators
Santiago Aboy Solanes
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-06-29
ART: Fix HSelectGenerator for instructions which can throw.
Artem Serov
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-04-17
Run GVN earlier.
Aart Bik
2018-03-30
Recognize nested MIN-MAX operations.
Aart Bik
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-10-12
Use ScopedArenaAllocator in BCE, DCE, LSE, ...
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-08-14
Merge "RFC: Generate select instruction for conditional returns."
Nicolas Geoffray
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-08-10
RFC: Generate select instruction for conditional returns.
Mads Ager
2016-10-27
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-06-07
ART: Remove redundant MoveInstructionBefore method
David Brazdil
2016-02-18
Add statistics support for some optimizations
Jean-Philippe Halimi
2016-01-28
ART: Implement HSelect
David Brazdil