index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
load_store_analysis.h
Age
Commit message (
Expand
)
Author
2021-06-03
Reduce Partial LSE memory usage.
Vladimir Marko
2021-05-24
Fix ReplacementOrValue() for Partial LSE.
Vladimir Marko
2021-05-13
Fix array location aliasing checks in LSE.
Vladimir Marko
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-08-21
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-06-08
Run LSA as a part of the LSE pass.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-05-15
Refactoring LSE/LSA: introduce heap location type
Aart Bik
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-11-10
Improvement on array element aliasing analysis.
Mingyao Yang
2017-11-09
Support VecLoad and VecStore in LSA.
xueliang.zhong
2017-11-02
Fix LSA hunt for original reference bug.
xueliang.zhong
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-28
Simplify CreateReferenceInfoForReferenceType() in load-store-analysis
Mingyao Yang
2017-08-03
Add VisitNewArray() in lsa.
Mingyao Yang
2017-06-26
Improve array index analysis in LSA.
xueliang.zhong
2017-05-19
Create load store analysis pass
xueliang.zhong