summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm.cc
AgeCommit message (Expand)Author
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2022-08-10Convert kUseReadBarrier to static const from constexpr Lokesh Gidra
2022-02-25Update compiler/ implications to use (D)CHECK_IMPLIES Santiago Aboy Solanes
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
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-02Fix braino in scheduler_arm.cc Nicolas Geoffray
2018-01-08ARM: Replace arm::SetCc with vixl32::FlagsUpdate. Vladimir Marko
2017-10-03ART: Introduce Uint8 compiler data type. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-09-19ART: Remove heap poisoning from globals.h Andreas Gampe
2017-08-04ART: Fix up small header includes Andreas Gampe
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-24Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings." Treehugger Robot
2017-07-21Improve SchedulingLatencyVisitorARM on HCondition latency settings. xueliang.zhong
2017-07-18ARM: VIXL32: Merge (un)signed extensions and integer additions Anton Kirilov
2017-06-07Use ArtMethod* .bss entries for HInvokeStaticOrDirect. Vladimir Marko
2017-06-06ARM64: SIMD instruction scheduling. Artem Serov
2017-05-08Instruction scheduling for ARM. xueliang.zhong