Remove llvm-upgrade and update tests.
authorTanya Lattner <tonic@nondot.org>
Tue, 19 Feb 2008 01:41:04 +0000 (01:41 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 19 Feb 2008 01:41:04 +0000 (01:41 +0000)
commit53a66d10f01ebfeac7b8e59ca677f2cf2d4a3b26
tree896c6dee3a55f268ea98656237c7954799fd8ec7
parentefec751a1b786724862ceff52748df94873a807e
Remove llvm-upgrade and update tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296 91177308-0d34-0410-b5e6-96231b3b80d8
162 files changed:
test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll
test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
test/CodeGen/Alpha/2006-01-26-VaargBreak.ll
test/CodeGen/Alpha/2006-04-04-zextload.ll
test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
test/CodeGen/Alpha/2006-11-01-vastart.ll
test/CodeGen/Alpha/bic.ll
test/CodeGen/Alpha/bsr.ll
test/CodeGen/Alpha/call_adj.ll
test/CodeGen/Alpha/cmov.ll
test/CodeGen/Alpha/cmpbge.ll
test/CodeGen/Alpha/ctlz_e.ll
test/CodeGen/Alpha/ctpop.ll
test/CodeGen/Alpha/eqv.ll
test/CodeGen/Alpha/jmp_table.ll
test/CodeGen/Alpha/mul5.ll
test/CodeGen/Alpha/neg1.ll
test/CodeGen/Alpha/not.ll
test/CodeGen/Alpha/ornot.ll
test/CodeGen/Alpha/rpcc.ll
test/CodeGen/Alpha/srl_and.ll
test/CodeGen/Alpha/weak.ll
test/CodeGen/Alpha/zapnot2.ll
test/CodeGen/Alpha/zapnot3.ll
test/CodeGen/Alpha/zapnot4.ll
test/CodeGen/CBackend/2002-05-16-NameCollide.ll
test/CodeGen/CBackend/2002-05-21-MissingReturn.ll
test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
test/CodeGen/CBackend/2002-08-19-DataPointer.ll
test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll
test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
test/CodeGen/CBackend/2002-10-16-External.ll
test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
test/CodeGen/CBackend/2003-06-11-HexConstant.ll
test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
test/CodeGen/CBackend/2003-10-23-UnusedType.ll
test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.llx
test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.llx
test/CodeGen/CBackend/2004-08-09-va-end-null.ll
test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
test/CodeGen/CBackend/2005-08-23-Fmod.ll
test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll
test/CodeGen/Generic/2003-05-27-phifcmpd.ll
test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
test/CodeGen/Generic/2003-05-28-ManyArgs.ll
test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
test/CodeGen/Generic/2003-07-07-BadLongConst.ll
test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
test/CodeGen/Generic/2004-02-08-UnwindSupport.llx
test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx
test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll
test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
test/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll
test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
test/CodeGen/Generic/2005-10-21-longlonggtu.ll
test/CodeGen/Generic/2005-12-01-Crash.ll
test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll
test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
test/CodeGen/Generic/2006-03-27-DebugInfoNULLDeclare.ll
test/CodeGen/Generic/2006-04-11-vecload.ll
test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
test/CodeGen/Generic/2006-07-03-schedulers.ll
test/CodeGen/Generic/2006-08-30-CoallescerCrash.ll
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/Generic/2006-09-06-SwitchLowering.ll
test/CodeGen/Generic/2006-10-27-CondFolding.ll
test/CodeGen/Generic/2006-10-29-Crash.ll
test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
test/CodeGen/Generic/BasicInstrs.llx
test/CodeGen/Generic/BurgBadRegAlloc.ll
test/CodeGen/Generic/ConstantExprLowering.llx
test/CodeGen/Generic/SwitchLowering.ll
test/CodeGen/Generic/badCallArgLRLLVM.ll
test/CodeGen/Generic/badFoldGEP.ll
test/CodeGen/Generic/badarg6.ll
test/CodeGen/Generic/badlive.ll
test/CodeGen/Generic/bool-to-double.ll
test/CodeGen/Generic/call-ret0.ll
test/CodeGen/Generic/call-ret42.ll
test/CodeGen/Generic/call-void.ll
test/CodeGen/Generic/call2-ret0.ll
test/CodeGen/Generic/cast-fp.ll
test/CodeGen/Generic/constindices.ll
test/CodeGen/Generic/debug-info.ll
test/CodeGen/Generic/div-neg-power-2.ll
test/CodeGen/Generic/fneg-fabs.ll
test/CodeGen/Generic/fwdtwice.ll
test/CodeGen/Generic/global-ret0.ll
test/CodeGen/Generic/hello.ll
test/CodeGen/Generic/intrinsics.ll
test/CodeGen/Generic/isunord.ll
test/CodeGen/Generic/llvm-ct-intrinsics.ll
test/CodeGen/Generic/negintconst.ll
test/CodeGen/Generic/nested-select.ll
test/CodeGen/Generic/print-add.ll
test/CodeGen/Generic/print-arith-fp.ll
test/CodeGen/Generic/print-arith-int.ll
test/CodeGen/Generic/print-int.ll
test/CodeGen/Generic/print-mul-exp.ll
test/CodeGen/Generic/print-mul.ll
test/CodeGen/Generic/print-shift.ll
test/CodeGen/Generic/ret0.ll
test/CodeGen/Generic/ret42.ll
test/CodeGen/Generic/sched.ll
test/CodeGen/Generic/select.ll
test/CodeGen/Generic/shift-int64.ll
test/CodeGen/Generic/spillccr.ll
test/CodeGen/Generic/stacksave-restore.ll
test/CodeGen/Generic/switch-crit-edge-constant.ll
test/CodeGen/Generic/vector-constantexpr.ll
test/CodeGen/Generic/vector-identity-shuffle.ll
test/CodeGen/Generic/vector.ll
test/CodeGen/IA64/2005-08-22-LegalizerCrash.ll
test/CodeGen/IA64/2005-10-29-shladd.ll
test/CodeGen/IA64/ret-0.ll
test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
test/CodeGen/SPARC/ctpop.ll
test/CodeGen/SPARC/xnor.ll