Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 16 Sep 2003 15:29:54 +0000 (15:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 16 Sep 2003 15:29:54 +0000 (15:29 +0000)
commite78760e179caabddb48e158c4628f717995fcbc4
treea016e106f775ab73cd2da360ea987fed05acf481
parentaad65f6c18f7900e1e3373fef63f1c6a89fc7fdf
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
251 files changed:
test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
test/Analysis/BasicAA/featuretest.ll
test/Analysis/BasicAA/gcsetest.ll
test/Analysis/BasicAA/licmtest.ll
test/Analysis/LoadVN/RLE-Eliminate.ll
test/Analysis/LoadVN/RLE-Preserve-Volatile.ll
test/Analysis/LoadVN/RLE-Preserve.ll
test/Other/2002-02-24-InlineBrokePHINodes.ll
test/Other/2002-03-11-ConstPropCrash.ll
test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
test/Transforms/ADCE/2002-05-22-PHITest.ll
test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
test/Transforms/ADCE/2002-05-28-Crash.ll
test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
test/Transforms/ADCE/adcetest.ll
test/Transforms/ADCE/basictest.ll
test/Transforms/ADCE/basictest1.ll
test/Transforms/ADCE/basictest2.ll
test/Transforms/BasicAA/2003-02-26-AccessSizeTest.ll
test/Transforms/BasicAA/2003-03-04-GEPCrash.ll
test/Transforms/BasicAA/2003-04-22-GEPProblem.ll
test/Transforms/BasicAA/2003-04-25-GEPCrash.ll
test/Transforms/BasicAA/2003-05-21-GEP-Problem.ll
test/Transforms/BasicAA/2003-06-01-AliasCrash.ll
test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll
test/Transforms/BasicAA/featuretest.ll
test/Transforms/BasicAA/gcsetest.ll
test/Transforms/BasicAA/licmtest.ll
test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
test/Transforms/ConstProp/2002-05-03-NotOperator.ll
test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
test/Transforms/ConstProp/2003-05-12-DivideError.ll
test/Transforms/ConstProp/basictest.ll
test/Transforms/ConstProp/logicaltest.ll
test/Transforms/ConstProp/nottest.ll
test/Transforms/ConstProp/phi.ll
test/Transforms/ConstProp/remtest.ll
test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
test/Transforms/CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
test/Transforms/CorrelatedExprs/2002-10-04-ForwardingBug.ll
test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll
test/Transforms/CorrelatedExprs/2002-10-07-NoImmediateDominator.ll
test/Transforms/CorrelatedExprs/2002-10-08-DominatorTest.ll
test/Transforms/CorrelatedExprs/2002-10-08-DominatorTest2.ll
test/Transforms/CorrelatedExprs/basictest.ll
test/Transforms/CorrelatedExprs/branchtest.ll
test/Transforms/CorrelatedExprs/looptest.ll
test/Transforms/CorrelatedExprs/nullpointer.ll
test/Transforms/CorrelatedExprs/whet.ll
test/Transforms/DeadArgElim/basictest.ll
test/Transforms/DecomposeMultiDimRefs/multidim.ll
test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVars.ll
test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVarsEasier.ll
test/Transforms/FunctionResolve/2002-11-07-RetMismatch.ll
test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll
test/Transforms/FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
test/Transforms/FunctionResolve/2003-05-21-MissingArguments.ll
test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll
test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll
test/Transforms/FunctionResolve/2003-07-23-CPR-Reference.ll
test/Transforms/FunctionResolve/2003-08-23-ArgumentWarning.ll
test/Transforms/FunctionResolve/basictest.ll
test/Transforms/FunctionResolve/retmismatch1.ll
test/Transforms/FunctionResolve/retmismatch2.ll
test/Transforms/FunctionResolve/retmismatch3.ll
test/Transforms/GCSE/2002-05-14-OperandSwap.ll
test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll
test/Transforms/GCSE/2003-06-13-LoadStoreEliminate.ll
test/Transforms/GCSE/gcsetests.ll
test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
test/Transforms/GlobalDCE/basicvariabletest.ll
test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll
test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll
test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll
test/Transforms/Inline/alloca_test.ll
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/cfg_preserve_test.ll
test/Transforms/Inline/inline_dce.ll
test/Transforms/Inline/invoke_test-1.ll
test/Transforms/Inline/invoke_test-2.ll
test/Transforms/Inline/invoke_test-3.ll
test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
test/Transforms/InstCombine/2002-05-14-SubFailure.ll
test/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll
test/Transforms/InstCombine/2002-08-02-CastTest.ll
test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll
test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll
test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll
test/Transforms/InstCombine/2003-06-22-ConstantExprCrash.ll
test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/malloc.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pow.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/setcc-strength-reduce.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
test/Transforms/LICM/2003-05-02-LoadHoist.ll
test/Transforms/LICM/2003-08-04-TrappingInstHoist.ll
test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll
test/Transforms/LICM/basictest.ll
test/Transforms/LICM/no-preheader-test.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll
test/Transforms/LevelRaise/2002-02-14-BadAssertion.ll
test/Transforms/LevelRaise/2002-03-11-Calls.ll
test/Transforms/LevelRaise/2002-03-14-ConvertableToGEPHang.ll
test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll
test/Transforms/LevelRaise/2002-03-20-Crash.ll
test/Transforms/LevelRaise/2002-03-21-MissedRaise.ll
test/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll
test/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
test/Transforms/LevelRaise/2002-04-09-MissedRaise.ll
test/Transforms/LevelRaise/2002-04-16-MissedRaise.ll
test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll
test/Transforms/LevelRaise/2002-05-02-MissedRaise.ll
test/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll
test/Transforms/LevelRaise/2002-05-23-MissedRaise.ll
test/Transforms/LevelRaise/2002-07-16-MissedRaise.ll
test/Transforms/LevelRaise/2002-07-16-RaiseCrash.ll
test/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll
test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll
test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll
test/Transforms/LevelRaise/2002-07-31-AssertionFailure.ll
test/Transforms/LevelRaise/2002-09-10-PointerAdds.ll
test/Transforms/LevelRaise/2002-10-02-SignExtensionProblem.ll
test/Transforms/LevelRaise/2002-10-08-VarArgCall.ll
test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll
test/Transforms/LevelRaise/2002-11-13-PointerFunction.ll
test/Transforms/LevelRaise/2003-01-22-GEPProblem.ll
test/Transforms/LevelRaise/2003-01-30-ShiftCrash.ll
test/Transforms/LevelRaise/2003-02-13-CallRaise.ll
test/Transforms/LevelRaise/2003-05-01-CallCast.ll
test/Transforms/LevelRaise/2003-06-07-EmptyArrayTest.ll
test/Transforms/LevelRaise/2003-06-25-ExprAnalysis.ll
test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll
test/Transforms/LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
test/Transforms/LoopPreheaders/2003-08-15-PreheadersFail.ll
test/Transforms/LoopPreheaders/basictest.ll
test/Transforms/LoopPreheaders/hardertest.ll
test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
test/Transforms/LoopSimplify/basictest.ll
test/Transforms/LoopSimplify/hardertest.ll
test/Transforms/LowerSetJmp/simpletest.ll
test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll
test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
test/Transforms/Mem2Reg/DifferingTypes.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/PRE/basictest.ll
test/Transforms/PiNodeInserter/substitutetest.ll
test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll
test/Transforms/PruneEH/recursivetest.llx
test/Transforms/PruneEH/simpletest.llx
test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
test/Transforms/Reassociate/2002-05-15-MissedTree.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll
test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/basictest2.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/otherops.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/SCCP/2002-05-02-EdgeFailure.ll
test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
test/Transforms/SCCP/basictest.ll
test/Transforms/SCCP/sccptest.ll
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
test/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
test/Transforms/ScalarRepl/2003-05-30-MultiLevel.ll
test/Transforms/ScalarRepl/arraytest.ll
test/Transforms/ScalarRepl/badarray.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll
test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll
test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll
test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
test/Transforms/SimplifyCFG/InvokeEliminate.ll
test/Transforms/SimplifyCFG/PhiBlockMerge.ll
test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-test.ll
test/Transforms/TailDup/2003-06-24-Simpleloop.ll
test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll
test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll
test/Transforms/TailDup/PHIUpdateTest.ll
test/Transforms/TailDup/basictest.ll