ac/nir: Use correct cast for readfirstlane and ptrs.
[mesa.git] / src / amd / common / ac_llvm_build.c
2019-08-06 Bas Nieuwenhuizenac/nir: Use correct cast for readfirstlane and ptrs.
2019-07-31 Marek Olšákac: fix a memory leak in the error path of ac_build_typ...
2019-07-31 Marek Olšákac: allow control flow statements in NIR callbacks
2019-07-29 Samuel Pitoisetac: do not crash when the buffer data format is invalid
2019-07-20 Marek Olšákradeonsi/gfx10: use 32-bit wavemasks for Wave32
2019-07-20 Marek Olšákac: create the LLVM builder in ac_llvm_context_init
2019-07-20 Marek Olšákac: create the LLVM module for Wave32 or Wave64 in...
2019-07-20 Marek Olšákac: initial Wave32 support in LLVM build helpers
2019-07-20 Marek Olšákac: use llvm.amdgcn.writelane
2019-07-20 Marek Olšákac: fix shader clock on LLVM 9
2019-07-07 Samuel Pitoisetac: add missing formats to ac_get_tbuffer_format()...
2019-07-04 Marek Olšákac: use an LLVM fence instead of s.waitcnt when possible
2019-07-04 Marek Olšákac: remove unused AC_WAIT_EXP
2019-07-04 Marek Olšákac: only set ac_dlc in ac_llvm_build.c
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for loads
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for stores
2019-07-03 Marek Olšákac: rework ac_build_waitcnt for gfx10
2019-07-03 Nicolai Hähnleamd/common/gfx10: set DLC for llvm.amdgcn.s.buffer...
2019-07-03 Marek Olšákradeonsi/gfx10: set DLC for loads when GLC is set
2019-07-03 Nicolai Hähnleamd/common/gfx10: support new tbuffer encoding
2019-07-03 Nicolai Hähnleamd/common/gfx10: implement scan & reduce operations
2019-06-25 Marek Olšákradeonsi: set the calling convention for inlined functi...
2019-06-24 Daniel Schürmannamd/common: lower bitfield_extract to ubfe/ibfe.
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-17 Samuel Pitoisetac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+
2019-06-12 Marek Olšákradeonsi: use the ac helper for index buffer stores...
2019-06-04 Marek Olšákac: rename LLVM <= 7 helpers for readability
2019-06-04 Marek Olšákac: fix a typo in ac_build_wg_scan_bottom
2019-06-04 Samuel Pitoisetac,radv: do not emit vec3 for raw load/store on SI
2019-06-03 Samuel Pitoisetac,radv: remove the vec3 restriction with LLVM 9+
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-14 Marek Olšákac: use 1D GEPs for descriptors and constants
2019-05-13 Nicolai Hähnleamd/common: add ac_build_opencoded_fetch_format
2019-05-02 Samuel Pitoisetac: tidy up ac_build_llvm8_tbuffer_{load,store}
2019-04-23 Marek Olšákac: add ac_get_i1_sgpr_mask
2019-04-17 Samuel Pitoisetac: use struct/raw store intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: use struct/raw load intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: add support for more types with struct/raw LLVM...
2019-04-12 Marek Olšákradeonsi: set AC_FUNC_ATTR_READNONE for image opcodes...
2019-04-12 Samuel Pitoisetac: add ac_build_load_helper_invocation() helper
2019-04-12 Samuel Pitoisetac: add ac_build_ddxy_interp() helper
2019-04-12 Samuel Pitoisetac: add ac_build_umax() and use it where possible
2019-04-10 Rhys Perryac: add 16-bit support to ac_build_ddxy()
2019-04-01 Samuel Pitoisetac: add 8-bit and 64-bit support to ac_build_bitfield_r...
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_umsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_find_lsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_bit_count()
2019-04-01 Samuel Pitoisetac: fix ac_build_umsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_find_lsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_build_bitfield_reverse() for 16-bit integer...
2019-04-01 Samuel Pitoisetac: fix ac_build_bit_count() for 16-bit integer type
2019-03-29 Samuel Pitoisetac: fix return type for llvm.amdgcn.frexp.exp.i32.64
2019-03-28 Samuel Pitoisetac: add ac_build_frex_exp() helper ans 16-bit/32-bit...
2019-03-28 Samuel Pitoisetac: add ac_build_frexp_mant() helper and 16-bit/32...
2019-03-27 Samuel Pitoisetac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
2019-03-21 Samuel Pitoisetac: fix incorrect argument type for tbuffer.{load,store...
2019-03-21 Samuel Pitoisetac: add 16-bit support to fract
2019-03-21 Samuel Pitoisetac: add 16-bit support fo fsign
2019-03-21 Samuel Pitoisetac: add f16_0 and f16_1 constants
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_store_byte() helper
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_load_byte() helper
2019-03-21 Samuel Pitoisetac: add various int8 definitions
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_store_...
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsic when storing 16-bit values
2019-03-20 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_store() helpers
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_load()
2019-03-20 Samuel Pitoisetac: add ac_build_buffer_store_format() helper
2019-03-20 Samuel Pitoisetac: make use of ac_get_store_intr_attribs() where possible
2019-03-20 Samuel Pitoisetac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
2019-03-13 Samuel Pitoisetac: use the raw tbuffer version for 16-bit SSBO loads
2019-03-13 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_load() helpers
2019-03-13 Samuel Pitoisetac: rework typed buffers loads for LLVM 7
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-19 Rhys Perryac/nir: make ac_build_fdiv support 16-bit floats
2019-02-19 Rhys Perryac/nir: make ac_build_isign work on all bit sizes
2019-02-19 Rhys Perryac/nir: make ac_build_clamp work on all bit sizes
2019-02-18 Samuel Pitoisetac: use new LLVM 8 intrinsic when loading 16-bit values
2019-02-18 Samuel Pitoisetac: add ac_build_llvm8_tbuffer_load() helper
2019-02-14 Samuel Pitoisetac: make use of ac_build_expand_to_vec4() in visit_imag...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement ptr->int casts in ac_to_integer.
2019-02-06 Bas Nieuwenhuizenamd/common: Add gep helper for pointer increment.
2019-01-14 Michel Dänzeramd/common: Restore v4i32 suffix for llvm.SI.load.const...
2019-01-14 Nicolai Hähnleamd/common/vi+: enable SMEM loads with GLC=1
2019-01-14 Nicolai Hähnleamd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0
2019-01-07 Marek Olšákac: remove unused variable from ac_build_ddxy
2018-12-19 Nicolai Hähnleamd/common: add i1 special case to ac_build_{inclusive...
2018-12-19 Nicolai Hähnleamd/common: scan/reduce across waves of a workgroup
2018-12-19 Nicolai Hähnleamd/common: add ac_build_ifcc
2018-12-19 Nicolai Hähnleamd/common: whitespace fixes
2018-12-16 Rhys Perryac: refactor visit_load_buffer
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-11-20 Dave Airlieac: avoid casting pointers on bcsel and stores
2018-11-19 Bas Nieuwenhuizenradv: Use structured intrinsics instead of indexing...
2018-10-29 Marek Olšákac: fix ac_build_fdiv for f64
2018-10-22 Connor Abbottac: Introduce ac_build_expand()
2018-10-16 Marek Olšákac: add helpers for fast integer division by a constant
2018-10-12 Samuel Pitoisetradv: emit the GLC bit for SSBO loads/stores when needed
2018-10-07 Marek Olšákac: add ac_build_round
2018-10-07 Marek Olšákac: simplify LLVM alloca helpers
2018-10-07 Marek Olšákac: define all address spaces properly
next