summaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_scheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: fix accidential reordering of instructions when schedulingDaniel Schürmann2019-11-041-10/+47
* aco: try to group together VMEM loads of the same resourceRhys Perry2019-10-301-10/+56
* aco: don't schedule instructions through depending VMEM instructionsDaniel Schürmann2019-10-301-0/+3
* aco: only skip RAR dependencies if the variable is killed somewhereDaniel Schürmann2019-10-301-21/+46
* aco: restrict scheduling depending on max_wavesDaniel Schürmann2019-10-301-9/+15
* aco: increase accuracy of SGPR limitsRhys Perry2019-10-231-2/+2
* aco: fix scheduling with s_memtime/s_memrealtimeRhys Perry2019-10-161-0/+8
* aco: move s_andn2_b64 instructions out of the p_discard_ifRhys Perry2019-10-091-0/+6
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+835