This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b44ca3bfa94de03b722ec5066837e7f3b9a10370
clang-p2996
/
llvm
/
test
/
ExecutionEngine
History
Lang Hames
ae73b0a932
[ExecutionEngine] Disable weak symbol tests for COFF.
...
COFF doesn't support weak linkage on functions. llvm-svn: 278162
2016-08-09 20:48:22 +00:00
..
Interpreter
…
MCJIT
[ExecutionEngine] Disable weak symbol tests for COFF.
2016-08-09 20:48:22 +00:00
OrcLazy
[ORC] Re-apply r277896, removing bogus triples and datalayouts that broke tests
2016-08-06 22:36:26 +00:00
OrcMCJIT
[ExecutionEngine] Disable weak symbol tests for COFF.
2016-08-09 20:48:22 +00:00
RuntimeDyld
X86: handle external tail calls in Windows JIT
2016-07-14 17:27:06 +00:00
2010-01-15-UndefValue.ll
…
fma3-jit.ll
…
frem.ll
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
lit.local.cfg
[SPARC] Disable unsupported ExecutionEngine tests, and XFAIL a couple
2015-08-07 23:01:16 +00:00
mov64zext32.ll
…
test-interp-vec-arithm_float.ll
Teach the interpreter to handle vector compares and additional vector arithmetic operations.
2013-04-26 20:19:41 +00:00
test-interp-vec-arithm_int.ll
…
test-interp-vec-cast.ll
…
test-interp-vec-insertelement.ll
…
test-interp-vec-insertextractvalue.ll
…
test-interp-vec-loadstore.ll
…
test-interp-vec-logical.ll
…
test-interp-vec-select.ll
llvm interpreter: select, shuffle and insertelement instructions.
2013-09-02 06:40:09 +00:00
test-interp-vec-setcond-fp.ll
…
test-interp-vec-setcond-int.ll
…
test-interp-vec-shift.ll
LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types.
2013-08-05 12:17:06 +00:00
test-interp-vec-shuffle.ll
…