summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'master' of git://people.freedesktop.org/~awatry/libclcHEADmasterAaron Watry0-0/+0
2013-07-03Implement mad24 and mul24 builtinsAaron Watry24-176/+40
2013-07-03From: Tom Stellard <thomas.stellard at amd.com>Aaron Watry24-176/+40
2013-07-01Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclcAaron Watry75-712/+712
2013-06-28libclc: Revert generic vload/vstore to pure CLC and move asm to R600Aaron Watry10-118/+219
2013-06-27libclc: Fix vload/vstore with 64-bit pointersAaron Watry4-96/+86
2013-06-26Add __CLC_ prefix to all macro definitions in headersTom Stellard75-712/+712
2013-06-26Implement barrier() builtinTom Stellard3-0/+29
2013-06-26Merge branch 'master' of http://llvm.org/git/libclcAaron Watry4-14/+15
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-06-17libclc: Enable assembly versions of int2 load/store to global address spaceAaron Watry2-18/+20
2013-06-17libclc: Implement barrier() builtinTom Stellard3-0/+29
2013-05-29Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclcAaron Watry7-4/+330
2013-05-29libclc: Implement bitselect builtinAaron Watry2-0/+2
2013-05-24libclc: Add assembly versions of vstore for global [u]int4/8/16Aaron Watry4-6/+168
2013-05-24libclc: Add assembly versions of vload for global int4/8/16Aaron Watry4-2/+162