radv: Allow triggering thread traces by file.
[mesa.git] / src / amd / compiler / aco_insert_NOPs.cpp
2020-08-04 Rhys Perryaco: update bug workarounds for GFX10_3
2020-07-18 Rhys Perryaco: use s_waitcnt_depctr to mitigate VMEMtoScalarWrite...
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-04-01 Samuel Pitoisetaco: only break SMEM clauses if XNACK is enabled (mostl...
2020-03-05 Rhys Perryaco: improve control flow handling in GFX6-9 NOP pass
2020-03-05 Rhys Perryaco: consider non-hazard writes in handle_raw_hazard_in...
2020-03-05 Rhys Perryaco: improve get_wait_states()
2020-03-05 Rhys Perryaco: add new NOP insertion pass for GFX6-9
2020-01-29 Daniel Schürmannaco: reorder VMEM operands in ACO IR
2020-01-27 Rhys Perryaco: fix WaR check for >64-bit FLAT/GLOBAL instructions
2020-01-24 Samuel Pitoisetaco: fix a hazard with v_interp_* and v_{read,readfirst...
2020-01-24 Timur Kristófaco/gfx10: Fix VcmpxExecWARHazard mitigation.
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