configure: Provide symlink for amdgcn-mesa3d instead of configure hack
[platform/upstream/llvm.git] / libclc /
2018-11-04 Jan Veselyconfigure: Provide symlink for amdgcn-mesa3d instead...
2018-11-04 Jan Veselytravis: Check tahiti-amdgcn-mesa-mesa3d.bc
2018-11-04 Jan Veselyamdgcn-amdhsa: Convert get_{global,local}_size to clc...
2018-11-04 Jan Veselyamdgcn: Move __clc_amdgcn_s_waitcnt definition to clc...
2018-11-04 Jan Veselyamdgcn: Convert get_num_groups to clc
2018-11-04 Jan Veselyamdgcn: Convert get_global_size to clc
2018-11-04 Jan Veselyamdgcn: Convert get_local_size to clc
2018-11-04 Jan Veselyr600: Convert barrier to clc
2018-11-04 Jan Veselyr600: Convert get_num_groups to clc
2018-11-04 Jan Veselyr600: Convert get_global_size to clc
2018-11-04 Jan Veselyr600: Convert get_local_size to clc
2018-09-15 Jan Veselyconfigure: Rework support for gfx9+ devices that were...
2018-09-15 Jan Vesely.travis: Add llvm-7 build
2018-09-15 Jan Vesely.travis: Use source whitelist alias for llvm-6 repository
2018-08-03 Jan Veselyamdgcn: Use __constant AS for amdgcn builtins.
2018-06-21 Jan Veselyatom: Use volatile pointers for cl_khr_{global,local...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_{local,global}_int32_{base...
2018-06-21 Jan Veselyatomic: Provide function implementation of atomic_...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_int64_{base,extended}_atomics...
2018-06-21 Jan Veselyatom: Consolidate cl_khr_{local,global}_int32_{base...
2018-06-21 Jan Veselyatomic: Cleanup atomic_cmpxchg header
2018-06-21 Jan Veselyatomic: Move define cleanup to shared include
2018-06-18 Paul RobinsonUpdate copyright year to 2018.
2018-06-07 Jan Veselyr600/fmin: Flush denormals before calling builtin.
2018-06-07 Jan Veselyr600/fmax: Flush denormals before calling builtin.
2018-06-07 Jan Veselymath/fma: Add fp32 software implementation
2018-05-17 Jan VeselyAdd initial support for half precision builtins
2018-05-15 Jan Veselyrootn: Use denormal path only
2018-05-03 Jan Veselyremquo: Flush denormals if not supported
2018-05-03 Jan Veselyremquo: Port from amd builtins
2018-05-03 Jan Veselymath: Add helper function to flush denormals if not...
2018-05-02 Jan Veselyclc_sqrt: Reuse unary_decl.inc
2018-04-25 Jan Veselyrelational/select: Condition types for half are short...
2018-04-23 Jan Veselylog10: Use sw implementation from amd builtins
2018-04-17 Jan Veselypowr: Use denormal path only
2018-04-17 Jan Veselypown: Use denormal path only
2018-04-17 Jan Veselypow: Use denormal path only
2018-04-17 Jan Veselyamdgcn/fmin: Fix typos that reduced precision
2018-04-17 Jan Veselyexp10: Port from amd builtins
2018-04-10 Jan Veselyhypot: Port from amd builtins
2018-04-06 Jan Veselyselect: simplify implementation and fix fp16
2018-04-06 Jan Veselyfmod: Port from amd_builtins
2018-04-05 Jan Veselyr600: Update datalayout after LLVM r328656
2018-04-05 Jan Veselyamdgcn: Update datalayout after LLVM r328656
2018-03-19 Jan Veselyremainder: Port from amd builtins
2018-03-12 Jan Veselynan: Implement
2018-03-12 Jan Veselytravis: Add build using llvm-6
2018-03-08 Jan Veselyamdgcn/fmax: fcanonicalize operands
2018-03-08 Jan Veselyamdgcn/fmin: fcanonicalize operands
2018-03-08 Jan Veselyamdgcn,popcount: Workaround broken llvm.ctpop intrinsic...
2018-03-08 Jan Veselyinteger/gentype: Add __CLC_VECSIZE macro
2018-03-08 Jan Veselypopcount: Provide function implementation rather than...
2018-03-06 Jan Veselylgamma_r: Move code from .inc to .cl file
2018-03-06 Jan Veselyfrexp: Reuse types provided by gentype.inc
2018-03-06 Jan Veselyselect: Add vector implementation
2018-03-06 Jan Veselyminmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan Veselymaxmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan VeselyMove cl_khr_fp64 exntension enablement to gentype inclu...
2018-02-23 Jan Veselyutils: Adapt to llvm r325155
2018-02-23 Jan Veselyamdgcn: Fix build after GDS/const AS swap in r325030
2018-02-23 Jan Veselyamdgcn: Fix datalayout after addition of 32bit const...
2018-02-23 Jan Veselyr600: Fix datalayout after clang r324101
2018-02-23 Jan Veselyamdgcn: Fix datalayout after clang r324101
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
2018-02-06 Jan VeselyAdd vstore_half_rte implementation
2018-02-06 Jan VeselyAdd vstore_half_rtp implementation
2018-02-06 Jan VeselyAdd vstore_half_rtn implementation
2018-02-06 Jan VeselyAdd vstore_half_rtz implementation
2018-02-06 Jan Veselyvstore_half: Consolidate declarations
2018-02-06 Jan Veselyvstore_half: Add support for custom rounding functions
2018-02-06 Jan Veselyvstore_half: Make sure the helper function is always...
2018-02-01 Jan Veselyhalf_powr: Implement using powr
2018-01-31 Jan Veselymath.h: Use logical operations instead of bit operation...
2018-01-29 Jan Veselymath.h: Set HAVE_HW_FMA32 based on compiler provided...
2018-01-19 Jan Veselytanpi: Port from amd_builtins
2018-01-19 Jan Veselytan: Port from amd_builtins
2018-01-18 Jan Veselyhalf_divide: Implement using x/y
2018-01-18 Jan Veselyhalf_tan: Implement using tan
2018-01-18 Jan Veselyhalf_sin: Implement using sin
2018-01-18 Jan Veselyhalf_recip: Implement using 1/x
2018-01-18 Jan Veselyhalf_log2: Implement using log2
2018-01-18 Jan Veselyhalf_log10: Implement using log10
2018-01-18 Jan Veselyhalf_log: Implement using log
2018-01-18 Jan Veselyhalf_exp10: Implement using exp10
2018-01-18 Jan Veselyhalf_exp2: Implement using exp2
2018-01-18 Jan Veselyhalf_exp: Implement using exp
2018-01-18 Jan Veselyhalf_cos: Implement using cos
2018-01-18 Jan Veselyhalf_sqrt: Cleanup implementation
2018-01-18 Jan Veselyhalf_rsqrt: Cleanup implementation
2018-01-17 Jan Veselyrootn: Port from amd_builtins
2018-01-17 Jan Veselypowr: Port from amd_builtins
2018-01-17 Jan Veselypown: Port from amd_builtins
next