summaryrefslogtreecommitdiff
path: root/compiler/optimizing/load_store_analysis.h
AgeCommit message (Expand)Author
2021-06-03Reduce Partial LSE memory usage.Vladimir Marko
2021-05-24Fix ReplacementOrValue() for Partial LSE.Vladimir Marko
2021-05-13Fix array location aliasing checks in LSE.Vladimir Marko
2021-01-25Revert^4 "Partial Load Store Elimination"Alex Light
2021-01-24Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray
2021-01-22Revert^2 "Partial Load Store Elimination"Alex Light
2021-01-22Revert "Partial Load Store Elimination"Nicolas Geoffray
2021-01-21Partial Load Store EliminationAlex Light
2020-11-18Revert^4 "Partial LSE analysis & store removal"Alex Light
2020-11-14Revert^3 "Partial LSE analysis & store removal"Alex Light
2020-11-13Revert^2 "Partial LSE analysis & store removal"Alex Light
2020-11-12Revert "Partial LSE analysis & store removal"Nicolas Geoffray
2020-11-12Partial LSE analysis & store removalAlex Light
2020-08-21Improved LSE: Replacing loads with Phis.Vladimir Marko
2020-06-08Run LSA as a part of the LSE pass.Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-05-15Refactoring LSE/LSA: introduce heap location typeAart Bik
2018-04-26Step 1 of 2: conditional passes.Aart Bik
2017-11-20Refactored optimization passes setup.Aart Bik
2017-11-10Improvement on array element aliasing analysis.Mingyao Yang
2017-11-09Support VecLoad and VecStore in LSA.xueliang.zhong
2017-11-02Fix LSA hunt for original reference bug.xueliang.zhong
2017-10-12Use ScopedArenaAllocator in BCE, DCE, LSE, ...Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-08-28Simplify CreateReferenceInfoForReferenceType() in load-store-analysisMingyao Yang
2017-08-03Add VisitNewArray() in lsa.Mingyao Yang
2017-06-26Improve array index analysis in LSA.xueliang.zhong
2017-05-19Create load store analysis passxueliang.zhong