summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_assembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-26aco: allow constant offsets for global/scratch instructions on GFX10Rhys Perry1-1/+4
2019-11-15aco: implement VK_KHR_shader_float_controlsRhys Perry1-1/+1
2019-11-08ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.Timur Kristóf1-0/+1
2019-10-25aco/gfx10: Add notes about some GFX10 hazards.Timur Kristóf1-2/+4
2019-10-21aco/gfx10: Update constant addresses in fix_branches_gfx10.Timur Kristóf1-1/+12
2019-10-10aco: Clean up usages of PhysReg::reg from aco_assembler.Timur Kristóf1-27/+27
2019-10-10aco: Initial work to avoid GFX10 hazards.Rhys Perry1-2/+4
2019-10-10aco: pad code with s_code_end on GFX10Rhys Perry1-2/+13
2019-10-10aco: workaround GFX10 0x3f branch bugRhys Perry1-5/+39
2019-10-10aco: Assemble opsel in VOP3 instructions.Rhys Perry1-1/+2
2019-10-10aco: Allow literals on VOP3 instructions.Rhys Perry1-1/+1
2019-10-10aco: Support subvector loops in aco_assembler.Timur Kristóf1-1/+19
2019-10-10aco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.Timur Kristóf1-6/+18
2019-10-10aco: Support GFX10 EXP in aco_assembler.Timur Kristóf1-1/+7
2019-10-10aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.Timur Kristóf1-8/+23
2019-10-10aco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.Timur Kristóf1-3/+17
2019-10-10aco: Support GFX10 MTBUF in aco_assembler.Timur Kristóf1-3/+19
2019-10-10aco: Support GFX10 MUBUF in aco_assembler.Timur Kristóf1-1/+9
2019-10-10aco: Support GFX10 DS in aco_assembler.Timur Kristóf1-2/+7
2019-10-10aco: Support GFX10 VINTRP in aco_assembler.Timur Kristóf1-1/+9
2019-10-10aco: Support GFX10 SMEM in aco_assembler.Timur Kristóf1-13/+60
2019-10-10aco: Add missing GFX10 specific fields and some README notes.Timur Kristóf1-0/+2
2019-09-19aco: Initial commit of independent AMD compilerDaniel Schürmann1-0/+497