summaryrefslogtreecommitdiff
path: root/libclc/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant OVERRRIDES fileJan Vesely2018-11-041-2/+0
* Add initial support for half precision builtinsJan Vesely2018-05-172-0/+12
* amdgpu/half_recip: Switch implementation to native_recipJan Vesely2018-02-132-0/+7
* amdgpu/half_log2: Switch implementation to native_log2Jan Vesely2018-02-132-0/+7
* amdgpu/half_log10: Switch implementation to native_log10Jan Vesely2018-02-132-0/+7
* amdgpu/half_log: Switch implementation to native_logJan Vesely2018-02-132-0/+7
* amdgpu/half_exp2: Switch implementation to native_exp2Jan Vesely2018-02-132-0/+7
* amdgpu/half_exp10: Switch implementation to native_exp10Jan Vesely2018-02-132-0/+7
* amdgpu/half_exp: Switch implementation to native_expJan Vesely2018-02-132-0/+7
* amdgpu/half_sqrt: Switch implementation to native_sqrtJan Vesely2018-02-132-0/+7
* amdgpu/half_rsqrt: Switch implementation to native_rsqrtJan Vesely2018-02-133-0/+18
* amdgpu: Add workaround for unimplemented llvm.exp intrinsicJan Vesely2017-11-103-0/+9
* math: Implement native_log10Jan Vesely2017-10-253-0/+9
* amdgpu/math: Don't use llvm instrinsic for native_logJan Vesely2017-10-253-0/+9
* Make image builtins r600/llvm-3.9 onlyJan Vesely2017-10-1015-346/+0
* Do not include clc_nextafter header globallyJan Vesely2017-10-081-0/+1
* Restore support for llvm-3.9Jan Vesely2017-09-291-0/+2
* Rework atomic ops to use clang builtins rather than llvm asmJan Vesely2017-09-252-66/+0
* Implement vload_half{,n} and vload(half)Jan Vesely2017-09-083-0/+25
* vstore: Cleanup and add vstore(half)Jan Vesely2017-09-083-0/+37
* r600: Cleanup barrier implementation.Jan Vesely2017-09-042-11/+0
* Replace nextafter implementationMatt Arsenault2016-09-081-0/+5
* amdgcn: Fix return type of get_num_groupsMatt Arsenault2016-08-252-19/+0
* amdgcn: Fix return type for get_global_sizeMatt Arsenault2016-08-242-19/+0
* amdgcn: Fix get_local_size IR return typeMatt Arsenault2016-08-202-19/+0
* AMDGPU: Use clang intrinsics for workitem builtinsJan Vesely2016-07-222-12/+3
* amdgpu: Use right builtn for rsqMatt Arsenault2016-07-191-1/+6
* Replace llvm.AMDGPU.ldexp with llvm.amdgcn.ldexpMatt Arsenault2016-07-182-48/+0
* amdgcn: Use new workitem intrinsicsMatt Arsenault2016-02-173-38/+0
* Split sources for amdgcn and r600Matt Arsenault2016-02-1327-0/+642