summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_test.cc
AgeCommit message (Expand)Author
2024-02-13Optimizing: Refactor `HScheduler`. Vladimir Marko
2023-12-06Remove partial LSE Santiago Aboy Solanes
2023-02-13Don't run ReferenceTypePropagation without a Thread Santiago Aboy Solanes
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
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
2020-11-18Revert^4 "Partial LSE analysis & store removal" Alex Light
2020-11-14Revert^3 "Partial LSE analysis & store removal" Alex Light
2020-11-13Revert^2 "Partial LSE analysis & store removal" Alex Light
2020-11-12Revert "Partial LSE analysis & store removal" Nicolas Geoffray
2020-11-12Partial LSE analysis & store removal Alex Light
2020-06-08Run LSA as a part of the LSE pass. Vladimir Marko
2020-05-15Optimizing: Run gtests without creating the Runtime. Vladimir Marko
2020-02-13Remove MIPS support from Optimizing. Vladimir Marko
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
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-16Reduce memory usage by other deps in scheduler. Vladimir Marko
2018-08-02Reuse arena memory for each block in scheduler. Vladimir Marko
2018-06-25Move instruction_set_ to CompilerOptions. Vladimir Marko
2018-05-15Refactoring LSE/LSA: introduce heap location type Aart Bik
2018-01-13Change compiler tests to have aligned code item Mathieu Chartier
2017-11-09Support VecLoad and VecStore in LSA. xueliang.zhong
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-14Remove the old ARM code generator from ART's Optimizing compiler. Roland Levillain
2017-06-30Disambiguate memory accesses in instruction scheduling xueliang.zhong
2017-05-11Clean up some uses of "auto". Vladimir Marko
2017-05-08Instruction scheduling for ARM. xueliang.zhong
2017-01-25AArch64: Add HInstruction scheduling support. Alexandre Rames