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
d2396b642514cdfa94de6bafd07f30645910ee73
clang-p2996
/
llvm
/
test
/
ExecutionEngine
History
Davide Italiano
a1f241d1c3
Make this test Windows-only (try to placate buildbots).
...
llvm-svn: 285931
2016-11-03 16:43:10 +00:00
..
Interpreter
…
MCJIT
[RuntimeDyld] Move an X86 only test to the correct directory.
2016-11-02 21:05:42 +00:00
OrcLazy
[ORC] Clone module flags metadata into the globals module in the
2016-09-04 17:53:30 +00:00
OrcMCJIT
Remove the JIT EH/small code model tests for now.
2016-10-19 22:19:38 +00:00
RuntimeDyld
Make this test Windows-only (try to placate buildbots).
2016-11-03 16:43:10 +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
…
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
…