aco: add missing add_to_hazard_query
[mesa.git] / src / amd / compiler / aco_print_ir.cpp
2020-07-21 Rhys Perryaco: add NUW flag
2020-06-15 Rhys Perryaco: improve 8/16-bit constants
2020-06-15 Rhys Perryaco: add and set precise flag
2020-06-02 Timur Kristófaco/gfx10: Refactor of GFX10 wave64 bpermute.
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit reductions
2020-05-21 Samuel Pitoisetaco: declare 8-bit/16-bit reduce operations
2020-04-24 Timur Kristófaco: Const correctness for aco_print_ir.
2020-04-22 Rhys Perryaco: add VOP3P_instruction
2020-04-07 Timur Kristófaco: Print shader stage in aco_print_program.
2020-04-07 Timur Kristófaco: Print block_kind_export_end.
2020-04-03 Daniel Schürmannaco: print subdword registers
2020-04-03 Daniel Schürmannaco: add sub-dword regclasses
2020-04-03 Rhys Perryaco: print and validate opsel
2020-04-03 Rhys Perryaco: add SDWA_instruction
2020-04-03 Rhys Perryaco: make PhysReg in units of bytes
2020-03-16 Rhys Perryaco: add a late kill flag
2020-02-06 Rhys Perryaco: gfx10_wave64_bpermute reduce op to print_ir
2020-01-24 Rhys Perryradv/aco,aco: implement GS on GFX9+
2020-01-24 Rhys Perryaco: improve support for s_sendmsg
2020-01-20 Samuel Pitoisetaco: add new addr64 bit to MUBUF instructions on GFX6...
2019-11-29 Rhys Perryaco: improve FLAT/GLOBAL scheduling
2019-11-29 Rhys Perryaco: don't enable store_global for helper invocations
2019-10-10 Rhys Perryaco: update print_ir
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler