1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/ExecutionEngine
Duncan Sands 091a505971 Teach the interpreter to read and write memory in the
endianness of the target not of the host.  Done by the
simple expedient of reversing bytes for primitive types
if the host and target endianness don't match.  This is
correct for integer and pointer types.  I don't know if
it is correct for floating point types.

llvm-svn: 45039
2007-12-14 19:38:31 +00:00
..
2002-12-16-ArgTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-04-ArgumentBug.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-04-LoopTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-04-PhiTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-09-SARTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-10-FUCOM.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-15-AlignmentTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-05-06-LivenessClobber.llx Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-05-07-ArgumentTest.llx Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-05-11-PHIRegAllocBug.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-06-04-bzip2-bug.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-06-05-PHIBug.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-15-AllocaAssertion.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-21-EnvironmentTest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-23-RegisterAllocatePhysReg.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-12-04-LazyCompileFuncs.ll make this test have a deterministic result. 2007-11-28 18:20:49 +00:00
2005-12-02-TailCallBug.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2007-05-12-APInt-Shl.ll Add a test case for shl of APInt integers > 64 bits by 0 shift amount. 2007-05-12 17:59:55 +00:00
2007-12-10-APIntLoadStore.ll Fix PR1836: in the interpreter, read and write apints 2007-12-10 17:43:13 +00:00
2007-12-14-BigEndian.ll Teach the interpreter to read and write memory in the 2007-12-14 19:38:31 +00:00
2007-12-14-LittleEndian.ll Teach the interpreter to read and write memory in the 2007-12-14 19:38:31 +00:00
dg.exp For PR1319: Upgrade to new test harness 2007-04-15 10:26:05 +00:00
fpbitcast.ll Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. 2007-05-04 03:35:17 +00:00
hello2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
hello.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
simplesttest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
simpletest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-arith.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-branch.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-call.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-cast.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-constantexpr.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-fp.ll Make sure the value passed to test function is initialized. 2007-02-01 21:58:46 +00:00
test-loadstore.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-logical.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-loop.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-malloc.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-phi.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-ret.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-setcond-fp.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-setcond-int.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
test-shift.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00