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
path:
root
/
generic
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
Implement mad24 and mul24 builtins
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
7
-326
/
+6
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
Merge branch 'master' of http://llvm.org/git/libclc
Aaron Watry
1
-3
/
+3
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
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
3
-2
/
+2
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
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
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
2
-2
/
+2
2013-06-17
libclc: Enable assembly versions of int2 load/store to global address space
Aaron Watry
2
-18
/
+20
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
2013-05-24
libclc: Initial vstore implementation
Aaron Watry
4
-0
/
+94
2013-05-24
libclc: Initial vload implementation
Aaron Watry
4
-0
/
+86
2013-05-14
libclc: Don't build vload4 from 2x vload2...
Aaron Watry
1
-1
/
+1
2013-04-19
libclc: Implement clz() builtin
Aaron Watry
7
-0
/
+158
2013-04-19
libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Aaron Watry
4
-0
/
+20
2013-04-19
libclc: Implement the min(vec, scalar) version of the min builtin.
Aaron Watry
4
-0
/
+41
2013-04-19
libclc: implement initial version of min()
Aaron Watry
6
-0
/
+22
2013-04-19
libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Aaron Watry
3
-2
/
+2
2013-04-17
libclc: Initial vstore*() implementation
Aaron Watry
4
-0
/
+92
2013-04-17
libclc: vload memory accesses are const qualified
Aaron Watry
2
-6
/
+6
2013-04-17
libclc: Initial vload*() implementation
Aaron Watry
4
-0
/
+86
2013-04-16
libclc: Add mul24() implementation
Aaron Watry
5
-0
/
+85
2013-04-16
libclc: add mad24() implementation
Aaron Watry
5
-0
/
+85
2013-04-16
libclc: simplify clamp() by using min()/max()
Aaron Watry
1
-2
/
+2
2013-04-15
Merge branch 'clz'
Aaron Watry
7
-0
/
+158
[next]