summaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_assembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco/gfx10: Add notes about some GFX10 hazards.Timur Kristóf2019-10-251-2/+4
* aco/gfx10: Update constant addresses in fix_branches_gfx10.Timur Kristóf2019-10-211-1/+12
* aco: Clean up usages of PhysReg::reg from aco_assembler.Timur Kristóf2019-10-101-27/+27
* aco: Initial work to avoid GFX10 hazards.Rhys Perry2019-10-101-2/+4
* aco: pad code with s_code_end on GFX10Rhys Perry2019-10-101-2/+13
* aco: workaround GFX10 0x3f branch bugRhys Perry2019-10-101-5/+39
* aco: Assemble opsel in VOP3 instructions.Rhys Perry2019-10-101-1/+2
* aco: Allow literals on VOP3 instructions.Rhys Perry2019-10-101-1/+1
* aco: Support subvector loops in aco_assembler.Timur Kristóf2019-10-101-1/+19
* aco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.Timur Kristóf2019-10-101-6/+18
* aco: Support GFX10 EXP in aco_assembler.Timur Kristóf2019-10-101-1/+7
* aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.Timur Kristóf2019-10-101-8/+23
* aco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.Timur Kristóf2019-10-101-3/+17
* aco: Support GFX10 MTBUF in aco_assembler.Timur Kristóf2019-10-101-3/+19
* aco: Support GFX10 MUBUF in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 DS in aco_assembler.Timur Kristóf2019-10-101-2/+7
* aco: Support GFX10 VINTRP in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 SMEM in aco_assembler.Timur Kristóf2019-10-101-13/+60
* aco: Add missing GFX10 specific fields and some README notes.Timur Kristóf2019-10-101-0/+2
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+497