From f8b27c41e84cefba4be361b96cc0bd545e1dc64d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 7 Aug 2014 14:21:18 +0000 Subject: Nuke the old JIT. I am sure we will be finding bits and pieces of dead code for years to come, but this is a good start. Thanks to Lang Hames for making MCJIT a good replacement! llvm-svn: 215111 --- llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll | 2 +- .../ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll | 2 +- .../MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/eh.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/fpbitcast.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/hello-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/hello.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/hello2.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/load-object-a.ll | 6 +++--- llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/non-extern-addend.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/pr13727.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll | 2 +- .../test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll | 2 +- .../MCJIT/remote/test-fp-no-external-funcs-remote.ll | 2 +- .../ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll | 2 +- .../ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/simplesttest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/simpletest.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/stubs.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-arith.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-branch.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-call.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-cast.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-common-symbols.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-constantexpr.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-data-align.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-fp.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-global-ctors.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-global.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-loadstore.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-local.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-logical.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-loop.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-phi.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-ret.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-return.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-setcond-int.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-shift.ll | 2 +- 82 files changed, 84 insertions(+), 84 deletions(-) (limited to 'llvm/test/ExecutionEngine') diff --git a/llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll index babd8f6a780..eb2fe8c0483 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll index bbb81b88b16..68fdefefa54 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null define i32 @foo(i32 %X, i32 %Y, double %A) { %cond212 = fcmp une double %A, 1.000000e+00 ; [#uses=1] diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll index 7574267bdcd..5a0311dd939 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null define i32 @main() { call i32 @mylog( i32 4 ) ; :1 [#uses=0] diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll index 261939ad202..48576e7c83e 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null define i32 @main() { ;