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-05-14
Remove redundant implementations in vload*
vload_optimization
Aaron Watry
2
-66
/
+21
2013-05-14
Remove redundant implementations in vstore*
Aaron Watry
2
-66
/
+21
2013-05-14
libclc: Optimize vstore4/8/16 to global for int/uint types.
Aaron Watry
4
-2
/
+211
2013-05-14
Fix vload* function attributes. These functions are all readonly, not readnone
Aaron Watry
2
-20
/
+20
2013-05-14
fix unused assembly... just in case we use it in the future.
Aaron Watry
1
-4
/
+4
2013-05-14
libclc: Optimize vload4/8/16 from global for int/uint types.
Aaron Watry
4
-3
/
+208
2013-05-14
libclc: Don't build vload4 from 2x vload2...
Aaron Watry
1
-1
/
+1
2013-05-06
Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclc
Aaron Watry
2
-12
/
+12
2013-04-30
r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
2
-12
/
+12
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 'rotate'
Aaron Watry
0
-0
/
+0
2013-04-15
Merge branch 'clz'
Aaron Watry
7
-0
/
+158
2013-04-15
libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Aaron Watry
3
-2
/
+2
2013-04-15
libclc: Rename clz.ll to clz_if.ll to ensure it gets built.
clz
Aaron Watry
2
-1
/
+1
2013-04-13
libclc: llvm assembly implementation of clz
Aaron Watry
5
-11
/
+151
2013-04-13
libclc: Add clamp(vec,scalar,scalar) and max(vec,scalar)
Aaron Watry
4
-0
/
+20
2013-04-13
Merge branch 'min'
Aaron Watry
8
-0
/
+63
2013-04-13
libclc: Implement the min(vec,scalar) version of the min builtin.
min
Aaron Watry
4
-0
/
+41
2013-04-11
Merge branch 'master' of git://people.freedesktop.org/~awatry/libclc
Aaron Watry
0
-0
/
+0
2013-04-11
libclc: implement initial version of min()
Aaron Watry
6
-0
/
+22
2013-04-11
libclc: Fix libclc build for LLVM 3.3
Aaron Watry
1
-0
/
+12
2013-04-08
Add a another TODO note.
Aaron Watry
1
-0
/
+3
2013-04-08
Add a TODO note.
Aaron Watry
1
-0
/
+4
2013-04-08
Simplify rotate implementation a bit..
Aaron Watry
2
-21
/
+37
2013-04-08
libclc: implement rotate builtin
Aaron Watry
7
-0
/
+55
2013-04-08
libclc: Move max builtin to shared/
Aaron Watry
11
-16
/
+10
2013-04-08
libclc: Add clamp() builtin for integer/floating point
Aaron Watry
6
-0
/
+24
2013-04-08
libclc: Fix abs_diff builtin integer function
Aaron Watry
2
-1
/
+2
2013-04-08
libclc: Add max() builtin function
Aaron Watry
10
-0
/
+28
2013-04-05
configure: Enable building separate libraries for target variants
Tom Stellard
1
-44
/
+75
2013-03-27
Add a another TODO note.
rotate
Aaron Watry
1
-0
/
+3
2013-03-27
Add a TODO note.
Aaron Watry
1
-0
/
+4
2013-03-27
Simplify rotate implementation a bit..
Aaron Watry
2
-21
/
+37
2013-03-23
libclc: Add stub clz builtin
Aaron Watry
6
-0
/
+18
2013-03-23
libclc: implement rotate builtin
Aaron Watry
7
-0
/
+55
2013-03-20
libclc: Move max builtin to shared/
Aaron Watry
11
-16
/
+10
2013-03-20
libclc: Add clamp() builtin for integer/floating point
Aaron Watry
6
-0
/
+24
2013-03-20
libclc: Fix abs_diff builtin integer function
Aaron Watry
2
-1
/
+2
2013-03-20
libclc: Add max() builtin function
Aaron Watry
10
-0
/
+28
2013-03-20
configure: Enable building separate libraries for target variants
Aaron Watry
1
-44
/
+75
[next]