summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler.h
AgeCommit message (Expand)Author
2024-02-13Optimizing: Refactor `HScheduler`. Vladimir Marko
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2019-10-29Fix intersecting live ranges created by instruction scheduler Evgeny Astigeevich
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2019-05-16ART: Refactor SchedulingGraph for consistency and clarity Evgeny Astigeevich
2019-02-20ART: Reduce dependencies on CompilerDriver. Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-02Reuse arena memory for each block in scheduler. Vladimir Marko
2018-06-21Use HashSet<std::string> instead of unordered_set<>. Vladimir Marko
2018-05-15Refactoring LSE/LSA: introduce heap location type Aart Bik
2018-04-26Step 1 of 2: conditional passes. Aart Bik
2017-12-13ARM64: Workaround for the callee saved FP registers and SIMD. Artem Serov
2017-11-20Refactored optimization passes setup. Aart Bik
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-30Disambiguate memory accesses in instruction scheduling xueliang.zhong
2017-05-08Instruction scheduling for ARM. xueliang.zhong
2017-03-27ART: Clean up field initialization Andreas Gampe
2017-01-25AArch64: Add HInstruction scheduling support. Alexandre Rames