Genericize tests

llvm-svn: 10091
diff --git a/llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx b/llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx
similarity index 100%
rename from llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx
rename to llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx
diff --git a/llvm/test/Regression/Jello/2002-12-23-SubProblem.llx b/llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx
similarity index 100%
rename from llvm/test/Regression/Jello/2002-12-23-SubProblem.llx
rename to llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx
diff --git a/llvm/test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx b/llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
similarity index 100%
rename from llvm/test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx
rename to llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
diff --git a/llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx b/llvm/test/Regression/CodeGen/X86/2003-08-23-DeadBlockTest.llx
similarity index 100%
rename from llvm/test/Regression/Jello/2003-08-23-DeadBlockTest.llx
rename to llvm/test/Regression/CodeGen/X86/2003-08-23-DeadBlockTest.llx
diff --git a/llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx b/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx
similarity index 100%
rename from llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx
rename to llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx
diff --git a/llvm/test/Regression/Jello/2002-12-16-ArgTest.ll b/llvm/test/Regression/ExecutionEngine/2002-12-16-ArgTest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2002-12-16-ArgTest.ll
rename to llvm/test/Regression/ExecutionEngine/2002-12-16-ArgTest.ll
diff --git a/llvm/test/Regression/Jello/2003-01-04-ArgumentBug.ll b/llvm/test/Regression/ExecutionEngine/2003-01-04-ArgumentBug.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-01-04-ArgumentBug.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-04-ArgumentBug.ll
diff --git a/llvm/test/Regression/Jello/2003-01-04-LoopTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-01-04-LoopTest.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
diff --git a/llvm/test/Regression/Jello/2003-01-04-PhiTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-04-PhiTest.ll
similarity index 71%
rename from llvm/test/Regression/Jello/2003-01-04-PhiTest.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-04-PhiTest.ll
index 144ace7..34e1620 100644
--- a/llvm/test/Regression/Jello/2003-01-04-PhiTest.ll
+++ b/llvm/test/Regression/ExecutionEngine/2003-01-04-PhiTest.ll
@@ -1,5 +1,3 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false
-
 int %main() {
 	br label %Loop
 Loop:
diff --git a/llvm/test/Regression/Jello/2003-01-09-SARTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-09-SARTest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-01-09-SARTest.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-09-SARTest.ll
diff --git a/llvm/test/Regression/Jello/2003-01-10-FUCOM.ll b/llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-01-10-FUCOM.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll
diff --git a/llvm/test/Regression/Jello/2003-01-15-AlignmentTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-15-AlignmentTest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-01-15-AlignmentTest.ll
rename to llvm/test/Regression/ExecutionEngine/2003-01-15-AlignmentTest.ll
diff --git a/llvm/test/Regression/Jello/2003-05-06-LivenessClobber.llx b/llvm/test/Regression/ExecutionEngine/2003-05-06-LivenessClobber.llx
similarity index 77%
rename from llvm/test/Regression/Jello/2003-05-06-LivenessClobber.llx
rename to llvm/test/Regression/ExecutionEngine/2003-05-06-LivenessClobber.llx
index d3e5e04..3164dd8 100644
--- a/llvm/test/Regression/Jello/2003-05-06-LivenessClobber.llx
+++ b/llvm/test/Regression/ExecutionEngine/2003-05-06-LivenessClobber.llx
@@ -1,9 +1,6 @@
 ; This testcase shoudl return with an exit code of 1.
 ;
-; RUN: llvm-as < %s | not lli -force-interpreter=false
-
-target endian = little
-target pointersize = 32
+; RUN: llvm-as < %s | not lli
 
 %test = global long 0
 implementation
diff --git a/llvm/test/Regression/Jello/2003-05-07-ArgumentTest.llx b/llvm/test/Regression/ExecutionEngine/2003-05-07-ArgumentTest.llx
similarity index 72%
rename from llvm/test/Regression/Jello/2003-05-07-ArgumentTest.llx
rename to llvm/test/Regression/ExecutionEngine/2003-05-07-ArgumentTest.llx
index ac8ac34..47b40c3 100644
--- a/llvm/test/Regression/Jello/2003-05-07-ArgumentTest.llx
+++ b/llvm/test/Regression/ExecutionEngine/2003-05-07-ArgumentTest.llx
@@ -1,7 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false - test
-
-target endian = little
-target pointersize = 32
+; RUN: llvm-as < %s | lli - test
 
 implementation  
 
diff --git a/llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll b/llvm/test/Regression/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll
rename to llvm/test/Regression/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
diff --git a/llvm/test/Regression/Jello/2003-06-04-bzip2-bug.ll b/llvm/test/Regression/ExecutionEngine/2003-06-04-bzip2-bug.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-06-04-bzip2-bug.ll
rename to llvm/test/Regression/ExecutionEngine/2003-06-04-bzip2-bug.ll
diff --git a/llvm/test/Regression/Jello/2003-06-05-PHIBug.ll b/llvm/test/Regression/ExecutionEngine/2003-06-05-PHIBug.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-06-05-PHIBug.ll
rename to llvm/test/Regression/ExecutionEngine/2003-06-05-PHIBug.ll
diff --git a/llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll b/llvm/test/Regression/ExecutionEngine/2003-08-15-AllocaAssertion.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-08-15-AllocaAssertion.ll
rename to llvm/test/Regression/ExecutionEngine/2003-08-15-AllocaAssertion.ll
diff --git a/llvm/test/Regression/Jello/2003-08-21-EnvironmentTest.ll b/llvm/test/Regression/ExecutionEngine/2003-08-21-EnvironmentTest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-08-21-EnvironmentTest.ll
rename to llvm/test/Regression/ExecutionEngine/2003-08-21-EnvironmentTest.ll
diff --git a/llvm/test/Regression/Jello/2003-08-23-RegisterAllocatePhysReg.ll b/llvm/test/Regression/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-08-23-RegisterAllocatePhysReg.ll
rename to llvm/test/Regression/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
diff --git a/llvm/test/Regression/Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
similarity index 100%
rename from llvm/test/Regression/Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
rename to llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
diff --git a/llvm/test/Regression/Jello/hello.ll b/llvm/test/Regression/ExecutionEngine/hello.ll
similarity index 100%
rename from llvm/test/Regression/Jello/hello.ll
rename to llvm/test/Regression/ExecutionEngine/hello.ll
diff --git a/llvm/test/Regression/Jello/hello2.ll b/llvm/test/Regression/ExecutionEngine/hello2.ll
similarity index 100%
rename from llvm/test/Regression/Jello/hello2.ll
rename to llvm/test/Regression/ExecutionEngine/hello2.ll
diff --git a/llvm/test/Regression/Jello/simplesttest.ll b/llvm/test/Regression/ExecutionEngine/simplesttest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/simplesttest.ll
rename to llvm/test/Regression/ExecutionEngine/simplesttest.ll
diff --git a/llvm/test/Regression/Jello/simpletest.ll b/llvm/test/Regression/ExecutionEngine/simpletest.ll
similarity index 100%
rename from llvm/test/Regression/Jello/simpletest.ll
rename to llvm/test/Regression/ExecutionEngine/simpletest.ll
diff --git a/llvm/test/Regression/Jello/test-arith.ll b/llvm/test/Regression/ExecutionEngine/test-arith.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-arith.ll
rename to llvm/test/Regression/ExecutionEngine/test-arith.ll
diff --git a/llvm/test/Regression/Jello/test-branch.ll b/llvm/test/Regression/ExecutionEngine/test-branch.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-branch.ll
rename to llvm/test/Regression/ExecutionEngine/test-branch.ll
diff --git a/llvm/test/Regression/Jello/test-call.ll b/llvm/test/Regression/ExecutionEngine/test-call.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-call.ll
rename to llvm/test/Regression/ExecutionEngine/test-call.ll
diff --git a/llvm/test/Regression/Jello/test-cast.ll b/llvm/test/Regression/ExecutionEngine/test-cast.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-cast.ll
rename to llvm/test/Regression/ExecutionEngine/test-cast.ll
diff --git a/llvm/test/Regression/Jello/test-constantexpr.ll b/llvm/test/Regression/ExecutionEngine/test-constantexpr.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-constantexpr.ll
rename to llvm/test/Regression/ExecutionEngine/test-constantexpr.ll
diff --git a/llvm/test/Regression/Jello/test-fp.ll b/llvm/test/Regression/ExecutionEngine/test-fp.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-fp.ll
rename to llvm/test/Regression/ExecutionEngine/test-fp.ll
diff --git a/llvm/test/Regression/Jello/test-loadstore.ll b/llvm/test/Regression/ExecutionEngine/test-loadstore.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-loadstore.ll
rename to llvm/test/Regression/ExecutionEngine/test-loadstore.ll
diff --git a/llvm/test/Regression/Jello/test-logical.ll b/llvm/test/Regression/ExecutionEngine/test-logical.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-logical.ll
rename to llvm/test/Regression/ExecutionEngine/test-logical.ll
diff --git a/llvm/test/Regression/Jello/test-loop.ll b/llvm/test/Regression/ExecutionEngine/test-loop.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-loop.ll
rename to llvm/test/Regression/ExecutionEngine/test-loop.ll
diff --git a/llvm/test/Regression/Jello/test-malloc.ll b/llvm/test/Regression/ExecutionEngine/test-malloc.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-malloc.ll
rename to llvm/test/Regression/ExecutionEngine/test-malloc.ll
diff --git a/llvm/test/Regression/Jello/test-phi.ll b/llvm/test/Regression/ExecutionEngine/test-phi.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-phi.ll
rename to llvm/test/Regression/ExecutionEngine/test-phi.ll
diff --git a/llvm/test/Regression/Jello/test-ret.ll b/llvm/test/Regression/ExecutionEngine/test-ret.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-ret.ll
rename to llvm/test/Regression/ExecutionEngine/test-ret.ll
diff --git a/llvm/test/Regression/Jello/test-setcond-fp.ll b/llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-setcond-fp.ll
rename to llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll
diff --git a/llvm/test/Regression/Jello/test-setcond-int.ll b/llvm/test/Regression/ExecutionEngine/test-setcond-int.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-setcond-int.ll
rename to llvm/test/Regression/ExecutionEngine/test-setcond-int.ll
diff --git a/llvm/test/Regression/Jello/test-shift.ll b/llvm/test/Regression/ExecutionEngine/test-shift.ll
similarity index 100%
rename from llvm/test/Regression/Jello/test-shift.ll
rename to llvm/test/Regression/ExecutionEngine/test-shift.ll
diff --git a/llvm/test/Regression/Jello/2003-08-04-PhysRegLiveFailure.llx b/llvm/test/Regression/Jello/2003-08-04-PhysRegLiveFailure.llx
deleted file mode 100644
index 2bc3aeb..0000000
--- a/llvm/test/Regression/Jello/2003-08-04-PhysRegLiveFailure.llx
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 
-
-target endian = big         ; We need the byteswaps for this test!
-target pointersize = 64
-
-implementation
-
-long %main(long %s.1, long %e.1, ushort* %foo) {
-	%tmp.28 = load ushort* %foo
-	%tmp.39 = cast uint 0 to ushort*
-	%tmp.42 = sub long %e.1, %s.1
-	%tmp.441 = setge long %tmp.42, 0
-	%tmp.54 = getelementptr ushort* %tmp.39, long 0
-	ret long %s.1
-}