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
07cc5a8df9edd94de7390607b0664cf83820089a
clang-p2996
/
llvm
/
test
/
ExecutionEngine
History
Lang Hames
5f711c794d
[ORC] Add a testcase for r338975.
...
Tests that bad object files generate a predictable error from the JIT APIs. llvm-svn: 340881
2018-08-28 22:50:59 +00:00
..
Interpreter
Add handling for GlobalAliases in ExecutionEngine::getConstantValue.
2018-05-24 19:07:34 +00:00
MCJIT
[CMake] Use normalized Windows target triples
2018-08-09 02:16:18 +00:00
OrcLazy
[ORC] Add a testcase for r338975.
2018-08-28 22:50:59 +00:00
OrcMCJIT
[CMake] Use normalized Windows target triples
2018-08-09 02:16:18 +00:00
RuntimeDyld
[RuntimeDyld] Add test case that was accidentally left out of r340125.
2018-08-27 22:48:01 +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
…