aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/llvm/ac_llvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* ac/llvm: Fix ac_build_reduce in wave32 mode.Timur Kristóf2020-01-101-6/+9
* ac: add ac_build_s_endpgmMarek Olšák2020-01-081-0/+6
* ac: add 128-bit bitcountMarek Olšák2020-01-081-0/+9
* ac: unify primitive export codeMarek Olšák2020-01-081-0/+53
* ac: unify build_sendmsg_gs_alloc_reqMarek Olšák2020-01-081-0/+20
* ac: fix ac_get_i1_sgpr_mask for Wave32Marek Olšák2019-12-161-2/+11
* amd/llvm: Refactor ac_build_scan.Bas Nieuwenhuizen2019-11-281-40/+51
* ac: add 8-bit and 16-bit supports to ac_build_permlane16()Samuel Pitoiset2019-11-271-8/+16
* radv/gfx10: fix implementation of exclusive scansSamuel Pitoiset2019-11-271-24/+52
* ac/llvm: fix warning in ac_build_canonicalize()Samuel Pitoiset2019-11-261-1/+1
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-251-7/+4
* ac: Add a shared interface between radv, radeonsi, LLVM and ACOConnor Abbott2019-11-251-0/+79
* amd/llvm: Add Subgroup Scan functions for SIDaniel Schürmann2019-11-201-6/+75
* ac: add 16-bit float support to ac_build_alu_op()Samuel Pitoiset2019-11-191-4/+5
* ac: add 8-bit and 16-bit supports to ac_build_optimization_barrier()Samuel Pitoiset2019-11-191-2/+13
* ac: add 8-bit and 16-bit supports to ac_build_wwm()Samuel Pitoiset2019-11-191-3/+18
* ac: add 8-bit and 16-bit supports to get_reduction_identity()Samuel Pitoiset2019-11-191-1/+33
* ac: add 8-bit and 16-bit supports to ac_build_swizzle()Samuel Pitoiset2019-11-191-6/+13
* ac: add 8-bit and 16-bit supports to ac_build_dpp()Samuel Pitoiset2019-11-191-13/+20
* ac: add 8-bit and 16-bit supports to ac_build_set_inactive()Samuel Pitoiset2019-11-191-0/+9
* ac: add 8-bit and 16-bit supports to ac_build_readlane()Samuel Pitoiset2019-11-191-6/+16
* ac: add 8-bit and 16-bit supports to ac_build_shuffle()Samuel Pitoiset2019-11-191-5/+10
* ac: remove useless cast in ac_build_set_inactive()Samuel Pitoiset2019-11-191-1/+2
* ac: handle pointer types to LDS in ac_get_elem_bits()Samuel Pitoiset2019-11-121-0/+5
* ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointersSamuel Pitoiset2019-10-211-0/+1
* ac/llvm: add AC_FLOAT_MODE_ROUND_TO_ZEROSamuel Pitoiset2019-10-181-0/+1
* ac/llvm: add ac_build_canonicalize() helperSamuel Pitoiset2019-10-181-0/+25
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-081-0/+4478