summaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)Author
2020-04-30libclc: cmake configure should depend on file listJan Vesely
2020-04-29libclc: Pass system libraries to the linker after llvm librariesTom Stellard
2019-11-08libclc: Drop the old python based build systemJan Vesely
2019-11-08libclc: Drop travisJan Vesely
2019-10-24[www] Change URLs to HTTPS.Stephan T. Lavavej
2019-09-27travis: Add LLVM 9 buildJan Vesely
2019-09-27travis: Switch to Ubuntu 16.04 (xenial)Jan Vesely
2019-08-05Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"Jan Vesely
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-03-27travis: Add LLVM-8 buildJan Vesely
2019-03-13sincos: Simplify declaration headers.Jan Vesely
2019-03-13fdim: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13nextafter: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13copysign: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13atan2pi: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13atan2: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely
2019-03-13hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely
2019-03-13Move unary_instrinsic.inc to private headers.Jan Vesely
2019-03-13Move binary_intrinsic.h to private headers.Jan Vesely
2019-03-13Move ternary_intrinsic.h to private headers.Jan Vesely
2019-03-13trunc: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13round: Remove llvm intrinsic from the headerJan Vesely
2019-03-13rint: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13floor: Remove llvm isntrinsic from the header.Jan Vesely
2019-03-13fabs: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13ceil: Remove llvm intrinsic from the header.Jan Vesely
2019-03-13sqrt: Split function generation to a shared inc file.Jan Vesely
2019-03-13mad: Convert to standard ternary headerJan Vesely
2019-03-13travis: Deduplicate LLVM_CONFIG variableJan Vesely
2019-03-13travis: Use gcc-6 for llvm-7 buildJan Vesely
2019-01-29Adjust documentation for git migration.James Y Knight
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth
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