summaryrefslogtreecommitdiff
path: root/compiler/optimizing/load_store_analysis_test.cc
AgeCommit message (Expand)Author
2021-06-03Reduce Partial LSE memory usage.Vladimir Marko
2021-06-02Avoid race on Thread::tlsPtr_::top_handle_scope.Vladimir Marko
2021-04-26Fix issue with Partial LSE and casts/instanceofAlex Light
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-22Change offsets in LSE_test to be outside of ObjectAlex Light
2021-01-22Revert "Partial Load Store Elimination"Nicolas Geoffray
2021-01-21Partial Load Store EliminationAlex Light
2020-12-02Remove duplicated test in LSA testsAlex 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-06-08Run LSA as a part of the LSE pass.Vladimir Marko
2020-01-08Add OptimizingUnitTestHelper::GraphChecker methodsEvgeny Astigeevich
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2018-05-15Refactoring LSE/LSA: introduce heap location typeAart Bik
2017-11-09Support VecLoad and VecStore in LSA.xueliang.zhong
2017-11-02Fix LSA hunt for original reference bug.xueliang.zhong
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-06-26Improve array index analysis in LSA.xueliang.zhong
2017-05-19Create load store analysis passxueliang.zhong