[Orc] Regression tests for OrcMCJITReplacement.
authorLang Hames <lhames@gmail.com>
Mon, 2 Feb 2015 05:04:55 +0000 (05:04 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 2 Feb 2015 05:04:55 +0000 (05:04 +0000)
commit16bbaf16397a91da98ebca9310e5a611265053c3
tree6c3b5f4c7d1fd74a78ea55012bef3c53cdcd986f
parenta3e710dddd6b0af3f59f00f06af122e0accf24e0
[Orc] Regression tests for OrcMCJITReplacement.

Duplicated from the MCJIT regression tests.

llvm-svn: 227780
89 files changed:
llvm/test/ExecutionEngine/OrcJIT/2002-12-16-ArgTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-04-ArgumentBug.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-04-LoopTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-04-PhiTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-09-SARTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-10-FUCOM.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-01-15-AlignmentTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-05-06-LivenessClobber.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-05-07-ArgumentTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-05-11-PHIRegAllocBug.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-06-04-bzip2-bug.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-06-05-PHIBug.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-08-15-AllocaAssertion.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-08-21-EnvironmentTest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-08-23-RegisterAllocatePhysReg.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2005-12-02-TailCallBug.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2007-12-10-APIntLoadStore.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2008-06-05-APInt-OverAShr.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/2013-04-04-RelocAddend.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/Inputs/cross-module-b.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/Inputs/multi-module-b.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/Inputs/multi-module-c.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/Inputs/multi-module-eh-b.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/cross-module-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/eh-lg-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/eh-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/eh.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/fpbitcast.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/hello-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/hello.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/hello2.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/lit.local.cfg [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/load-object-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/multi-module-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/multi-module-eh-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/non-extern-addend.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/pr13727.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/Inputs/cross-module-b.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-b.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-c.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/cross-module-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/lit.local.cfg [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/multi-module-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/simpletest-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/stubs-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-data-align-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-fp-no-external-funcs-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-remote.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/simplesttest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/simpletest.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/stubs.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-arith.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-branch.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-call-no-external-funcs.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-call.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-cast.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-common-symbols-alignment.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-common-symbols.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-constantexpr.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-data-align.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-fp-no-external-funcs.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-fp.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-global-ctors.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-global-init-nonzero.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-global.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-loadstore.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-local.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-logical.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-loop.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-phi.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-ptr-reloc.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-ret.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-return.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-setcond-fp.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-setcond-int.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcJIT/test-shift.ll [new file with mode: 0644]