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
/
optimizing_compiler_stats.h
Age
Commit message (
Expand
)
Author
2025-02-03
Optimizing: Remove `kNotCompiledLargeMethodNoBranches`.
Vladimir Marko
2025-02-03
Optimizing: New statistic for diamond removal.
Vladimir Marko
2025-02-03
Optimizing: Remove Partial LSE statistics.
Vladimir Marko
2024-02-05
Make sure the frame size isn't unreasonably large when compiling
Santiago Aboy Solanes
2024-01-16
Allow LSE to remove acquire/release operations
Santiago Aboy Solanes
2023-12-06
Remove partial LSE
Santiago Aboy Solanes
2023-11-06
Remove dead phis alongside dead instructions in DCE
Santiago Aboy Solanes
2023-01-31
Add phis in SimplifyIfs to enable branch redirection
Santiago Aboy Solanes
2023-01-30
Skip InductionVarAnalysis for a pathological case
Santiago Aboy Solanes
2023-01-04
Add a write barrier elimination pass
Santiago Aboy Solanes
2022-12-16
Add irreducible loop check in CanInlineBody
Santiago Aboy Solanes
2022-12-12
Allow to inline invokes that sometimes throw into try blocks
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-11-02
Don't inline methods whose basic blocks end with a throw
Santiago Aboy Solanes
2022-10-13
Update MaybeAddExtraGotoBlocks to bail for irreducible loops
Santiago Aboy Solanes
2022-10-10
Compiler implementation of try catch inlining
Santiago Aboy Solanes
2022-10-05
Add compiler support for @NeverInline
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-02-15
Limit recursive polymorphic inlining to prevent code bloat
Santiago Aboy Solanes
2021-11-12
Disaggregate kNotInlined MethodCompilationStats
Santiago Aboy Solanes
2021-11-01
Revert^2 "Inline across dex files for bootclaspath's methods"
Santiago Aboy Solanes
2021-10-29
Revert "Inline across dex files for bootclaspath's methods"
Santiago Aboy Solanes
2021-10-26
Inline across dex files for bootclaspath's methods
Santiago Aboy Solanes
2021-10-12
Add stats for last step inlining of invokes
Santiago Aboy Solanes
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-04-29
Reland "Refactor code in inliner."
Nicolas Geoffray
2021-04-29
Revert "Refactor code in inliner."
Winson Chung
2021-04-28
Refactor code in inliner.
Nicolas Geoffray
2021-01-25
Revert^4 "Partial Load Store Elimination"
Alex Light
2021-01-24
Revert "Revert^2 "Partial Load Store Elimination""
Nicolas Geoffray
2021-01-22
Revert^2 "Partial Load Store Elimination"
Alex Light
2021-01-22
Revert "Partial Load Store Elimination"
Nicolas Geoffray
2021-01-21
Partial Load Store Elimination
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-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2020-05-19
Add extra failed inlining reasons
Mathieu Chartier
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-08-07
Don't compile OSR methods that have phi equivalents at loop entry.
Nicolas Geoffray
2018-11-21
ART: Some iwyu for logging.h
Andreas Gampe
2018-10-03
Fix ReplaceUninitializedStringPhis.
Nicolas Geoffray
2018-07-03
Handle String.<init> with a phi input.
Nicolas Geoffray
2018-05-16
Don't compile methods with irreducible loops and String.<init>.
Nicolas Geoffray
[next]