summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_insert_NOPs.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-14aco: check if SALU instructions are predeceeded by exec when calculating WQM ...Daniel Schürmann1-8/+1
2019-10-30aco: a couple loop handling fixes for GFX10 hazard passRhys Perry1-3/+3
2019-10-25aco: Refactor hazard mitigations, separate pass for GFX10.Timur Kristóf1-70/+113
2019-10-25aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.Timur Kristóf1-10/+20
2019-10-25aco/gfx10: Mitigate LdsBranchVmemWARHazard.Timur Kristóf1-0/+57
2019-10-25aco/gfx10: Mitigate SMEMtoVectorWriteHazard.Timur Kristóf1-0/+61
2019-10-25aco/gfx10: Mitigate VcmpxExecWARHazard.Timur Kristóf1-0/+49
2019-10-25aco/gfx10: Mitigate VcmpxPermlaneHazard.Timur Kristóf1-0/+20
2019-10-10aco: Initial work to avoid GFX10 hazards.Rhys Perry1-34/+113
2019-09-19aco: Initial commit of independent AMD compilerDaniel Schürmann1-0/+282