aco: improve support for s_sendmsg
[mesa.git] / src / amd / compiler / aco_insert_NOPs.cpp
2020-01-24 Rhys Perryaco: improve support for s_sendmsg
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: recognize SI/CI SMRD hazards
2019-11-29 Rhys Perryaco: improve WAR hazard workaround with >64bit stores
2019-11-29 Rhys Perryaco: add v_nop inbetween exec write and VMEM/DS/FLAT
2019-11-14 Daniel Schürmannaco: check if SALU instructions are predeceeded by...
2019-10-30 Rhys Perryaco: a couple loop handling fixes for GFX10 hazard...
2019-10-25 Timur Kristófaco: Refactor hazard mitigations, separate pass for...
2019-10-25 Timur Kristófaco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate LdsBranchVmemWARHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate SMEMtoVectorWriteHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate VcmpxExecWARHazard.
2019-10-25 Timur Kristófaco/gfx10: Mitigate VcmpxPermlaneHazard.
2019-10-10 Rhys Perryaco: Initial work to avoid GFX10 hazards.
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler