summaryrefslogtreecommitdiffstats
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
* r600: Fix get_work_dim range metadataJan Vesely2014-10-221-1/+1
* r600: Use llvm intrinsic to read work dimension informationJan Vesely2014-10-153-0/+10
* Implement log1p builtinTom Stellard2014-10-078-0/+669
* Implement fmodJan Vesely2014-10-055-0/+17
* Implement async_work_group_copy builtin v3Tom Stellard2014-10-036-0/+48
* Implement async_work_group_strided_copy builtin v2Tom Stellard2014-10-036-0/+66
* Implement wait_group_events builtin v2Tom Stellard2014-10-034-0/+8
* Remove more redundant semi-colonsJeroen Ketema2014-09-181-5/+5
* atomic: undef macros that are included from atomic_decl.incAaron Watry2014-09-178-0/+15
* Remove redundant semi-colonsJeroen Ketema2014-09-171-4/+4
* R600: Map Address spaces for atomic_cmpxchgAaron Watry2014-09-161-0/+19
* R600: Map address spaces for atomic_xchgAaron Watry2014-09-161-0/+1
* R600: Map address spaces for atomic_minAaron Watry2014-09-161-0/+10
* R600: Map address spaces for atomic_xorAaron Watry2014-09-161-0/+1
* R600: Map addr spaces and use atomic_maxAaron Watry2014-09-161-5/+16
* R600: Map address spaces for atomic_orAaron Watry2014-09-161-0/+1
* R600: Map atomic_and address spacesAaron Watry2014-09-161-0/+1
* atomic: Add generic atom[ic]_cmpxchgAaron Watry2014-09-168-0/+56
* atomic: Implement generic atom[ic]_xchgAaron Watry2014-09-169-0/+54
* atomic: Add generic atomic_min implementationAaron Watry2014-09-168-0/+54
* atomic: Add generic atom[ic]_xorAaron Watry2014-09-168-0/+43
* atomic: Add atom[ic]_orAaron Watry2014-09-168-0/+41
* atomics: Add generic atom[ic]_andAaron Watry2014-09-168-0/+42
* atomic: Add generic implementation of atom[ic]_maxAaron Watry2014-09-168-0/+58
* atomic: define extension functions for existing atomic implementationsAaron Watry2014-09-1610-0/+54
* math: Add tan implementationAaron Watry2014-09-106-0/+21
* math: Add asin implementationAaron Watry2014-09-106-0/+16
* math: Add acos implementationAaron Watry2014-09-106-0/+34
* add isordered builtinJan Vesely2014-09-054-0/+34
* add isunordered builtinJan Vesely2014-09-054-0/+33
* add islessgreater builtinJan Vesely2014-09-054-0/+31
* add isnormal builtinJan Vesely2014-09-054-0/+29
* add isfinite builtinJan Vesely2014-09-054-0/+29
* Implement isinf builtinTom Stellard2014-09-034-0/+41
* Fix implementation of copysignTom Stellard2014-09-034-1/+16
* Implement generic mad_satJan Vesely2014-09-026-0/+100
* configure: Add rpath to prepare-builtins utilJan Vesely2014-09-021-1/+2
* Fix build against LLVM SVN >= r216488Michel Danzer2014-08-281-0/+5
* Fix build against LLVM SVN >= r216393Michel Danzer2014-08-281-0/+13
* Revert "Implement generic mad_sat"Aaron Watry2014-08-236-100/+0
* Add int3/uint3 to integer-gentype.incAaron Watry2014-08-231-0/+8
* Implement generic mad_satAaron Watry2014-08-236-0/+100
* Include llvm-config.h instead of config.hNiels Ole Salscheider2014-08-221-1/+1
* Add missing file from r216127Tom Stellard2014-08-201-0/+204
* Implement prefetch builtinTom Stellard2014-08-206-0/+18
* R600: Add aliases for hainan and mullinsTom Stellard2014-08-201-1/+1
* vload/vstore: Use casts instead of scalarizing everything in CLC versionAaron Watry2014-08-208-377/+21
* relational: Add islessequal(floatN) builtinJan Vesely2014-08-014-0/+31
* relational: Add isless(floatN) builtinJan Vesely2014-08-014-0/+31
* Implement sin builtin for float typesTom Stellard2014-07-234-6/+75
OpenPOWER on IntegriCloud