summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_insert_waitcnt.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-22aco: fix waitcnts for barriers at block endsRhys Perry1-0/+3
2019-11-21aco: fix copy+paste errorRhys Perry1-2/+2
2019-11-21aco: improve waitcnt insertion around loopsRhys Perry1-45/+108
2019-10-22Revert "aco: only emit waitcnt on loop continues if we there was some load or...Rhys Perry1-1/+1
2019-10-21aco/gfx10: Wait for pending SMEM stores before loadsTimur Kristóf1-1/+24
2019-10-10aco: Fix s_dcache_wb on GFX10.Timur Kristóf1-0/+8
2019-10-10aco: Have s_waitcnt_vscnt write to NULL.Rhys Perry1-2/+3
2019-09-23aco: only emit waitcnt on loop continues if we there was some load or exportDaniel Schürmann1-1/+1
2019-09-19aco: Initial commit of independent AMD compilerDaniel Schürmann1-0/+697