aco: disable disassembly for SI/CI due to lack of support by LLVM
[mesa.git] / src / amd / compiler / aco_insert_exec_mask.cpp
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-02 Rhys Perryaco: fix block_kind_discard s_andn2 definition to exec
2019-11-29 Rhys Perryaco: don't enable store_global for helper invocations
2019-11-14 Daniel Schürmannaco: check if SALU instructions are predeceeded by...
2019-10-30 Daniel Schürmannaco: remove potential critical edge on loops.
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-09-27 Rhys Perryaco: don't remove the loop exec mask in transition_to_E...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler