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
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
2020-07-24
Prepare compiler for adding VarHandle support.
Andra Danciu
2020-07-02
ARM: Optimize Div/Rem by 2^n for non-negative dividends
Evgeny Astigeevich
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2019-10-17
[art] fix -Wimplicit-int-float-conversion
Nick Desaulniers
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-04-26
Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks.
Nicolas Geoffray
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-21
ART: Some iwyu for logging.h
Andreas Gampe
2018-09-28
Remove need for intrinsic recognizer to be a pass.
Nicolas Geoffray
2018-08-06
Look at phis in ReplaceUsesDominatedBy.
Nicolas Geoffray
2018-07-16
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-10
Don't use StringFactory.newEmptyString in compiled code
Alex Light
2018-07-03
Handle String.<init> with a phi input.
Nicolas Geoffray
2018-06-15
ART: Make GVN work with BoundType.
Artem Serov
2018-05-25
Merge changes Iaf172f37,I15a8ade7,Icbc6b62b
Vladimir Marko
[next]