summaryrefslogtreecommitdiffstats
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
...
* Implement smoothstep builtin v2Tom Stellard2015-03-026-0/+133
* Implement radians builtin v2Tom Stellard2015-03-025-0/+95
* Implement degrees builtin v2Tom Stellard2015-03-025-0/+95
* libclc/math: Add cospiAaron Watry2015-02-267-0/+276
* Implement log10Jan Vesely2015-01-305-0/+32
* Use amdgcn triple for SI+ GPUsTom Stellard2015-01-061-4/+7
* r600: get_work_dim: Update metadata syntax for LLVM 3.6Tom Stellard2014-12-311-1/+1
* Require LLVM 3.6 and bump version to 0.1.0Tom Stellard2014-12-312-54/+9
* Remove wrong semi-colonsJeroen Ketema2014-12-192-2/+2
* Don't include <stddef.h>Jeroen Ketema2014-11-181-2/+5
* Prune CRLF.NAKAMURA Takumi2014-10-271-1/+1
* 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
OpenPOWER on IntegriCloud