summaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Implement generic upsample()Aaron Watry4-0/+61
2013-07-16Fix and re-enable R600 vload/vstore assemblyAaron Watry2-56/+35
2013-07-16libclc: vload/vstore disable assembly and fix offset calculationAaron Watry5-245/+20
2013-07-15Add integer-gentype.inc: Missing file from r185839Tom Stellard1-0/+39
2013-07-08Implement mad24() and mul24() builtinsTom Stellard10-0/+34
2013-07-08Add __CLC_ prefix to all macro definitions in headersTom Stellard75-712/+712
2013-07-08Add bitselect() builtinTom Stellard2-0/+2
2013-06-26libclc: Add assembly versions of vstore for global [u]int4/8/16Tom Stellard4-6/+168
2013-06-26libclc: Add assembly versions of vload for global int4/8/16Tom Stellard4-2/+162
2013-06-26libclc: Initial vstore implementationTom Stellard4-0/+94
2013-06-26libclc: Initial vload implementationTom Stellard4-0/+86
2013-06-26libclc: Implement clz() builtinTom Stellard7-0/+158
2013-06-26libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)Tom Stellard4-0/+20
2013-06-26libclc: Implement the min(vec, scalar) version of the min builtin.Tom Stellard4-0/+41
2013-06-26libclc: implement initial version of min()Tom Stellard6-0/+22
2013-06-26libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.llTom Stellard3-2/+2
2013-06-26Add a another TODO note.Tom Stellard1-0/+3
2013-06-26Add a TODO note.Tom Stellard1-0/+4
2013-06-26Simplify rotate implementation a bit..Tom Stellard2-21/+37
2013-06-26libclc: implement rotate builtinTom Stellard7-0/+55
2013-06-26libclc: Move max builtin to shared/Tom Stellard11-16/+10
2013-06-26libclc: Add clamp() builtin for integer/floating pointTom Stellard6-0/+24
2013-06-26libclc: Fix abs_diff builtin integer functionTom Stellard2-1/+2
2013-06-26libclc: Add max() builtin functionTom Stellard10-0/+28
2013-06-26Implement ceil() builtinTom Stellard2-0/+7
2013-06-26Implement fmax() and fmin() builtinsTom Stellard9-0/+76
2013-06-26Remove the static keyword from the _CLC_INLINE macroTom Stellard1-1/+1
2013-06-26Use brackets around include files in length.cl and normalize.clTom Stellard2-2/+2
2013-06-26Fix typo in include/clc/geometric/length.incTom Stellard1-1/+1
2013-06-26PTX: move implementations of work-item and synchronisation functionsTom Stellard2-2/+2
2013-06-26Move R600 headers into generic directoryTom Stellard2-2/+2
2012-10-08Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne4-0/+48
2012-10-08Add native_powr builtin. Patch by Tom Stellard!Peter Collingbourne2-0/+2
2012-08-21Add rsqrt builtin. Based on patch by Cassie Epps!Peter Collingbourne2-0/+2
2012-08-21Add floor builtin. Patch by Cassie Epps!Peter Collingbourne2-0/+7
2012-08-05Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne4-32/+32
2012-08-05PTX: move implementations of work-item and synchronisation functionsPeter Collingbourne10-0/+19
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne7-0/+197
2012-08-05Fix declarations of __clc_add_sat_*. Patch by Lei Mou!Peter Collingbourne1-8/+8
2012-05-29Add pow builtin.Peter Collingbourne3-0/+25
2012-05-29Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne4-1/+13
2012-05-29Add missing dot.h include.Peter Collingbourne3-0/+24
2012-05-29Define FLOAT in floatn.inc.Peter Collingbourne1-0/+10
2012-05-29Add fma, hypot builtins.Peter Collingbourne8-0/+41
2012-05-29Implement mad builtin.Peter Collingbourne7-0/+63
2012-05-29Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,Peter Collingbourne9-0/+32
2012-05-29Fix typo in double precision case.Peter Collingbourne1-1/+1
2012-05-28Add fabs builtin.Peter Collingbourne2-0/+7
2012-05-28Explicit conversions.Peter Collingbourne4-0/+208
2012-01-08Initial commit.Peter Collingbourne46-0/+1022