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