summaryrefslogtreecommitdiff
path: root/compiler/optimizing/load_store_analysis_test.cc
AgeCommit message (Expand)Author
2024-11-06Support all conditions in predicated vectorization Chris Jones
2024-10-15Arm64: fix VecPredToBoolean code generation for SVE Konstantin Baladurin
2024-08-27ART: Clean up environment construction in gtests. Vladimir Marko
2024-08-21Change `MakeCondition()` to take `IfCondition`... Vladimir Marko
2024-08-12ART: Clean up HIR construction in gtests. Vladimir Marko
2024-01-29Optimizing: Remove block reachability information. Vladimir Marko
2023-12-06Remove partial LSE Santiago Aboy Solanes
2023-04-27Reland "Don't enable intrinsic optimizations in debuggable runtime"" Mythri Alle
2023-04-25Use `down_cast<>` in `HInstruction::As##type()`. Vladimir Marko
2023-04-25Revert "Don't enable intrinsic optimizations in debuggable runtime" Mythri Alle
2023-04-25Don't enable intrinsic optimizations in debuggable runtime Mythri Alle
2023-02-28Code sinking cleanups Santiago Aboy Solanes
2023-02-15Remove RTI validation from our checks Santiago Aboy Solanes
2023-02-07Reland "LSE fix to allow different operation kinds in the same heap location" Santiago Aboy Solanes
2023-02-03Revert "LSE fix to allow different operation kinds in the same heap location" Santiago Aboy Solanes
2023-02-03LSE fix to allow different operation kinds in the same heap location Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2021-11-15ART: Use core image to speed up some gtests. Vladimir Marko
2021-06-03Reduce Partial LSE memory usage. Vladimir Marko
2021-06-01Avoid race on Thread::tlsPtr_::top_handle_scope. Vladimir Marko
2021-04-26Fix issue with Partial LSE and casts/instanceof Alex 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 Object Alex Light
2021-01-22Revert "Partial Load Store Elimination" Nicolas Geoffray
2021-01-21Partial Load Store Elimination Alex Light
2020-12-02Remove duplicated test in LSA tests Alex 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 removal Alex Light
2020-06-08Run LSA as a part of the LSE pass. Vladimir Marko
2020-01-08Add OptimizingUnitTestHelper::GraphChecker methods Evgeny 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 type Aart 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 pass xueliang.zhong