summaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)Author
2019-01-15Update year in license filesHans Wennborg
2019-01-07cmake: Install libraries to DATADIR from GNUInstallDirsJan Vesely
2018-11-27travis: Add cmake buildJan Vesely
2018-11-27Add cmake build systemJan Vesely
2018-11-27r600: Remove empty OVERRIDES fileJan Vesely
2018-11-27amdgcn: Consolidate atomic minmax helpersJan Vesely
2018-11-27configure: Add target specific asm rule.Jan Vesely
2018-11-27configure: provide llvm_as helper variableJan Vesely
2018-11-10r600: Add datalayout to image builtin implementationJan Vesely
2018-11-04Remove redundant OVERRRIDES fileJan Vesely
2018-11-04configure: Provide symlink for amdgcn-mesa3d instead of configure hackJan Vesely
2018-11-04travis: Check tahiti-amdgcn-mesa-mesa3d.bcJan Vesely
2018-11-04amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versionsJan Vesely
2018-11-04amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc fileJan Vesely
2018-11-04amdgcn: Convert get_num_groups to clcJan Vesely
2018-11-04amdgcn: Convert get_global_size to clcJan Vesely
2018-11-04amdgcn: Convert get_local_size to clcJan Vesely
2018-11-04r600: Convert barrier to clcJan Vesely
2018-11-04r600: Convert get_num_groups to clcJan Vesely
2018-11-04r600: Convert get_global_size to clcJan Vesely
2018-11-04r600: Convert get_local_size to clcJan Vesely
2018-09-15configure: Rework support for gfx9+ devices that were added post LLVM 3.9Jan Vesely
2018-09-15.travis: Add llvm-7 buildJan Vesely
2018-09-15.travis: Use source whitelist alias for llvm-6 repositoryJan Vesely
2018-08-03amdgcn: Use __constant AS for amdgcn builtins.Jan Vesely
2018-06-21atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...Jan Vesely
2018-06-21atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics impleme...Jan Vesely
2018-06-21atomic: Provide function implementation of atomic_{dec,inc}Jan Vesely
2018-06-21atom: Consolidate cl_khr_int64_{base,extended}_atomics declarationsJan Vesely
2018-06-21atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara...Jan Vesely
2018-06-21atomic: Cleanup atomic_cmpxchg headerJan Vesely
2018-06-21atomic: Move define cleanup to shared includeJan Vesely
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-07r600/fmin: Flush denormals before calling builtin.Jan Vesely
2018-06-07r600/fmax: Flush denormals before calling builtin.Jan Vesely
2018-06-07math/fma: Add fp32 software implementationJan Vesely
2018-05-17Add initial support for half precision builtinsJan Vesely
2018-05-15rootn: Use denormal path onlyJan Vesely
2018-05-03remquo: Flush denormals if not supportedJan Vesely
2018-05-03remquo: Port from amd builtinsJan Vesely
2018-05-03math: Add helper function to flush denormals if not supported.Jan Vesely
2018-05-02clc_sqrt: Reuse unary_decl.incJan Vesely
2018-04-25relational/select: Condition types for half are short/ushort, not char/ucharJan Vesely
2018-04-23log10: Use sw implementation from amd builtinsJan Vesely
2018-04-17powr: Use denormal path onlyJan Vesely
2018-04-17pown: Use denormal path onlyJan Vesely
2018-04-17pow: Use denormal path onlyJan Vesely
2018-04-17amdgcn/fmin: Fix typos that reduced precisionJan Vesely
2018-04-17exp10: Port from amd builtinsJan Vesely
2018-04-10hypot: Port from amd builtinsJan Vesely