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
/
scheduler_test.cc
Age
Commit message (
Expand
)
Author
2025-02-17
Optimizing: Speed up `HInstruction::Add{,Env}UseAt()`.
Vladimir Marko
2024-10-15
Verify hardware supports ISA features in tests
Chris Jones
2024-10-04
Reduce memory used by `HEnvironment`.
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2024-02-13
Optimizing: Refactor `HScheduler`.
Vladimir Marko
2023-12-06
Remove partial LSE
Santiago Aboy Solanes
2023-02-13
Don't run ReferenceTypePropagation without a Thread
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr 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-06-08
Run LSA as a part of the LSE pass.
Vladimir Marko
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-05-16
ART: Refactor SchedulingGraph for consistency and clarity
Evgeny Astigeevich
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-16
Reduce memory usage by other deps in scheduler.
Vladimir Marko
2018-08-02
Reuse arena memory for each block in scheduler.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-05-15
Refactoring LSE/LSA: introduce heap location type
Aart Bik
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2017-11-09
Support VecLoad and VecStore in LSA.
xueliang.zhong
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
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-07-24
ART: Include cleanup
Andreas Gampe
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-06-30
Disambiguate memory accesses in instruction scheduling
xueliang.zhong
2017-05-11
Clean up some uses of "auto".
Vladimir Marko
2017-05-08
Instruction scheduling for ARM.
xueliang.zhong
2017-01-25
AArch64: Add HInstruction scheduling support.
Alexandre Rames