ac/nir: handle all lowered IO intrinsics
[mesa.git] / src / amd / compiler /
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-09-01 Timur Kristófaco: Add README which explains about what ACO is and...
2020-09-01 Timur Kristófaco: Fixup markdown formatting of the README-ISA.
2020-09-01 Timur Kristófaco: Move README to README-ISA
2020-08-28 Samuel Pitoisetaco: fix wrong source position for constant with nir_op...
2020-08-27 Samuel Pitoisetaco: add ACO_DEBUG=novn,noopt,nosched for debugging...
2020-08-26 Rhys Perryaco: sink get_alu_src() in bfe lowering
2020-08-26 Rhys Perryaco: fix sgpr ubfe/ibfe if the offset is too large
2020-08-26 Rhys Perryaco: remove 64-bit SGPR ubfe/ibfe
2020-08-26 Rhys Perryaco/tests: add tests for long jumps
2020-08-26 Rhys Perryaco: shorten disassembly for repeated instructions
2020-08-26 Rhys Perryaco/tests: add test for GFX10 0x3f bug
2020-08-26 Rhys Perryaco: create long jumps
2020-08-26 Rhys Perryaco: reserve 2 sgprs for each branch
2020-08-26 Rhys Perryaco: keep loop live-through variables spilled
2020-08-26 Rhys Perryaco: fix spills_entry heuristic for branch blocks in...
2020-08-26 Rhys Perryaco: fix regclass checks when fixing to vcc/exec with...
2020-08-26 Rhys Perryaco: don't fix break condition for break+discard to...
2020-08-26 Rhys Perryaco: don't consider the first partial spill if it's...
2020-08-26 Rhys Perryaco: consider branch definitions in spiller
2020-08-24 Daniel Schürmannnir,amd: remove trinary_minmax opcodes
2020-08-24 Timur Kristófaco: Fix convert_to_SDWA when instruction has 3 operands.
2020-08-24 Timur Kristófaco: Fix unused variable warning by adding ASSERTED.
2020-08-24 Samuel Pitoisetradv: add a small interface for creating the trap handl...
2020-08-24 Samuel Pitoisetaco: skip unnecessary compiler pass for the trap handle...
2020-08-24 Samuel Pitoisetaco: add a helper for building a trap handler shader
2020-08-24 Samuel Pitoisetaco: validate that SMEM operands can use fixed registers
2020-08-24 Samuel Pitoisetaco: add TBA/TMA/TTMP0-11 physical registers definitions
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-21 Rhys Perryaco: use nir_intrinsic_has_access
2020-08-21 Rhys Perryaco: fix non-rtz pack_half_2x16
2020-08-21 Samuel Pitoisetaco: add ACO_DEBUG=force-waitcnt to emit wait-states
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-20 Samuel Pitoisetaco: fix file leak in ra_fail()
2020-08-20 Samuel Pitoisetradv,aco: report ACO errors/warnings back via VK_EXT_de...
2020-08-20 Samuel Pitoisetaco: rework the way various compilation/validation...
2020-08-20 Samuel Pitoisetaco: rename DEBUG_VALIDATE to DEBUG_VALIDATE_IR
2020-08-13 Samuel Pitoisetaco: do not set valid_mask for POS0 exports on GFX...
2020-08-11 Daniel Schürmannaco: execute branch instructions in WQM if necessary
2020-08-11 Rhys Perryaco: don't move memory accesses to before control barriers
2020-08-10 Rhys Perryaco: set constant_data_offset correctly in the case...
2020-08-06 Rhys Perryaco: fix C++11/C++14 compilation
2020-08-04 Rhys Perryaco: replace MADs in isel with FMA on GFX10.3
2020-08-04 Rhys Perryaco: disable SMEM stores on GFX10.3
2020-08-04 Rhys Perryaco: update aco_opcodes.py for GFX10.3
2020-08-04 Rhys Perryaco: implement subgroup shader_clock on GFX10.3
2020-08-04 Rhys Perryaco: update vgpr_alloc_granule for GFX10.3
2020-08-04 Rhys Perryaco: fix max_waves_per_simd on Polaris, VegaM and GFX10.3
2020-08-04 Rhys Perryaco: update bug workarounds for GFX10_3
2020-08-04 Rhys Perryaco: don't create v_mad_f32 on GFX10.3
2020-08-04 Rhys Perryaco: fix waitcnt insertion on GFX10.3
2020-08-03 Eric Anholtamd: Swap from nir_opt_shrink_load() to nir_opt_shrink_...
2020-07-30 Rhys Perryaco: optimize swizzled SALU 8/16-bit conversions
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Daniel Schürmannaco: add GFX6/7 subdword lowering tests
2020-07-30 Rhys Perryaco/tests: add tests for sub-dword swaps
2020-07-30 Rhys Perryaco: add framework for testing isel and integration...
2020-07-30 Rhys Perryaco: add a few tests for the assembler and optimizer
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-29 Rhys Perryaco: remove isel for GLSL-style barriers
2020-07-29 Jason Ekstrandaco: Use nir_foreach_variable_with_modes to walk SSBOs
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Rhys Perryaco: create acq+rel barriers instead of acq/rel
2020-07-28 Rhys Perryaco: improve workgroup-scope and lower vmem/smem barriers
2020-07-28 Rhys Perryaco: improve sync_info for TCS output stores
2020-07-28 Rhys Perryaco: use storage_scratch
2020-07-28 Rhys Perryaco: enable value numbering of s_buffer_load_*
2020-07-28 Rhys Perryaco: consider intrinsic access in visit_{load,store...
2020-07-28 Rhys Perryradv/aco,aco: use scoped barriers
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-28 Rhys Perryaco: add missing add_to_hazard_query
2020-07-24 Samuel Pitoisetradv: align the LDS size in calculate_tess_lds_size()
2020-07-23 Daniel Schürmannaco: ensure readfirstlane subdword operands are always...
2020-07-23 Daniel Schürmannaco: prevent infinite recursion in RA for subdword...
2020-07-23 Daniel Schürmannaco: don't split store data if it was already split...
2020-07-23 Daniel Schürmannaco: ensure to not extract more components than have...
2020-07-22 Daniel Schürmannaco: fix scratch loads which cross element_size boundaries
2020-07-22 Samuel Pitoisetaco: add support for nir_intrinsic_shared_atomic_fadd
2020-07-21 Rhys Perryaco: fix includes in aco_ir.cpp
2020-07-21 Rhys Perryaco: fix copy of uninitialized boolean
2020-07-21 Rhys Perryaco: print ACO IR before scheduling instead of after
2020-07-21 Rhys Perryaco: make validate() usable in tests
2020-07-21 Rhys Perryaco: move some setup code into helpers
2020-07-21 Rhys Perryaco: use nir_addition_might_overflow to combine additio...
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: allow overflow for some SMEM instructions
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-21 Rhys Perryaco: implement b2i8/b2i16
2020-07-21 Rhys Perryaco: always set FI on GFX10
2020-07-18 Rhys Perryaco: use s_waitcnt_depctr to mitigate VMEMtoScalarWrite...
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-07-17 Rhys Perryaco: set tcs_in_out_eq=false if float controls of VS...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-17 Rhys Perryaco: flush denormals before fp16 fabs/fneg if needed
2020-07-17 Rhys Perryaco: use s_round_mode/s_denorm_mode
2020-07-16 Rhys Perryaco: add add_interference() helper
2020-07-16 Rhys Perryaco: use unordered_set for spill id interferences
2020-07-16 Rhys Perryaco: rewrite graph coloring in spiller
2020-07-16 Rhys Perryaco: fix underestimated pressure in spiller when a...
2020-07-13 Rhys Perryaco: add 32-bit integer addition to can_swap_operands
next