aco: make validate() usable in tests
[mesa.git] / src / amd / compiler / aco_print_asm.cpp
2020-06-23 Samuel Pitoisetaco: fix printing ASM on GFX6-7 again
2020-06-22 Samuel Pitoisetaco: fix printing ASM on GFX6-7 if clrxdisasm is not...
2020-06-19 Samuel Pitoisetaco: replace == GFX10 with >= GFX10 where it's needed
2020-05-19 Rhys Perryaco: fix disassembly with LLVM 11
2020-04-28 Rhys Perryaco: improve clamped integer addition disassembly worka...
2020-04-03 Rhys Perryaco: add SDWA_instruction
2020-01-23 Samuel Pitoisetaco: fix printing assembly with CLRXdisasm on GFX6
2020-01-17 Samuel Pitoisetaco: print assembly with CLRXdisasm for GFX6-GFX7 if...
2019-12-07 Daniel Schürmannaco: disable disassembly for SI/CI due to lack of suppo...
2019-12-07 Daniel Schürmannaco: fix disassembly of writelane instructions.
2019-10-10 Timur Kristófaco: Set +wavefrontsize64 for LLVM disassembler in...
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler