summaryrefslogtreecommitdiffstats
path: root/libclc/generic
Commit message (Expand)AuthorAgeFilesLines
* Port pocl's gen_convert.py script to libclcTom Stellard2013-10-103-151/+399
* Implement sign() builtinTom Stellard2013-10-104-0/+36
* Implement nextafter() builtinTom Stellard2013-10-108-0/+90
* Implement isnan() builtinTom Stellard2013-10-105-0/+46
* Add missing as_{float,double} functionsTom Stellard2013-10-101-0/+15
* Parenthesize arguments for mad_hiAaron Watry2013-09-091-1/+1
* Implement mad_hi built-inAaron Watry2013-09-062-0/+2
* Add atomic_sub and atomic_dec builtin functionsAaron Watry2013-09-064-0/+18
* Remove unneeded semi-colonsAaron Watry2013-09-051-6/+6
* Add atomic_inc and atomic_add builtinsAaron Watry2013-09-056-0/+30
* Add mul_hi implementation [v2]Aaron Watry2013-08-195-0/+114
* Add rhadd builtinAaron Watry2013-08-156-0/+15
* Add hadd builtinAaron Watry2013-08-156-0/+15
* Add intN vloadN() implementations for address spaces 3 and 4Aaron Watry2013-08-121-0/+60
* Add vload* for addrspace(2) and use as constant load for R600Aaron Watry2013-08-122-2/+34
* Add some missing convert_* functionsTom Stellard2013-08-102-41/+39
* Implement generic rint()Tom Stellard2013-08-102-0/+7
* Add missing integer min/max definitionsAaron Watry2013-07-262-0/+18
* Implement generic upsample()Aaron Watry2013-07-194-0/+61
* Fix and re-enable R600 vload/vstore assemblyAaron Watry2013-07-162-56/+35
* libclc: vload/vstore disable assembly and fix offset calculationAaron Watry2013-07-165-245/+20
* Add integer-gentype.inc: Missing file from r185839Tom Stellard2013-07-151-0/+39
* Implement mad24() and mul24() builtinsTom Stellard2013-07-0810-0/+34
* Add __CLC_ prefix to all macro definitions in headersTom Stellard2013-07-0875-712/+712
* Add bitselect() builtinTom Stellard2013-07-082-0/+2
* libclc: Add assembly versions of vstore for global [u]int4/8/16Tom Stellard2013-06-264-6/+168
* libclc: Add assembly versions of vload for global int4/8/16Tom Stellard2013-06-264-2/+162
* libclc: Initial vstore implementationTom Stellard2013-06-264-0/+94
* libclc: Initial vload implementationTom Stellard2013-06-264-0/+86
* libclc: Implement clz() builtinTom Stellard2013-06-267-0/+158
* libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)Tom Stellard2013-06-264-0/+20
* libclc: Implement the min(vec, scalar) version of the min builtin.Tom Stellard2013-06-264-0/+41
* libclc: implement initial version of min()Tom Stellard2013-06-266-0/+22
* libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.llTom Stellard2013-06-263-2/+2
* Add a another TODO note.Tom Stellard2013-06-261-0/+3
* Add a TODO note.Tom Stellard2013-06-261-0/+4
* Simplify rotate implementation a bit..Tom Stellard2013-06-262-21/+37
* libclc: implement rotate builtinTom Stellard2013-06-267-0/+55
* libclc: Move max builtin to shared/Tom Stellard2013-06-2611-16/+10
* libclc: Add clamp() builtin for integer/floating pointTom Stellard2013-06-266-0/+24
* libclc: Fix abs_diff builtin integer functionTom Stellard2013-06-262-1/+2
* libclc: Add max() builtin functionTom Stellard2013-06-2610-0/+28
* Implement ceil() builtinTom Stellard2013-06-262-0/+7
* Implement fmax() and fmin() builtinsTom Stellard2013-06-269-0/+76
* Remove the static keyword from the _CLC_INLINE macroTom Stellard2013-06-261-1/+1
* Use brackets around include files in length.cl and normalize.clTom Stellard2013-06-262-2/+2
* Fix typo in include/clc/geometric/length.incTom Stellard2013-06-261-1/+1
* PTX: move implementations of work-item and synchronisation functionsTom Stellard2013-06-262-2/+2
* Move R600 headers into generic directoryTom Stellard2013-06-262-2/+2
* Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne2012-10-084-0/+48
OpenPOWER on IntegriCloud