summaryrefslogtreecommitdiff
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
* travis: Add LLVM-8 buildJan Vesely2019-03-271-0/+34
* sincos: Simplify declaration headers.Jan Vesely2019-03-131-8/+3
* fdim: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* nextafter: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* copysign: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* atan2pi: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-24/+6
* atan2: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-24/+6
* hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely2019-03-132-2/+6
* Move unary_instrinsic.inc to private headers.Jan Vesely2019-03-139-8/+8
* Move binary_intrinsic.h to private headers.Jan Vesely2019-03-131-0/+0
* Move ternary_intrinsic.h to private headers.Jan Vesely2019-03-132-1/+1
* trunc: Remove llvm intrinsic from the header.Jan Vesely2019-03-133-6/+15
* round: Remove llvm intrinsic from the headerJan Vesely2019-03-133-6/+15
* rint: Remove llvm intrinsic from the header.Jan Vesely2019-03-133-5/+17
* floor: Remove llvm isntrinsic from the header.Jan Vesely2019-03-133-5/+18
* fabs: Remove llvm intrinsic from the header.Jan Vesely2019-03-133-5/+18
* ceil: Remove llvm intrinsic from the header.Jan Vesely2019-03-133-5/+18
* sqrt: Split function generation to a shared inc file.Jan Vesely2019-03-132-18/+26
* mad: Convert to standard ternary headerJan Vesely2019-03-132-2/+6
* travis: Deduplicate LLVM_CONFIG variableJan Vesely2019-03-131-10/+1
* travis: Use gcc-6 for llvm-7 buildJan Vesely2019-03-131-8/+4
* Adjust documentation for git migration.James Y Knight2019-01-291-3/+1
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-1/+236
* Update year in license filesHans Wennborg2019-01-151-1/+1
* cmake: Install libraries to DATADIR from GNUInstallDirsJan Vesely2019-01-072-7/+8
* travis: Add cmake buildJan Vesely2018-11-271-1/+89
* Add cmake build systemJan Vesely2018-11-2710-0/+501
* r600: Remove empty OVERRIDES fileJan Vesely2018-11-271-0/+0
* amdgcn: Consolidate atomic minmax helpersJan Vesely2018-11-2711-57/+4
* configure: Add target specific asm rule.Jan Vesely2018-11-271-1/+3
* configure: provide llvm_as helper variableJan Vesely2018-11-271-2/+2
* r600: Add datalayout to image builtin implementationJan Vesely2018-11-103-0/+6
* Remove redundant OVERRRIDES fileJan Vesely2018-11-041-2/+0
* configure: Provide symlink for amdgcn-mesa3d instead of configure hackJan Vesely2018-11-042-2/+1
* travis: Check tahiti-amdgcn-mesa-mesa3d.bcJan Vesely2018-11-041-4/+4
* amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versionsJan Vesely2018-11-0413-171/+16
* amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc fileJan Vesely2018-11-044-15/+1
* amdgcn: Convert get_num_groups to clcJan Vesely2018-11-0413-75/+16
* amdgcn: Convert get_global_size to clcJan Vesely2018-11-0413-75/+16
* amdgcn: Convert get_local_size to clcJan Vesely2018-11-0413-75/+16
* r600: Convert barrier to clcJan Vesely2018-11-0412-35/+10
* r600: Convert get_num_groups to clcJan Vesely2018-11-0412-49/+16
* r600: Convert get_global_size to clcJan Vesely2018-11-0412-49/+16
* r600: Convert get_local_size to clcJan Vesely2018-11-0412-49/+16
* configure: Rework support for gfx9+ devices that were added post LLVM 3.9Jan Vesely2018-09-151-2/+12
* .travis: Add llvm-7 buildJan Vesely2018-09-151-0/+20
* .travis: Use source whitelist alias for llvm-6 repositoryJan Vesely2018-09-151-1/+1
* amdgcn: Use __constant AS for amdgcn builtins.Jan Vesely2018-08-034-4/+12