aco: Fixup markdown formatting of the README-ISA.
[mesa.git] / src / amd / compiler /
2020-07-13 Rhys Perryaco: read 0 from inactive lanes when using dpp
2020-07-10 Rhys Perryaco: don't create phis with undef operands in the boole...
2020-07-10 Rhys Perryaco: optimize boolean phis with uniform selections
2020-07-10 Rhys Perryaco: create better code for boolean phis with constant...
2020-07-10 Rhys Perryaco: rework boolean phi pass
2020-07-10 Samuel Pitoisetaco: fix more validation errors from vgpr spill/restore...
2020-07-07 Rhys Perryaco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
2020-07-07 Daniel Schürmannaco: remove superflous (bool & exec) if the result...
2020-07-06 Bas NieuwenhuizenRevert "radv: add support for MRTs compaction to avoid...
2020-06-29 Samuel Pitoisetradv: add support for MRTs compaction to avoid holes
2020-06-26 Daniel Schürmannaco: fix partial copies on GFX6/7
2020-06-25 Samuel Pitoisetradv: lower 64-bit dfloor on GFX6 for fixing precision...
2020-06-25 Samuel Pitoisetradv: lower 64-bit drcp/dsqrt/drsq for fixing precision...
2020-06-24 Rhys Perryaco: remove outdated assert in handle_operands()
2020-06-24 Rhys Perryaco: ignore blocked registers when checking edges in...
2020-06-24 Rhys Perryaco: improve vectorization of 8/16-bit loads/stores
2020-06-24 Rhys Perryaco: fix when sub-dword create_vector operand cannot...
2020-06-24 Daniel Schürmannaco: don't allow partial copies on GFX6/7
2020-06-24 Daniel Schürmannaco: align swap operations to 4 bytes on GFX6/7
2020-06-24 Rhys Perryaco: don't create byte-aligned short loads
2020-06-24 Rhys Perryaco: add missing bld.scc() in byte_align_scalar()
2020-06-24 Rhys Perryaco: don't store byte-aligned short stores
2020-06-24 Rhys Perryaco: fix copy+paste error in split_buffer_store
2020-06-24 Rhys Perryradv/aco,aco: allow SMEM SSBO loads on GFX6/7
2020-06-24 Rhys Perryaco: allow SMEM for some sub-dword accesses
2020-06-24 Rhys Perryaco: only use SMEM if we can prove it's safe
2020-06-23 Samuel Pitoisetaco: fix printing ASM on GFX6-7 again
2020-06-22 Samuel Pitoisetaco: improve validation checks for readlane/writelane
2020-06-22 Daniel Schürmannradv/aco: implement logic64 instead of lowering
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-06-18 Rhys Perryaco: use the same regclass as the definition for undef...
2020-06-18 Rhys Perryaco: fix edge check with sub-dword temporaries
2020-06-18 Rhys Perryaco: shrink mad_info
2020-06-18 Rhys Perryaco: make ssa_info::label 64-bit
2020-06-18 Rhys Perryaco: shrink ssa_info
2020-06-18 Daniel Schürmannaco: fix WQM handling in nested loops
2020-06-17 Rhys Perryaco: fix validation of opsel when set for the definition
2020-06-17 Rhys Perryaco: fix sub-dword opsel/sdwa checks
2020-06-17 Rhys Perryaco: fix validation error from vgpr spill/restore code
2020-06-16 Daniel Schürmannaco: don't allow SGPRs on logical phis
2020-06-16 Daniel Schürmannaco: reorder calls to aco_validate() and cleanup aco_co...
2020-06-15 Rhys Perryaco: fix encoding of certain s_setreg_imm32_b32 instruc...
2020-06-15 Rhys Perryaco: improve check for moving temporaries out of fixed...
2020-06-15 Rhys Perryaco: allow GFX9 partial writes with instructions which...
2020-06-15 Rhys Perryaco: add more opcodes to can_swap_operands
2020-06-15 Samuel Pitoisetaco: allow to swap operands for some 16-bit float instr...
2020-06-15 Rhys Perryaco: validate sub-dword pseudo instructions
2020-06-15 Rhys Perryaco: optimize 16-bit and 64-bit float comparisons
2020-06-15 Rhys Perryaco: copy-propagate constants through p_extract_vector...
2020-06-15 Rhys Perryaco: improve 8/16-bit constants
2020-06-15 Rhys Perryaco: use 32-bit inline constants for 16-bit integer...
2020-06-15 Rhys Perryaco: fix half_pi constant for 16-bit fsin/fcos
2020-06-15 Rhys Perryaco: improve sub-dword check for sgpr/constant propagation
2020-06-15 Rhys Perryaco: create 16-bit input and output modifiers
2020-06-15 Rhys Perryaco: update comment about preserving fp16/fp64 denormals
2020-06-15 Rhys Perryaco: create 16-bit mad/fma
2020-06-15 Rhys Perryaco: try to use fma instead of mad when denormals are...
2020-06-15 Rhys Perryaco: create mads when signed zeros should be preserved
2020-06-15 Rhys Perryaco: add and set precise flag
2020-06-15 Rhys Perryaco: use p_as_uniform in emit_vop1_instruction
2020-06-15 Rhys Perryaco: improve code for f2{i,u}{8,16}
2020-06-15 Rhys Perryaco: use num_opcodes instead of last_opcode
2020-06-12 Daniel Schürmannaco: fix shared subdword loads
2020-06-12 Samuel Pitoisetaco: implement radv_enable_mrt_output_nan_fixup workaround
2020-06-10 Rhys Perryaco: fix moving sub-dword values out of a register...
2020-06-10 Rhys Perryaco: use Info::definition_size instead of definition...
2020-06-10 Rhys Perryaco: add Info::{operand_size,definition_size}
2020-06-10 Rhys Perryaco: prefer 4-byte aligned definitions
2020-06-10 Rhys Perryaco: allow reading/writing upper halves/bytes when...
2020-06-10 Rhys Perryaco: p_extract_vector in 64-bit u2f16/i2f16
2020-06-10 Rhys Perryaco: validate instructions reading/writing upper halves...
2020-06-09 Daniel Schürmannaco: remove unnecessary split- and create_vector instru...
2020-06-09 Samuel Pitoisetaco: fix alignment of vectors with 4 elements
2020-06-09 Samuel Pitoisetaco: implement 8-bit/16-bit conversions on GFX6-GFX7
2020-06-09 Daniel Schürmannaco: optimize packing of 16bit subdword registers on...
2020-06-09 Daniel Schürmannaco: skip partial copies on first iteration when loweri...
2020-06-09 Daniel Schürmannaco: coalesce copies more aggressively when lowering...
2020-06-09 Daniel Schürmannaco: add and use scratch SGPR to lower subdword p_creat...
2020-06-09 Daniel Schürmannaco: adjust GFX6 subdword lowering workarounds for...
2020-06-09 Daniel Schürmannaco: Workarounds subdword lowering on GFX6/7
2020-06-09 Daniel Schürmannaco: use full-register instructions to implement subdwo...
2020-06-09 Daniel Schürmannaco: simplify statistics collection for copies
2020-06-09 Daniel Schürmannaco: fix register assignment for p_create_vector on...
2020-06-08 Rhys Perryaco: use v_xor3_b32
2020-06-05 Samuel Pitoisetaco: fix nir_intrinsic_quad_* with 8-bit in GFX6-GFX7
2020-06-05 Samuel Pitoisetaco: fix sign-extend 8-bit subgroup operations on GFX6...
2020-06-05 Samuel Pitoisetaco: use v_bfe_u32 for unsigned reductions sign-extensi...
2020-06-03 Samuel Pitoisetaco: sign-extend input/identity for 16-bit subgroup...
2020-06-03 Samuel Pitoisetaco: fix subdword copies on GFX6-GFX7
2020-06-03 Samuel Pitoisetaco: implement 16-bit nir_intrinsic_quad_* on GFX6...
2020-06-03 Samuel Pitoisetaco: implement 16-bit reduce operations on GFX6-GFX7
2020-06-02 Oschowaaco: Use correct reference type in for-range-loop.
2020-06-02 Oschowaaco: Don't std::move temporary object.
2020-06-02 Oschowaaco: Don't declare 'Block' as class, but define as...
2020-06-02 Timur Kristófaco: Implement subgroup shuffle on GFX6-7.
2020-06-02 Timur Kristófaco/gfx10: Refactor of GFX10 wave64 bpermute.
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-29 Samuel Pitoisetaco: sign-extend input/indentity for 32-bit reduce...
2020-05-29 Samuel Pitoisetaco: allow gfx10_wave64_bpermute with 8-bit/16-bit...
next