summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-5/+5
* Reuse arena memory for each block in scheduler.Vladimir Marko2018-08-021-29/+13
* Use HashSet<std::string> instead of unordered_set<>.Vladimir Marko2018-06-211-4/+4
* Refactoring LSE/LSA: introduce heap location typeAart Bik2018-05-151-4/+4
* Step 1 of 2: conditional passes.Aart Bik2018-04-261-3/+4
* ARM64: Workaround for the callee saved FP registers and SIMD.Artem Serov2017-12-131-0/+5
* Refactored optimization passes setup.Aart Bik2017-11-201-3/+6
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-4/+4
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-10/+10
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-23/+33
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Disambiguate memory accesses in instruction schedulingxueliang.zhong2017-06-301-3/+17
* Instruction scheduling for ARM.xueliang.zhong2017-05-081-1/+4
* ART: Clean up field initializationAndreas Gampe2017-03-271-1/+5
* AArch64: Add HInstruction scheduling support.Alexandre Rames2017-01-251-0/+487