configure: Provide symlink for amdgcn-mesa3d instead of configure hack
[platform/upstream/llvm.git] / libclc / amdgpu /
2018-05-17 Jan VeselyAdd initial support for half precision builtins
2018-02-13 Jan Veselyamdgpu/half_recip: Switch implementation to native_recip
2018-02-13 Jan Veselyamdgpu/half_log2: Switch implementation to native_log2
2018-02-13 Jan Veselyamdgpu/half_log10: Switch implementation to native_log10
2018-02-13 Jan Veselyamdgpu/half_log: Switch implementation to native_log
2018-02-13 Jan Veselyamdgpu/half_exp2: Switch implementation to native_exp2
2018-02-13 Jan Veselyamdgpu/half_exp10: Switch implementation to native_exp10
2018-02-13 Jan Veselyamdgpu/half_exp: Switch implementation to native_exp
2018-02-13 Jan Veselyamdgpu/half_sqrt: Switch implementation to native_sqrt
2018-02-13 Jan Veselyamdgpu/half_rsqrt: Switch implementation to native_rsqrt
2017-11-10 Jan Veselyamdgpu: Add workaround for unimplemented llvm.exp intrinsic
2017-10-25 Jan Veselymath: Implement native_log10
2017-10-25 Jan Veselyamdgpu/math: Don't use llvm instrinsic for native_log
2017-10-10 Jan VeselyMake image builtins r600/llvm-3.9 only
2017-10-08 Jan VeselyDo not include clc_nextafter header globally
2017-09-29 Jan VeselyRestore support for llvm-3.9
2017-09-25 Jan VeselyRework atomic ops to use clang builtins rather than...
2017-09-08 Jan VeselyImplement vload_half{,n} and vload(half)
2017-09-08 Jan Veselyvstore: Cleanup and add vstore(half)
2017-09-04 Jan Veselyr600: Cleanup barrier implementation.
2016-09-08 Matt ArsenaultReplace nextafter implementation
2016-08-25 Matt Arsenaultamdgcn: Fix return type of get_num_groups
2016-08-24 Matt Arsenaultamdgcn: Fix return type for get_global_size
2016-08-20 Matt Arsenaultamdgcn: Fix get_local_size IR return type
2016-07-22 Jan VeselyAMDGPU: Use clang intrinsics for workitem builtins
2016-07-19 Matt Arsenaultamdgpu: Use right builtn for rsq
2016-07-18 Matt ArsenaultReplace llvm.AMDGPU.ldexp with llvm.amdgcn.ldexp
2016-02-17 Matt Arsenaultamdgcn: Use new workitem intrinsics
2016-02-13 Matt ArsenaultSplit sources for amdgcn and r600