index
:
~awatry/libclc
clz
mad_sat
master
min
rotate
vload_optimization
local clone of http://llvm.org/git/libclc.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
Merge branch 'master' of git://people.freedesktop.org/~awatry/libclc
HEAD
master
Aaron Watry
0
-0
/
+0
2013-07-03
Implement mad24 and mul24 builtins
Aaron Watry
24
-176
/
+40
2013-07-03
From: Tom Stellard <thomas.stellard at amd.com>
Aaron Watry
24
-176
/
+40
2013-07-01
Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclc
Aaron Watry
75
-712
/
+712
2013-06-28
libclc: Revert generic vload/vstore to pure CLC and move asm to R600
Aaron Watry
10
-118
/
+219
2013-06-27
libclc: Fix vload/vstore with 64-bit pointers
Aaron Watry
4
-96
/
+86
2013-06-26
Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
75
-712
/
+712
2013-06-26
Implement barrier() builtin
Tom Stellard
3
-0
/
+29
2013-06-26
Merge branch 'master' of http://llvm.org/git/libclc
Aaron Watry
4
-14
/
+15
2013-06-26
libclc: Add assembly versions of vstore for global [u]int4/8/16
Tom Stellard
4
-6
/
+168
2013-06-26
libclc: Add assembly versions of vload for global int4/8/16
Tom Stellard
4
-2
/
+162
2013-06-26
libclc: Initial vstore implementation
Tom Stellard
4
-0
/
+94
2013-06-26
libclc: Initial vload implementation
Tom Stellard
4
-0
/
+86
2013-06-26
r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
2
-12
/
+12
2013-06-26
libclc: Implement clz() builtin
Tom Stellard
7
-0
/
+158
2013-06-26
libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Tom Stellard
4
-0
/
+20
2013-06-26
libclc: Implement the min(vec, scalar) version of the min builtin.
Tom Stellard
4
-0
/
+41
2013-06-26
libclc: implement initial version of min()
Tom Stellard
6
-0
/
+22
2013-06-26
libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Tom Stellard
4
-2
/
+4
2013-06-26
Add a another TODO note.
Tom Stellard
1
-0
/
+3
2013-06-26
Add a TODO note.
Tom Stellard
1
-0
/
+4
2013-06-26
Simplify rotate implementation a bit..
Tom Stellard
2
-21
/
+37
2013-06-26
libclc: implement rotate builtin
Tom Stellard
7
-0
/
+55
2013-06-26
libclc: Move max builtin to shared/
Tom Stellard
11
-16
/
+10
2013-06-26
libclc: Add clamp() builtin for integer/floating point
Tom Stellard
6
-0
/
+24
2013-06-26
libclc: Fix abs_diff builtin integer function
Tom Stellard
2
-1
/
+2
2013-06-26
libclc: Add max() builtin function
Tom Stellard
10
-0
/
+28
2013-06-26
configure: Enable building separate libraries for target variants
Tom Stellard
1
-44
/
+73
2013-06-26
configure: fix out-of-source build
Tom Stellard
1
-2
/
+3
2013-06-26
Fix build with LLVM 3.3
Tom Stellard
1
-4
/
+4
2013-06-26
Implement ceil() builtin
Tom Stellard
2
-0
/
+7
2013-06-26
Implement fmax() and fmin() builtins
Tom Stellard
9
-0
/
+76
2013-06-26
Remove the static keyword from the _CLC_INLINE macro
Tom Stellard
1
-1
/
+1
2013-06-26
Use brackets around include files in length.cl and normalize.cl
Tom Stellard
2
-2
/
+2
2013-06-26
Fix typo in include/clc/geometric/length.inc
Tom Stellard
1
-1
/
+1
2013-06-26
r600: Add overrides file
Tom Stellard
1
-0
/
+2
2013-06-26
Allow targets to override generic implementations
Tom Stellard
1
-0
/
+8
2013-06-26
Make libclc more Linux FHS conform.
Tom Stellard
1
-14
/
+51
2013-06-26
R600: Replace cl implementations with LLVM IR implementation
Tom Stellard
7
-22
/
+76
2013-06-26
PTX: move implementations of work-item and synchronisation functions
Tom Stellard
2
-2
/
+2
2013-06-26
Move R600 headers into generic directory
Tom Stellard
9
-18
/
+2
2013-06-26
r600: Add get_global_size() implementation
Tom Stellard
3
-3
/
+12
2013-06-26
r600: Fix get_global_id implementation
Tom Stellard
1
-3
/
+3
2013-06-26
r600: Initial support
Tom Stellard
10
-1
/
+30
2013-06-17
libclc: Enable assembly versions of int2 load/store to global address space
Aaron Watry
2
-18
/
+20
2013-06-17
libclc: Implement barrier() builtin
Tom Stellard
3
-0
/
+29
2013-05-29
Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclc
Aaron Watry
7
-4
/
+330
2013-05-29
libclc: Implement bitselect builtin
Aaron Watry
2
-0
/
+2
2013-05-24
libclc: Add assembly versions of vstore for global [u]int4/8/16
Aaron Watry
4
-6
/
+168
2013-05-24
libclc: Add assembly versions of vload for global int4/8/16
Aaron Watry
4
-2
/
+162
[next]