Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
1ed2bc526691237ea7a6e2796b25c5eb46cde05e
/
libclc
7013857
tanpi: Port from amd_builtins
by Jan Vesely
· 7 years ago
03937bd
tan: Port from amd_builtins
by Jan Vesely
· 7 years ago
44e0522
half_divide: Implement using x/y
by Jan Vesely
· 7 years ago
2813b4f
half_tan: Implement using tan
by Jan Vesely
· 7 years ago
bf38fae
half_sin: Implement using sin
by Jan Vesely
· 7 years ago
398108b
half_recip: Implement using 1/x
by Jan Vesely
· 7 years ago
a1aba44
half_log2: Implement using log2
by Jan Vesely
· 7 years ago
b3b72af
half_log10: Implement using log10
by Jan Vesely
· 7 years ago
6852023
half_log: Implement using log
by Jan Vesely
· 7 years ago
aa4c389
half_exp10: Implement using exp10
by Jan Vesely
· 7 years ago
3c0e19b
half_exp2: Implement using exp2
by Jan Vesely
· 7 years ago
caa9000
half_exp: Implement using exp
by Jan Vesely
· 7 years ago
b5d5560
half_cos: Implement using cos
by Jan Vesely
· 7 years ago
e53ae3b
half_sqrt: Cleanup implementation
by Jan Vesely
· 7 years ago
a95db14
half_rsqrt: Cleanup implementation
by Jan Vesely
· 7 years ago
fe8e00b
rootn: Port from amd_builtins
by Jan Vesely
· 7 years ago
c45ec60
powr: Port from amd_builtins
by Jan Vesely
· 7 years ago
5efc8fe
pown: Port from amd_builtins
by Jan Vesely
· 7 years ago
cc5c65b
pow: Port from amd_builtins
by Jan Vesely
· 7 years ago
79b7f4c
configure.py: Add gfx900 (Vega, Raven)
by Vedran Miletic
· 8 years ago
fe7c045
math: Implement minmag
by Jan Vesely
· 8 years ago
7ba243c
math: Implement maxmag
by Jan Vesely
· 8 years ago
383fbd0
native_powr: Switch implementation to native_exp2 and native_log2
by Jan Vesely
· 8 years ago
f38b40d
native_divide: provide function implementation instead of macro
by Jan Vesely
· 8 years ago
1b9825f
native_recip: provide function implementation instead of macro
by Jan Vesely
· 8 years ago
a6758c9
native_rsqrt: Switch implementation to 1 / native_sqrt
by Jan Vesely
· 8 years ago
541a3f0
native_tan: Switch implementation to use native_sin/native_cos
by Jan Vesely
· 8 years ago
79b7566
math: Use precomputed constant for log2(10.0)
by Jan Vesely
· 8 years ago
6b4a625
native_exp10: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
4301e6d
native_sqrt: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
1f34c85
native_sin: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
0750b7d
native_cos: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
edbde58
native_exp2: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
504f85c
native_exp: Switch implementation to llvm intrinsic
by Jan Vesely
· 8 years ago
8dc6e98d
amdgpu: Add workaround for unimplemented llvm.exp intrinsic
by Jan Vesely
· 8 years ago
adc1eae
native_log10: Switch to generic native intrinsic inc file
by Jan Vesely
· 8 years ago
086e796
native_log: Switch to generic native intrinsic inc file
by Jan Vesely
· 8 years ago
f58dee9
native_log2: Switch to generic native intrinsic inc file
by Jan Vesely
· 8 years ago
39ef293
tgamma: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
91d7b92
tanh: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
e4d5d10
tan: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
b0fab26
sqrt: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
e380235
sinpi: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
4708b108
sinh: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
a3febe3
sin: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
25671b4
native_log: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
fd13434
native_log2: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
d6ad076
native_log10: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
139185d
log: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
27dffff
logb: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
7fc23fb
log2: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
a9132ce
log1p: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
4e062cb
lgamma: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
4cb612e
exp2: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
e99ba9a
cospi: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
c708278
cosh: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
f76371d
cos: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
50a3ccc
cbrt: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
a4df39b
atanpi: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
1bd2ac2
atanh: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
0942b5e
atan: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
d3d5e32
asinpi: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
48bda32
asinh: Use unary_dec instead of custom inc file
by Jan Vesely
· 8 years ago
ba4b98c
asin: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
6117184
acospi: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
720783d
acosh: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
caca914
acos: Use unary_decl instead of custom inc file
by Jan Vesely
· 8 years ago
47e093d
math: Implement native_log10
by Jan Vesely
· 8 years ago
9fedbb9
amdgpu/math: Don't use llvm instrinsic for native_log
by Jan Vesely
· 8 years ago
7ab2d0b
shared: Implement aligned vector stores (vstorea_half)
by Jan Vesely
· 8 years ago
12061c7
shared: Implement aligned vector loads (vloada_half)
by Jan Vesely
· 8 years ago
c420b61
amdgcn: Add missing datalayout info to .ll files
by Jan Vesely
· 8 years ago
66b32ad
r600: Add missing datalayout to .ll files
by Jan Vesely
· 8 years ago
577c52b
travis: enable checks of nvptx libraries
by Jan Vesely
· 8 years ago
2601429
travis: Enable external function call checks on llvm-{4,5}
by Jan Vesely
· 8 years ago
3d349ea
Make image builtins r600/llvm-3.9 only
by Jan Vesely
· 8 years ago
1364d26
Implement mem_fence on ptx
by Jeroen Ketema
· 8 years ago
4f5a3d5
Make ptx barrier work irrespective of the cl_mem_fence_flags
by Jeroen Ketema
· 8 years ago
3c51ae5
travis: Make sure we report failure even if only earlier checked files fail
by Jan Vesely
· 8 years ago
136381dc
check_external_calls.sh: Print number of calls in tested file.
by Jan Vesely
· 8 years ago
80bb52a
ptx: Use __clc_nextafter to implement nextafter
by Jan Vesely
· 8 years ago
1de1444
Do not include clc_nextafter header globally
by Jan Vesely
· 8 years ago
6a5c8dd
math/nextafter: Use custom declaration inc file
by Jan Vesely
· 8 years ago
72be1cc
math/binary_decl.inc: Do not declare mixed float/double functions
by Jan Vesely
· 8 years ago
beb6591
ldexp: Fix double precision function return type
by Jan Vesely
· 8 years ago
3913056
configure: Fix handling of directories with compats only source lists
by Jan Vesely
· 8 years ago
957151b
Add vload_half helpers for ptx
by Jeroen Ketema
· 8 years ago
feefb08
Add vstore_half helpers for ptx
by Jeroen Ketema
· 8 years ago
a02d0e2
integer/sub_sat: Use clang builtin instead of llvm asm
by Jan Vesely
· 8 years ago
1964df8
integer/add_sat: Use clang builtin instead of llvm asm
by Jan Vesely
· 8 years ago
943057a
integer/clz: Use clang builtin instead of llvm asm
by Jan Vesely
· 8 years ago
fe9fa89
Let get_work_dim take exactly 0 arguments
by Jeroen Ketema
· 8 years ago
17fdf26
Do no circularly define NULL
by Jeroen Ketema
· 8 years ago
2b7fa1c
Fix amdgcn-amdhsa on llvm-3.9
by Jan Vesely
· 8 years ago
aee030f
travis: Check built libraries on llvm-3.9
by Jan Vesely
· 8 years ago
8c8c287
Add script to check for unresolved function calls
by Jan Vesely
· 8 years ago
41b1500
geometric: geometric functions are only supported for vector lengths <=4
by Jan Vesely
· 8 years ago
8d08f01
travis: add build using llvm-3.9
by Jan Vesely
· 8 years ago
ce29e8c
Restore support for llvm-3.9
by Jan Vesely
· 8 years ago
3bb50f6
Add missing HAVE_LLVM define to fix build with latest llvm
by Jan Vesely
· 8 years ago
Next »