summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm.h
AgeCommit message (Expand)Author
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