index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libclc
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: Implement native_log10
Jan Vesely
2017-10-25
9
-0
/
+30
*
amdgpu/math: Don't use llvm instrinsic for native_log
Jan Vesely
2017-10-25
3
-0
/
+9
*
shared: Implement aligned vector stores (vstorea_half)
Jan Vesely
2017-10-22
3
-33
/
+59
*
shared: Implement aligned vector loads (vloada_half)
Jan Vesely
2017-10-22
3
-27
/
+49
*
amdgcn: Add missing datalayout info to .ll files
Jan Vesely
2017-10-20
7
-0
/
+14
*
r600: Add missing datalayout to .ll files
Jan Vesely
2017-10-20
4
-0
/
+8
*
travis: enable checks of nvptx libraries
Jan Vesely
2017-10-10
1
-3
/
+3
*
travis: Enable external function call checks on llvm-{4,5}
Jan Vesely
2017-10-10
1
-0
/
+2
*
Make image builtins r600/llvm-3.9 only
Jan Vesely
2017-10-10
18
-15
/
+15
*
Implement mem_fence on ptx
Jeroen Ketema
2017-10-09
2
-0
/
+16
*
Make ptx barrier work irrespective of the cl_mem_fence_flags
Jeroen Ketema
2017-10-09
1
-3
/
+1
*
travis: Make sure we report failure even if only earlier checked files fail
Jan Vesely
2017-10-08
1
-3
/
+5
*
check_external_calls.sh: Print number of calls in tested file.
Jan Vesely
2017-10-08
1
-2
/
+3
*
ptx: Use __clc_nextafter to implement nextafter
Jan Vesely
2017-10-08
2
-0
/
+11
*
Do not include clc_nextafter header globally
Jan Vesely
2017-10-08
4
-16
/
+3
*
math/nextafter: Use custom declaration inc file
Jan Vesely
2017-10-08
2
-4
/
+2
*
math/binary_decl.inc: Do not declare mixed float/double functions
Jan Vesely
2017-10-08
1
-5
/
+1
*
ldexp: Fix double precision function return type
Jan Vesely
2017-10-08
1
-1
/
+1
*
configure: Fix handling of directories with compats only source lists
Jan Vesely
2017-10-05
1
-3
/
+7
*
Add vload_half helpers for ptx
Jeroen Ketema
2017-10-05
4
-0
/
+26
*
Add vstore_half helpers for ptx
Jeroen Ketema
2017-10-04
4
-0
/
+38
*
integer/sub_sat: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
7
-215
/
+26
*
integer/add_sat: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
7
-206
/
+29
*
integer/clz: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
4
-119
/
+8
*
Let get_work_dim take exactly 0 arguments
Jeroen Ketema
2017-10-01
3
-3
/
+3
*
Do no circularly define NULL
Jeroen Ketema
2017-10-01
1
-1
/
+1
*
Fix amdgcn-amdhsa on llvm-3.9
Jan Vesely
2017-09-29
6
-4
/
+77
*
travis: Check built libraries on llvm-3.9
Jan Vesely
2017-09-29
1
-0
/
+4
*
Add script to check for unresolved function calls
Jan Vesely
2017-09-29
1
-0
/
+35
*
geometric: geometric functions are only supported for vector lengths <=4
Jan Vesely
2017-09-29
1
-16
/
+0
*
travis: add build using llvm-3.9
Jan Vesely
2017-09-29
1
-0
/
+14
*
Restore support for llvm-3.9
Jan Vesely
2017-09-29
9
-4
/
+90
*
Add missing HAVE_LLVM define to fix build with latest llvm
Jan Vesely
2017-09-26
1
-1
/
+2
*
Rework atomic ops to use clang builtins rather than llvm asm
Jan Vesely
2017-09-25
13
-202
/
+117
*
prepare_builtins: Fix compile breakage with older LLVM
Jan Vesely
2017-09-25
1
-0
/
+5
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
Implement cl_khr_int64_extended_atomics builtins
Jan Vesely
2017-09-20
14
-0
/
+172
*
Implement cl_khr_int64_base_atomics builtins
Jan Vesely
2017-09-20
14
-0
/
+136
*
Add travis CI configuration file
Jan Vesely
2017-09-20
1
-0
/
+42
*
Add native_recip(x) as ((1)/(x))
Aaron Watry
2017-09-13
2
-0
/
+2
*
integer: Add popcount implementation using ctpop intrinsic
Aaron Watry
2017-09-09
3
-0
/
+27
*
Implement vload_half{,n} and vload(half)
Jan Vesely
2017-09-08
6
-20
/
+132
*
vstore: Cleanup and add vstore(half)
Jan Vesely
2017-09-08
6
-12
/
+45
*
configure.py: Simplify compatibility sources
Jan Vesely
2017-09-08
1
-6
/
+4
*
amdgcn,waitcnt: Add datalayout info
Jan Vesely
2017-09-04
1
-0
/
+2
*
r600: Cleanup barrier implementation.
Jan Vesely
2017-09-04
3
-37
/
+5
*
Fixup clc.h comment
Jan Vesely
2017-09-04
1
-2
/
+1
*
relational: Implement shuffle2 builtin
Aaron Watry
2017-09-02
4
-1
/
+209
*
relational: Implement shuffle builtin
Aaron Watry
2017-09-02
4
-0
/
+209
*
Add halfN types and enable fp16 when generating builtin declarations
Aaron Watry
2017-09-02
2
-0
/
+12
[next]