aboutsummaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)AuthorFilesLines
2019-03-27travis: Add LLVM-8 buildJan Vesely1-0/+34
2019-03-13sincos: Simplify declaration headers.Jan Vesely1-8/+3
2019-03-13fdim: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2-2/+6
2019-03-13nextafter: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2-2/+6
2019-03-13copysign: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2-2/+6
2019-03-13atan2pi: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2-24/+6
2019-03-13atan2: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2-24/+6
2019-03-13hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely2-2/+6
2019-03-13Move unary_instrinsic.inc to private headers.Jan Vesely9-8/+8
2019-03-13Move binary_intrinsic.h to private headers.Jan Vesely1-0/+0
2019-03-13Move ternary_intrinsic.h to private headers.Jan Vesely2-1/+1
2019-03-13trunc: Remove llvm intrinsic from the header.Jan Vesely3-6/+15
2019-03-13round: Remove llvm intrinsic from the headerJan Vesely3-6/+15
2019-03-13rint: Remove llvm intrinsic from the header.Jan Vesely3-5/+17
2019-03-13floor: Remove llvm isntrinsic from the header.Jan Vesely3-5/+18
2019-03-13fabs: Remove llvm intrinsic from the header.Jan Vesely3-5/+18
2019-03-13ceil: Remove llvm intrinsic from the header.Jan Vesely3-5/+18
2019-03-13sqrt: Split function generation to a shared inc file.Jan Vesely2-18/+26
2019-03-13mad: Convert to standard ternary headerJan Vesely2-2/+6
2019-03-13travis: Deduplicate LLVM_CONFIG variableJan Vesely1-10/+1
2019-03-13travis: Use gcc-6 for llvm-7 buildJan Vesely1-8/+4
2019-01-29Adjust documentation for git migration.James Y Knight1-3/+1
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-1/+236
2019-01-15Update year in license filesHans Wennborg1-1/+1
2019-01-07cmake: Install libraries to DATADIR from GNUInstallDirsJan Vesely2-7/+8
2018-11-27travis: Add cmake buildJan Vesely1-1/+89
2018-11-27Add cmake build systemJan Vesely10-0/+501
2018-11-27r600: Remove empty OVERRIDES fileJan Vesely1-0/+0
2018-11-27amdgcn: Consolidate atomic minmax helpersJan Vesely11-57/+4
2018-11-27configure: Add target specific asm rule.Jan Vesely1-1/+3
2018-11-27configure: provide llvm_as helper variableJan Vesely1-2/+2
2018-11-10r600: Add datalayout to image builtin implementationJan Vesely3-0/+6
2018-11-04Remove redundant OVERRRIDES fileJan Vesely1-2/+0
2018-11-04configure: Provide symlink for amdgcn-mesa3d instead of configure hackJan Vesely2-2/+1
2018-11-04travis: Check tahiti-amdgcn-mesa-mesa3d.bcJan Vesely1-4/+4
2018-11-04amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versionsJan Vesely13-171/+16
2018-11-04amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc fileJan Vesely4-15/+1
2018-11-04amdgcn: Convert get_num_groups to clcJan Vesely13-75/+16
2018-11-04amdgcn: Convert get_global_size to clcJan Vesely13-75/+16
2018-11-04amdgcn: Convert get_local_size to clcJan Vesely13-75/+16
2018-11-04r600: Convert barrier to clcJan Vesely12-35/+10
2018-11-04r600: Convert get_num_groups to clcJan Vesely12-49/+16
2018-11-04r600: Convert get_global_size to clcJan Vesely12-49/+16
2018-11-04r600: Convert get_local_size to clcJan Vesely12-49/+16
2018-09-15configure: Rework support for gfx9+ devices that were added post LLVM 3.9Jan Vesely1-2/+12
2018-09-15.travis: Add llvm-7 buildJan Vesely1-0/+20
2018-09-15.travis: Use source whitelist alias for llvm-6 repositoryJan Vesely1-1/+1
2018-08-03amdgcn: Use __constant AS for amdgcn builtins.Jan Vesely4-4/+12