amd: Move all amd/common code that depends on LLVM to amd/llvm.
[mesa.git] / src / amd / compiler /
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-10-04 Rhys Perryaco: fix load_constant with multiple arrays
2019-10-04 Rhys Perryradv/aco,aco: set lower_fmod
2019-09-30 Daniel Schürmannaco: call nir_opt_algebraic_late() exhaustively
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
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-26 Rhys Perryaco: CSE readlane/readfirstlane/permute/reduce with...
2019-09-26 Rhys Perryaco: don't CSE v_readlane_b32/v_readfirstlane_b32
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryaco: store printed backend IR in binary
2019-09-26 Rhys Perryaco,radv/aco: get dissassembly for release builds if...
2019-09-25 Rhys Perryaco: check for duplicate opcode numbers
2019-09-25 Rhys Perryaco: fix opcode for s_mul_hi_i32
2019-09-25 Rhys Perryaco: fix v_subrev_co_u32_e64 opcode
2019-09-25 Rhys Perryaco: fix GFX9 opcode for v_xad_u32
2019-09-25 Rhys Perryaco: implement 64-bit ineg
2019-09-25 Rhys Perryaco: run nir_lower_int64() before nir_lower_idiv()
2019-09-23 Daniel Schürmannaco: only emit waitcnt on loop continues if we there...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler