aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:29:54 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:29:54 +0000
commite78760e179caabddb48e158c4628f717995fcbc4 (patch)
treea016e106f775ab73cd2da360ea987fed05acf481
parentaad65f6c18f7900e1e3373fef63f1c6a89fc7fdf (diff)
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8558 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll2
-rw-r--r--test/Analysis/BasicAA/2003-03-04-GEPCrash.ll2
-rw-r--r--test/Analysis/BasicAA/2003-04-22-GEPProblem.ll2
-rw-r--r--test/Analysis/BasicAA/2003-04-25-GEPCrash.ll2
-rw-r--r--test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll2
-rw-r--r--test/Analysis/BasicAA/2003-06-01-AliasCrash.ll2
-rw-r--r--test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll2
-rw-r--r--test/Analysis/BasicAA/featuretest.ll2
-rw-r--r--test/Analysis/BasicAA/gcsetest.ll2
-rw-r--r--test/Analysis/BasicAA/licmtest.ll2
-rw-r--r--test/Analysis/LoadVN/RLE-Eliminate.ll2
-rw-r--r--test/Analysis/LoadVN/RLE-Preserve-Volatile.ll2
-rw-r--r--test/Analysis/LoadVN/RLE-Preserve.ll2
-rw-r--r--test/Other/2002-02-24-InlineBrokePHINodes.ll2
-rw-r--r--test/Other/2002-03-11-ConstPropCrash.ll2
-rw-r--r--test/Transforms/ADCE/2002-01-31-UseStuckAround.ll2
-rw-r--r--test/Transforms/ADCE/2002-05-22-PHITest.ll2
-rw-r--r--test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll2
-rw-r--r--test/Transforms/ADCE/2002-05-28-Crash-distilled.ll2
-rw-r--r--test/Transforms/ADCE/2002-05-28-Crash.ll2
-rw-r--r--test/Transforms/ADCE/2002-07-17-AssertionFailure.ll2
-rw-r--r--test/Transforms/ADCE/2002-07-17-PHIAssertion.ll2
-rw-r--r--test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll2
-rw-r--r--test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll2
-rw-r--r--test/Transforms/ADCE/2003-06-11-InvalidCFG.ll2
-rw-r--r--test/Transforms/ADCE/2003-06-24-BadSuccessor.ll2
-rw-r--r--test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll2
-rw-r--r--test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll2
-rw-r--r--test/Transforms/ADCE/adcetest.ll2
-rw-r--r--test/Transforms/ADCE/basictest.ll2
-rw-r--r--test/Transforms/ADCE/basictest1.ll2
-rw-r--r--test/Transforms/ADCE/basictest2.ll2
-rw-r--r--test/Transforms/BasicAA/2003-02-26-AccessSizeTest.ll2
-rw-r--r--test/Transforms/BasicAA/2003-03-04-GEPCrash.ll2
-rw-r--r--test/Transforms/BasicAA/2003-04-22-GEPProblem.ll2
-rw-r--r--test/Transforms/BasicAA/2003-04-25-GEPCrash.ll2
-rw-r--r--test/Transforms/BasicAA/2003-05-21-GEP-Problem.ll2
-rw-r--r--test/Transforms/BasicAA/2003-06-01-AliasCrash.ll2
-rw-r--r--test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll2
-rw-r--r--test/Transforms/BasicAA/featuretest.ll2
-rw-r--r--test/Transforms/BasicAA/gcsetest.ll2
-rw-r--r--test/Transforms/BasicAA/licmtest.ll2
-rw-r--r--test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll2
-rw-r--r--test/Transforms/ConstProp/2002-05-03-NotOperator.ll2
-rw-r--r--test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll2
-rw-r--r--test/Transforms/ConstProp/2003-05-12-DivideError.ll2
-rw-r--r--test/Transforms/ConstProp/basictest.ll2
-rw-r--r--test/Transforms/ConstProp/logicaltest.ll2
-rw-r--r--test/Transforms/ConstProp/nottest.ll2
-rw-r--r--test/Transforms/ConstProp/phi.ll2
-rw-r--r--test/Transforms/ConstProp/remtest.ll2
-rw-r--r--test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-09-23-PHIUpdateBug.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-04-ForwardingBug.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-07-NoImmediateDominator.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-08-DominatorTest.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-08-DominatorTest2.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/basictest.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/branchtest.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/looptest.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/nullpointer.ll2
-rw-r--r--test/Transforms/CorrelatedExprs/whet.ll2
-rw-r--r--test/Transforms/DeadArgElim/basictest.ll2
-rw-r--r--test/Transforms/DecomposeMultiDimRefs/multidim.ll2
-rw-r--r--test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVars.ll2
-rw-r--r--test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVarsEasier.ll2
-rw-r--r--test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll2
-rw-r--r--test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-04-18-ForwardDeclGlobal.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-05-21-MissingArguments.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll2
-rw-r--r--test/Transforms/FunctionResolve/2003-08-23-ArgumentWarning.ll2
-rw-r--r--test/Transforms/FunctionResolve/basictest.ll2
-rw-r--r--test/Transforms/FunctionResolve/retmismatch1.ll2
-rw-r--r--test/Transforms/FunctionResolve/retmismatch2.ll2
-rw-r--r--test/Transforms/FunctionResolve/retmismatch3.ll2
-rw-r--r--test/Transforms/GCSE/2002-05-14-OperandSwap.ll2
-rw-r--r--test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll2
-rw-r--r--test/Transforms/GCSE/2003-06-13-LoadStoreEliminate.ll2
-rw-r--r--test/Transforms/GCSE/gcsetests.ll2
-rw-r--r--test/Transforms/GlobalDCE/2002-07-17-CastRef.ll2
-rw-r--r--test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll2
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll2
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll2
-rw-r--r--test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll2
-rw-r--r--test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll2
-rw-r--r--test/Transforms/GlobalDCE/basicvariabletest.ll2
-rw-r--r--test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll2
-rw-r--r--test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll2
-rw-r--r--test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll2
-rw-r--r--test/Transforms/Inline/alloca_test.ll2
-rw-r--r--test/Transforms/Inline/basictest.ll2
-rw-r--r--test/Transforms/Inline/cfg_preserve_test.ll2
-rw-r--r--test/Transforms/Inline/inline_dce.ll2
-rw-r--r--test/Transforms/Inline/invoke_test-1.ll2
-rw-r--r--test/Transforms/Inline/invoke_test-2.ll2
-rw-r--r--test/Transforms/Inline/invoke_test-3.ll2
-rw-r--r--test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll2
-rw-r--r--test/Transforms/InstCombine/2002-05-14-SubFailure.ll2
-rw-r--r--test/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll2
-rw-r--r--test/Transforms/InstCombine/2002-08-02-CastTest.ll2
-rw-r--r--test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll2
-rw-r--r--test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll2
-rw-r--r--test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll2
-rw-r--r--test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll2
-rw-r--r--test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll2
-rw-r--r--test/Transforms/InstCombine/2003-06-22-ConstantExprCrash.ll2
-rw-r--r--test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll2
-rw-r--r--test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll2
-rw-r--r--test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll2
-rw-r--r--test/Transforms/InstCombine/add.ll2
-rw-r--r--test/Transforms/InstCombine/and.ll2
-rw-r--r--test/Transforms/InstCombine/call.ll2
-rw-r--r--test/Transforms/InstCombine/cast-set.ll2
-rw-r--r--test/Transforms/InstCombine/cast.ll2
-rw-r--r--test/Transforms/InstCombine/div.ll2
-rw-r--r--test/Transforms/InstCombine/getelementptr.ll2
-rw-r--r--test/Transforms/InstCombine/load.ll2
-rw-r--r--test/Transforms/InstCombine/malloc.ll2
-rw-r--r--test/Transforms/InstCombine/mul.ll2
-rw-r--r--test/Transforms/InstCombine/not.ll2
-rw-r--r--test/Transforms/InstCombine/or.ll2
-rw-r--r--test/Transforms/InstCombine/phi.ll2
-rw-r--r--test/Transforms/InstCombine/pow.ll2
-rw-r--r--test/Transforms/InstCombine/rem.ll2
-rw-r--r--test/Transforms/InstCombine/set.ll2
-rw-r--r--test/Transforms/InstCombine/setcc-strength-reduce.ll2