summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25XXX: It worksimageTom Stellard6-55/+9
2013-07-24R600: Add @llvm.AMDGPU.tex intrinsic generation for read_imagef. [WIP]Dmitry Cherkassov5-0/+65
2013-07-22Merge branch 'master' into tstellar-masterHEADmasterTom Stellard27-312/+406
2013-07-19Implement generic upsample()Aaron Watry4-0/+61
2013-07-18Fix build with LLVM 3.4Aaron Watry1-0/+5
2013-07-16Fix and re-enable R600 vload/vstore assemblyAaron Watry5-56/+233
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-08Implement barrier() builtinTom Stellard3-0/+29
2013-07-08Add bitselect() builtinTom Stellard2-0/+2
2013-06-26Add __CLC_ prefix to all macro definitions in headersTom Stellard75-712/+712
2013-06-26Implement barrier() builtinTom Stellard3-0/+29
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-26r600: Fix implementations of get_group_id.ll and get_local_size.llTom Stellard2-12/+12
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 Stellard4-2/+4
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-26configure: Enable building separate libraries for target variantsTom Stellard1-44/+73
2013-06-26configure: fix out-of-source buildTom Stellard1-2/+3
2013-06-26Fix build with LLVM 3.3Tom Stellard1-4/+4
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-26r600: Add overrides fileTom Stellard1-0/+2
2013-06-26Allow targets to override generic implementationsTom Stellard1-0/+8
2013-06-26Make libclc more Linux FHS conform.Tom Stellard1-14/+51
2013-06-26R600: Replace cl implementations with LLVM IR implementationTom Stellard7-22/+76
2013-06-26PTX: move implementations of work-item and synchronisation functionsTom Stellard2-2/+2
2013-06-26Move R600 headers into generic directoryTom Stellard9-18/+2
2013-06-26r600: Add get_global_size() implementationTom Stellard3-3/+12
2013-06-26r600: Fix get_global_id implementationTom Stellard1-3/+3
2013-06-26r600: Initial supportTom Stellard10-1/+30
2013-05-24libclc: Add assembly versions of vstore for global [u]int4/8/16Aaron Watry4-6/+168