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.cc
Age
Commit message (
Expand
)
Author
2024-01-12
Speed up HInstruction::ReplaceUsesDominatedBy
Santiago Aboy Solanes
2023-11-27
Simplify boxing followed by unboxing.
Vladimir Marko
2023-10-16
Add a new helper RecomputeDominatorTree
Santiago Aboy Solanes
2023-10-10
Add optimization to simplify Select+Binary/Unary ops
Santiago Aboy Solanes
2023-08-18
An instruction cannot be found before itself
Santiago Aboy Solanes
2023-07-14
Clean up ART intrinsics.
Vladimir Marko
2023-07-12
Support autovectorization of diamond loops.
Artem Serov
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-27
Reland "Don't enable intrinsic optimizations in debuggable runtime""
Mythri Alle
2023-04-26
Remove unnecessary `HInstruction::As##type()` calls.
Vladimir Marko
2023-04-25
Revert "Don't enable intrinsic optimizations in debuggable runtime"
Mythri Alle
2023-04-25
Don't enable intrinsic optimizations in debuggable runtime
Mythri Alle
2023-02-22
Set more RTI only if they are valid
Santiago Aboy Solanes
2023-01-13
Update the graph flags and check consistency
Santiago Aboy Solanes
2022-12-16
Set HasMonitorOperations in the outer graph when inlining
Santiago Aboy Solanes
2022-12-14
Move adding extra goto blocks to InlineInto
Santiago Aboy Solanes
2022-12-12
Allow to inline invokes that sometimes throw into try blocks
Santiago Aboy Solanes
2022-12-07
Allow inlining invokes that contain try catches into catch blocks
Santiago Aboy Solanes
2022-12-06
Update domination chain and RPO manually in MaybeAddExtraGotoBlocks
Santiago Aboy Solanes
2022-11-23
Remove tries which don't contain throwing instructions
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-10-10
Compiler implementation of try catch inlining
Santiago Aboy Solanes
2022-09-06
Correctly delete all uses when building up the domination graph
Santiago Aboy Solanes
2022-09-02
Remove instructions from dead blocks when building the dominator tree
Santiago Aboy Solanes
2022-08-17
Reland "Propagating values from if clauses to its successors"
Santiago Aboy Solanes
2022-08-09
Revert "Propagating values from if clauses to its successors"
Santiago Aboy Solanes
2022-08-09
Propagating values from if clauses to its successors
Santiago Aboy Solanes
2022-08-02
Update the successor's Phis in RemoveDeadBlocks
Santiago Aboy Solanes
2022-07-19
Improve DCE's SimplifyAlwaysThrows regarding Invoke location
Santiago Aboy Solanes
2022-06-08
Revert^2 "ART: Removes SuspendCheck for plain
Stelios Ioannou
2022-03-28
Fix last value generation in loop optimization.
Vladimir Marko
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2022-01-10
Remove operator<< from HGraph.
Nicolas Geoffray
2021-11-09
Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
Mythri Alle
2021-11-01
Revert "Add support for calling entry / exit hooks directly from JIT code"
Mythri Alle
2021-11-01
Add support for calling entry / exit hooks directly from JIT code
Mythri Alle
2021-05-13
Fix array location aliasing checks in LSE.
Vladimir Marko
2021-02-23
Fix implicit null checks for InvokeVirtual.
Vladimir Marko
2021-02-05
Implement Reference.refersTo() intrinsic.
Vladimir Marko
2021-01-08
Add operator<< for HGraph and HInstructions.
Alex Light
2021-01-06
Optimizing: Add debugging output for HInstruction.
Vladimir Marko
2020-12-01
Ensure ClearLoopInformation doesn't require particular ordering
Alex Light
2020-11-18
Revert^4 "Partial LSE analysis & store removal"
Alex Light
2020-11-14
Revert^3 "Partial LSE analysis & store removal"
Alex Light
2020-11-13
Revert^2 "Partial LSE analysis & store removal"
Alex Light
2020-11-12
Revert "Partial LSE analysis & store removal"
Nicolas Geoffray
2020-11-12
Partial LSE analysis & store removal
Alex Light
2020-11-06
Remove NeedsDexCache logic from the compiler.
Nicolas Geoffray
2020-08-10
ARM: Allow FP args in core regs for @CriticalNative.
Vladimir Marko
[next]