aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/ac: move get_image_intr_name to commonDave Airlie2017-03-071-0/+26
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-061-19/+11
* radeonsi: set the convergent attribute where neededMarek Olšák2017-03-061-2/+6
* radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák2017-03-061-3/+3
* radeon/ac: fix intrinsic version checkDave Airlie2017-03-061-1/+1
* ac: normalize build helper namesMarek Olšák2017-03-031-150/+149
* ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák2017-03-031-0/+20
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-031-0/+17
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-031-1/+57
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-031-5/+4
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-031-40/+22
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-031-0/+26
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-031-0/+16
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-031-2/+9
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-031-0/+18
* ac: replace old image intrinsics with new onesMarek Olšák2017-03-031-0/+80
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-031-0/+68
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-031-0/+31
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-031-0/+15
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-031-0/+37
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-011-9/+14
* ac: silence a warningMarek Olšák2017-02-251-2/+1
* ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0Marek Olšák2017-02-181-0/+17
* radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák2017-02-181-0/+14
* ac/llvm: fix various findMSB bugsMarek Olšák2017-02-181-2/+3
* radeon/ac: add emit umsb shared code.Dave Airlie2017-02-161-0/+25
* radeon/ac: use llvm.amdgcn.sffbh intrinsic instead of AMDGPU.flbit.i32Dave Airlie2017-02-161-1/+2
* radeon/ac: add ac_emit_imsb helper.Dave Airlie2017-02-161-0/+24
* radeon/ac/llvm: add support for sendmsg emissionDave Airlie2017-02-141-0/+13
* radeon/ac: move common llvm build functions to a separate file.Dave Airlie2017-02-071-0/+752