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_arm.h
Age
Commit message (
Expand
)
Author
2024-02-13
Optimizing: Refactor `HScheduler`.
Vladimir Marko
2023-12-06
Remove partial LSE
Santiago Aboy Solanes
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-04-05
Mark graph visitor classes as final.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-06-20
Fix modernize-use-using clang-tidy issues
Stefano Cianciulli
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
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-03-29
Modernise code to use override specifier
Yi Kong
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-02
Reuse arena memory for each block in scheduler.
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-07-24
Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings."
Treehugger Robot
2017-07-21
Improve SchedulingLatencyVisitorARM on HCondition latency settings.
xueliang.zhong
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-06-06
Merge "ARM64: SIMD instruction scheduling."
Aart Bik
2017-06-06
ARM64: SIMD instruction scheduling.
Artem Serov
2017-06-02
Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1
xueliang.zhong
2017-05-08
Instruction scheduling for ARM.
xueliang.zhong