summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_insert_waitcnt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* aco: make PhysReg in units of bytesRhys Perry2020-04-031-2/+2
* aco: add vmem/smem score statisticRhys Perry2020-04-031-9/+151
* aco: Fix workgroup size calculation.Timur Kristóf2020-03-301-7/+2
* aco: fix uninitialized data error in waitcnt passRhys Perry2020-03-121-1/+1
* aco: keep track of which events are used in a barrierRhys Perry2020-03-031-19/+41
* aco: fix waiting for scalar stores before "writing back" data on GFX8-GFX9Samuel Pitoiset2020-02-101-6/+9
* aco: reorder VMEM operands in ACO IRDaniel Schürmann2020-01-291-1/+10
* radv/aco,aco: implement GS on GFX9+Rhys Perry2020-01-241-8/+17
* aco: improve support for s_sendmsgRhys Perry2020-01-241-2/+9
* aco/wave32: Use wave_size for barrier intrinsic.Timur Kristóf2019-12-041-2/+2
* aco: fix incorrect cast in parse_wait_instr()Rhys Perry2019-11-291-1/+1
* aco: fix waitcnts for barriers at block endsRhys Perry2019-11-221-0/+3
* aco: fix copy+paste errorRhys Perry2019-11-211-2/+2
* aco: improve waitcnt insertion around loopsRhys Perry2019-11-211-45/+108
* Revert "aco: only emit waitcnt on loop continues if we there was some load or...Rhys Perry2019-10-221-1/+1
* aco/gfx10: Wait for pending SMEM stores before loadsTimur Kristóf2019-10-211-1/+24
* aco: Fix s_dcache_wb on GFX10.Timur Kristóf2019-10-101-0/+8
* aco: Have s_waitcnt_vscnt write to NULL.Rhys Perry2019-10-101-2/+3
* aco: only emit waitcnt on loop continues if we there was some load or exportDaniel Schürmann2019-09-231-1/+1
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+697