summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm.h
AgeCommit message (Expand)Author
2024-02-13Optimizing: Refactor `HScheduler`. Vladimir Marko
2023-12-06Remove partial LSE Santiago Aboy Solanes
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-04-05Mark graph visitor classes as final. Vladimir Marko
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2022-06-20Fix modernize-use-using clang-tidy issues Stefano Cianciulli
2021-01-25Revert^4 "Partial Load Store Elimination" Alex Light
2021-01-24Revert "Revert^2 "Partial Load Store Elimination"" Nicolas Geoffray
2021-01-22Revert^2 "Partial Load Store Elimination" Alex Light
2021-01-22Revert "Partial Load Store Elimination" Nicolas Geoffray
2021-01-21Partial Load Store Elimination Alex Light
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2019-03-29Modernise code to use override specifier Yi Kong
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-02Reuse arena memory for each block in scheduler. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-07-24Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings." Treehugger Robot
2017-07-21Improve SchedulingLatencyVisitorARM on HCondition latency settings. xueliang.zhong
2017-07-14Remove the old ARM code generator from ART's Optimizing compiler. Roland Levillain
2017-06-06Merge "ARM64: SIMD instruction scheduling." Aart Bik
2017-06-06ARM64: SIMD instruction scheduling. Artem Serov
2017-06-02Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1 xueliang.zhong
2017-05-08Instruction scheduling for ARM. xueliang.zhong