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.h
Age
Commit message (
Expand
)
Author
2024-02-13
Optimizing: Refactor `HScheduler`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-29
Fix intersecting live ranges created by instruction scheduler
Evgeny Astigeevich
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
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
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
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-05-15
Refactoring LSE/LSA: introduce heap location type
Aart Bik
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2017-12-13
ARM64: Workaround for the callee saved FP registers and SIMD.
Artem Serov
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-10-11
Use ScopedArenaAllocator for building HGraph.
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
ART: Include cleanup
Andreas Gampe
2017-06-30
Disambiguate memory accesses in instruction scheduling
xueliang.zhong
2017-05-08
Instruction scheduling for ARM.
xueliang.zhong
2017-03-27
ART: Clean up field initialization
Andreas Gampe
2017-01-25
AArch64: Add HInstruction scheduling support.
Alexandre Rames