[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.32 -> 1.33 --- Log message: Spell naively with the i-Umlaut... --- Diffs of the changes: (+3 -3) CodeGenerator.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u ll

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.31 -> 1.32 --- Log message: Messed up and put a "To be written" in a section that was written. --- Diffs of the changes: (+1 -2) CodeGenerator.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/C

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.30 -> 1.31 --- Log message: Added some preliminary text to the TargetJITInfo class section. Fixed some inconsistencies with format. Corrected some of the text. Put code inside of "code" div tags. --- Diffs of the changes: (+306 -3

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopUnroll.cpp

2006-08-27 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopUnroll.cpp updated: 1.26 -> 1.27 --- Log message: Make LoopUnroll fold excessive BasicBlocks. This results in a significant speedup of gccas on 252.eon --- Diffs of the changes: (+89 -9) LoopUnroll.cpp | 98 ++

[llvm-commits] CVS: llvm/include/llvm/Assembly/Writer.h

2006-08-27 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: Writer.h updated: 1.33 -> 1.34 --- Log message: Back out last revision which should not have been committed (yet). --- Diffs of the changes: (+0 -4) Writer.h |4 1 files changed, 4 deletions(-) Index: llvm/include/llvm/Assembly/Wr

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCISelLowering.h

2006-08-27 Thread Reid Spencer
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.204 -> 1.205 PPCISelLowering.h updated: 1.51 -> 1.52 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp

2006-08-27 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.32 -> 1.33 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --- Diffs of t

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Steensgaard.cpp

2006-08-27 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/DataStructure: Steensgaard.cpp updated: 1.64 -> 1.65 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --

[llvm-commits] CVS: llvm/Makefile.rules

2006-08-27 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.398 -> 1.399 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --- Diffs of the changes: (

[llvm-commits] CVS: llvm/tools/opt/GraphPrinters.cpp

2006-08-27 Thread Reid Spencer
Changes in directory llvm/tools/opt: GraphPrinters.cpp updated: 1.12 -> 1.13 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --- Diffs of the

[llvm-commits] CVS: llvm/include/llvm/Assembly/Writer.h

2006-08-27 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: Writer.h updated: 1.32 -> 1.33 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --- Diffs of t

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-08-27 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.203 -> 1.204 --- Log message: For PR387: http://llvm.org/PR387 : Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. --- Diffs of the c

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp CallGraph.cpp GlobalsModRef.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.31 -> 1.32 CallGraph.cpp updated: 1.56 -> 1.57 GlobalsModRef.cpp updated: 1.20 -> 1.21 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+3 -3) Andersens.cpp

[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html

2006-08-27 Thread Chris Lattner
Changes in directory llvm/docs: WritingAnLLVMPass.html updated: 1.48 -> 1.49 --- Log message: Update to match changes in RegisterAnalysisGroup usage --- Diffs of the changes: (+3 -3) WritingAnLLVMPass.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/W

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.29 -> 1.30 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+5 -13) PassSupport.h | 18 +- 1 files changed, 5 insertions(+), 13 deletions(-) Ind

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/DataStructureAA.cpp Steensgaard.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: DataStructureAA.cpp updated: 1.39 -> 1.40 Steensgaard.cpp updated: 1.63 -> 1.64 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+2 -2) DataStructureAA.cpp |2 +- Steensga

[llvm-commits] CVS: llvm/lib/Analysis/AliasAnalysisCounter.cpp BasicAliasAnalysis.cpp LoadValueNumbering.cpp ProfileInfo.cpp ProfileInfoLoaderPass.cpp ValueNumbering.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: AliasAnalysisCounter.cpp updated: 1.14 -> 1.15 BasicAliasAnalysis.cpp updated: 1.84 -> 1.85 LoadValueNumbering.cpp updated: 1.35 -> 1.36 ProfileInfo.cpp updated: 1.8 -> 1.9 ProfileInfoLoaderPass.cpp updated: 1.14 -> 1.15 ValueNumbering.cpp updated: 1.20 ->

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp RSProfiling.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: BlockProfiling.cpp updated: 1.15 -> 1.16 RSProfiling.cpp updated: 1.6 -> 1.7 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+3 -3) BlockProfiling.cpp |4 ++-- RSProf

[llvm-commits] CVS: llvm/lib/System/Mutex.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/System: Mutex.cpp updated: 1.8 -> 1.9 --- Log message: simplify AnalysisGroup registration, eliminating one typeid call. --- Diffs of the changes: (+1 -1) Mutex.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Mutex.cpp di

[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod index.html opt.pod analyze.pod

2006-08-27 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: bugpoint.pod updated: 1.8 -> 1.9 index.html updated: 1.28 -> 1.29 opt.pod updated: 1.3 -> 1.4 analyze.pod (r1.3) removed --- Log message: Excise references to the now defunct "analyze" tool. Merge descriptions where appropriate. --- Diffs of the ch

[llvm-commits] CVS: llvm/docs/Bugpoint.html GettingStarted.html HowToSubmitABug.html index.html

2006-08-27 Thread Reid Spencer
Changes in directory llvm/docs: Bugpoint.html updated: 1.8 -> 1.9 GettingStarted.html updated: 1.143 -> 1.144 HowToSubmitABug.html updated: 1.26 -> 1.27 index.html updated: 1.57 -> 1.58 --- Log message: Excise references to the now defunct "analyze" tool. Merge descriptions where appropriate.

[llvm-commits] CVS: llvm/utils/TableGen/Record.h

2006-08-27 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: Record.h updated: 1.57 -> 1.58 --- Log message: Add virtual methods to all subclasses so they are not overloaded. --- Diffs of the changes: (+7 -0) Record.h |7 +++ 1 files changed, 7 insertions(+) Index: llvm/utils/TableGen/Record.h diff

[llvm-commits] CVS: llvm/include/llvm/Pass.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: Pass.h updated: 1.53 -> 1.54 --- Log message: Silence -Woverloaded-virtual warnings. --- Diffs of the changes: (+4 -1) Pass.h |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Pass.h diff -u llvm/include/llvm/Pa

[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.67 -> 1.68 --- Log message: Silence -Woverloaded-virtual warnings. --- Diffs of the changes: (+11 -1) PassManagerT.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/PassManagerT.h

[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html

2006-08-27 Thread Chris Lattner
Changes in directory llvm/docs: WritingAnLLVMPass.html updated: 1.47 -> 1.48 --- Log message: update doc: analyze is gone and passes should just use RegisterPass --- Diffs of the changes: (+20 -43) WritingAnLLVMPass.html | 63 +++-- 1 files cha

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/Analysis/LoopInfo: 2003-05-15-NestingProblem.ll updated: 1.3 -> 1.4 --- Log message: Update tests now that opt no longer reads .ll files --- Diffs of the changes: (+1 -1) 2003-05-15-NestingProblem.ll |2 +- 1 files changed, 1 insertion(+), 1 de

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll 2003-06-29-NodeCollapsing2.ll 2003-06-30-TopDownResolve.ll 2003-07-01-FieldCollapse.ll 2003-07-16-ConstantExpr

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/Analysis/DSGraph: 2003-06-29-IncompleteTDPass.ll updated: 1.3 -> 1.4 2003-06-29-NodeCollapsing2.ll updated: 1.2 -> 1.3 2003-06-30-TopDownResolve.ll updated: 1.4 -> 1.5 2003-07-01-FieldCollapse.ll updated: 1.2 -> 1.3 2003-07-16-ConstantExprCollapse.ll upd

[llvm-commits] CVS: llvm/test/Regression/Analysis/Dominators/2003-05-12-UnreachableCode.ll

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/Analysis/Dominators: 2003-05-12-UnreachableCode.ll updated: 1.2 -> 1.3 --- Log message: Update tests now that opt no longer reads .ll files --- Diffs of the changes: (+1 -1) 2003-05-12-UnreachableCode.ll |2 +- 1 files changed, 1 insertion(+),

[llvm-commits] CVS: llvm/test/Regression/Other/2002-01-31-CallGraph.ll 2002-01-31-PostDomSet-2.ll 2002-01-31-PostDomSet.ll 2002-08-02-DomSetProblem.ll 2003-02-19-LoopInfoNestingBug.ll 2004-08-20-Pack

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/Other: 2002-01-31-CallGraph.ll updated: 1.2 -> 1.3 2002-01-31-PostDomSet-2.ll updated: 1.2 -> 1.3 2002-01-31-PostDomSet.ll updated: 1.3 -> 1.4 2002-08-02-DomSetProblem.ll updated: 1.2 -> 1.3 2003-02-19-LoopInfoNestingBug.ll updated: 1.3 -> 1.4 2004-08-20

[llvm-commits] CVS: llvm/lib/CodeGen/UnreachableBlockElim.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: UnreachableBlockElim.cpp updated: 1.8 -> 1.9 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+1 -1) UnreachableBlockElim.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp EdgeProfiling.cpp EmitFunctions.cpp RSProfiling.cpp TraceBasicBlocks.cpp TraceValues.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: BlockProfiling.cpp updated: 1.14 -> 1.15 EdgeProfiling.cpp updated: 1.6 -> 1.7 EmitFunctions.cpp updated: 1.24 -> 1.25 RSProfiling.cpp updated: 1.5 -> 1.6 TraceBasicBlocks.cpp updated: 1.14 -> 1.15 TraceValues.cpp updated: 1.75 -> 1.76 --

[llvm-commits] CVS: llvm/lib/Transforms/IPO/ArgumentPromotion.cpp ConstantMerge.cpp DeadArgumentElimination.cpp DeadTypeElimination.cpp FunctionResolution.cpp GlobalDCE.cpp GlobalOpt.cpp IPConstantPro

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: ArgumentPromotion.cpp updated: 1.21 -> 1.22 ConstantMerge.cpp updated: 1.31 -> 1.32 DeadArgumentElimination.cpp updated: 1.27 -> 1.28 DeadTypeElimination.cpp updated: 1.55 -> 1.56 FunctionResolution.cpp updated: 1.59 -> 1.60 GlobalDCE.cpp updated: 1.

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ADCE.cpp BasicBlockPlacement.cpp CondPropagate.cpp ConstantProp.cpp CorrelatedExprs.cpp DCE.cpp DeadStoreElimination.cpp GCSE.cpp IndVarSimplify.cpp Inst

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.97 -> 1.98 BasicBlockPlacement.cpp updated: 1.5 -> 1.6 CondPropagate.cpp updated: 1.5 -> 1.6 ConstantProp.cpp updated: 1.51 -> 1.52 CorrelatedExprs.cpp updated: 1.33 -> 1.34 DCE.cpp updated: 1.58 -> 1.59 DeadStoreElimination.cp

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.28 -> 1.29 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+0 -47) PassSupport.h | 47 --- 1 files changed, 47 deletion

[llvm-commits] CVS: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp LCSSA.cpp LoopSimplify.cpp LowerAllocations.cpp LowerInvoke.cpp LowerSelect.cpp LowerSwitch.cpp Mem2Reg.cpp UnifyFunctionExitNodes

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: BreakCriticalEdges.cpp updated: 1.31 -> 1.32 LCSSA.cpp updated: 1.27 -> 1.28 LoopSimplify.cpp updated: 1.73 -> 1.74 LowerAllocations.cpp updated: 1.60 -> 1.61 LowerInvoke.cpp updated: 1.38 -> 1.39 LowerSelect.cpp updated: 1.6 -> 1.7 LowerSwitch.cpp

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/DataStructureAA.cpp DataStructureOpt.cpp Steensgaard.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: DataStructureAA.cpp updated: 1.38 -> 1.39 DataStructureOpt.cpp updated: 1.12 -> 1.13 Steensgaard.cpp updated: 1.62 -> 1.63 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+4 -4)

[llvm-commits] CVS: llvm/tools/bugpoint/ExtractFunction.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: ExtractFunction.cpp updated: 1.50 -> 1.51 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+1 -1) ExtractFunction.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm

[llvm-commits] CVS: llvm/lib/Analysis/AliasAnalysisCounter.cpp AliasAnalysisEvaluator.cpp AliasSetTracker.cpp BasicAliasAnalysis.cpp LoadValueNumbering.cpp ProfileInfo.cpp ProfileInfoLoaderPass.cpp Va

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: AliasAnalysisCounter.cpp updated: 1.13 -> 1.14 AliasAnalysisEvaluator.cpp updated: 1.27 -> 1.28 AliasSetTracker.cpp updated: 1.40 -> 1.41 BasicAliasAnalysis.cpp updated: 1.83 -> 1.84 LoadValueNumbering.cpp updated: 1.34 -> 1.35 ProfileInfo.cpp updated: 1.7

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp CallGraph.cpp GlobalsModRef.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.30 -> 1.31 CallGraph.cpp updated: 1.55 -> 1.56 GlobalsModRef.cpp updated: 1.19 -> 1.20 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+5 -5) Andersens.cpp |

[llvm-commits] CVS: llvm/lib/Transforms/Hello/Hello.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Hello: Hello.cpp updated: 1.7 -> 1.8 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+3 -2) Hello.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/lib/Transf

[llvm-commits] CVS: llvm/lib/Transforms/LevelRaise.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms: LevelRaise.cpp updated: 1.110 -> 1.111 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+1 -1) LevelRaise.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Tra

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp Verifier.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.202 -> 1.203 Verifier.cpp updated: 1.161 -> 1.162 --- Log message: eliminate RegisterOpt. It does the same thing as RegisterPass. --- Diffs of the changes: (+3 -3) AsmWriter.cpp |4 ++-- Verifier.cpp |2 +- 2 files ch

[llvm-commits] CVS: llvm/test/Regression/Transforms/DSAnalysis/arraymerge.ll arraytest.ll badcases.ll basictest.ll fieldmerge.ll goodcases.ll indcalltest.ll misctests.ll physicalsubtype.ll recursion.

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/DSAnalysis: arraymerge.ll updated: 1.3 -> 1.4 arraytest.ll updated: 1.3 -> 1.4 badcases.ll updated: 1.3 -> 1.4 basictest.ll updated: 1.3 -> 1.4 fieldmerge.ll updated: 1.3 -> 1.4 goodcases.ll updated: 1.3 -> 1.4 indcalltest.ll updated: 1.3 -> 1

[llvm-commits] CVS: llvm/tools/opt/opt.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/opt: opt.cpp updated: 1.116 -> 1.117 --- Log message: -analyze mode shouldn't output a .bc file. --- Diffs of the changes: (+1 -2) opt.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/tools/opt/opt.cpp diff -u llvm/tools/opt/opt.

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/CallTargets.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: CallTargets.cpp updated: 1.3 -> 1.4 --- Log message: Fit to 80 cols --- Diffs of the changes: (+6 -3) CallTargets.cpp |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) Index: llvm/lib/Analysis/DataStructure/CallTarget

[llvm-commits] CVS: llvm/lib/Analysis/CFGPrinter.cpp InstCount.cpp IntervalPartition.cpp LoopInfo.cpp PostDominators.cpp ScalarEvolution.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: CFGPrinter.cpp updated: 1.16 -> 1.17 InstCount.cpp updated: 1.14 -> 1.15 IntervalPartition.cpp updated: 1.31 -> 1.32 LoopInfo.cpp updated: 1.76 -> 1.77 PostDominators.cpp updated: 1.57 -> 1.58 ScalarEvolution.cpp updated: 1.50 -> 1.51 --- Log message: Eli

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.170 -> 1.171 LiveVariables.cpp updated: 1.56 -> 1.57 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+2 -2) LiveIntervalAnalysis.cpp |2 +- L

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp CallTargets.cpp CompleteBottomUp.cpp DataStructureStats.cpp EquivClassGraphs.cpp GraphChecker.cpp Local.cpp TopDownClosure.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: BottomUpClosure.cpp updated: 1.119 -> 1.120 CallTargets.cpp updated: 1.2 -> 1.3 CompleteBottomUp.cpp updated: 1.35 -> 1.36 DataStructureStats.cpp updated: 1.20 -> 1.21 EquivClassGraphs.cpp updated: 1.47 -> 1.48 GraphChecker.cpp updated: 1.20

[llvm-commits] CVS: llvm/lib/VMCore/Dominators.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.72 -> 1.73 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+5 -5) Dominators.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index

[llvm-commits] CVS: llvm/lib/Analysis/IPA/FindUsedTypes.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: FindUsedTypes.cpp updated: 1.36 -> 1.37 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+1 -1) FindUsedTypes.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Ind

[llvm-commits] CVS: llvm/tools/opt/AnalysisWrappers.cpp GraphPrinters.cpp PrintSCC.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/opt: AnalysisWrappers.cpp updated: 1.18 -> 1.19 GraphPrinters.cpp updated: 1.11 -> 1.12 PrintSCC.cpp updated: 1.14 -> 1.15 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+6 -6) AnalysisWr

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.27 -> 1.28 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+17 -24) PassSupport.h | 41 + 1 files changed, 17 ins

[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.26 -> 1.27 --- Log message: We no longer care whether something is an opt vs analysis pass, only whether something is a pass vs an analysis group now. Simplify interfaces. --- Diffs of the changes: (+28 -42) PassSupport.h |

[llvm-commits] CVS: llvm/lib/VMCore/Pass.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Pass.cpp updated: 1.70 -> 1.71 --- Log message: We no longer care whether something is an opt vs analysis pass, only whether something is a pass vs an analysis group now. Simplify interfaces. --- Diffs of the changes: (+3 -3) Pass.cpp |6 +++--- 1

[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.43 -> 1.44 --- Log message: analyze no longer exists, don't offer to run it :) --- Diffs of the changes: (+1 -12) OptimizerDriver.cpp | 13 + 1 files changed, 1 insertion(+), 12 deletions(-) Index: llv

[llvm-commits] CVS: llvm/include/llvm/Support/PassNameParser.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: PassNameParser.h updated: 1.11 -> 1.12 --- Log message: Remove a dead class. --- Diffs of the changes: (+0 -17) PassNameParser.h | 17 - 1 files changed, 17 deletions(-) Index: llvm/include/llvm/Support/PassNameParser.h di

[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.74 -> 1.75 --- Log message: Minor code cleanups --- Diffs of the changes: (+10 -11) CommandLine.cpp | 21 ++--- 1 files changed, 10 insertions(+), 11 deletions(-) Index: llvm/lib/Support/CommandLine.cpp d

[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.12 -> 1.13 --- Log message: eliminate only use of FilteredPassNameParser --- Diffs of the changes: (+1 -2) Optimize.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/tools/llvm-ld/Optimize.cpp diff

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.57 -> 1.58 opt.cpp updated: 1.115 -> 1.116 --- Log message: Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the 'autodetect .ll files' functionality. --- Diffs of the changes: (+26 -76) Makefile |2 - opt.cpp

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Generic: 2006-01-18-InvalidBranchOpcodeAssert.ll added (r1.1) --- Log message: Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64, but that's not the ppc backend's fault. --- Diffs of the changes: (+16 -0) 2006-01-18-

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll

2006-08-27 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2006-01-18-InvalidBranchOpcodeAssert.ll (r1.1) removed --- Log message: Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64, but that's not the ppc backend's fault. --- Diffs of the changes: (+0 -0) 0 files ch

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.252 -> 1.253 --- Log message: Use compiler.h instead of hand rolling our own macro --- Diffs of the changes: (+4 -9) DAGISelEmitter.cpp | 13 - 1 files changed, 4 insertions(+), 9 deletions(-) Index: ll

[llvm-commits] CVS: llvm/include/llvm/Support/Compiler.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: Compiler.h updated: 1.1 -> 1.2 --- Log message: add directive to disable inlining --- Diffs of the changes: (+8 -0) Compiler.h |8 1 files changed, 8 insertions(+) Index: llvm/include/llvm/Support/Compiler.h diff -u llvm/includ

[llvm-commits] CVS: llvm/lib/Analysis/BasicAliasAnalysis.cpp ScalarEvolution.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: BasicAliasAnalysis.cpp updated: 1.82 -> 1.83 ScalarEvolution.cpp updated: 1.49 -> 1.50 --- Log message: s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| --- Diffs of the changes: (+2 -2) BasicAliasAnalysis.cpp |2 +- ScalarEvolution.cpp|

[llvm-commits] CVS: llvm/lib/Target/X86/X86CodeEmitter.cpp X86ELFWriter.cpp X86FloatingPoint.cpp X86ISelDAGToDAG.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86CodeEmitter.cpp updated: 1.113 -> 1.114 X86ELFWriter.cpp updated: 1.5 -> 1.6 X86FloatingPoint.cpp updated: 1.52 -> 1.53 X86ISelDAGToDAG.cpp updated: 1.97 -> 1.98 --- Log message: s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| --- Diffs of th

[llvm-commits] CVS: llvm/lib/VMCore/BasicBlock.cpp ConstantFolding.cpp Constants.cpp LeakDetector.cpp Type.cpp Verifier.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: BasicBlock.cpp updated: 1.72 -> 1.73 ConstantFolding.cpp updated: 1.89 -> 1.90 Constants.cpp updated: 1.158 -> 1.159 LeakDetector.cpp updated: 1.14 -> 1.15 Type.cpp updated: 1.143 -> 1.144 Verifier.cpp updated: 1.160 -> 1.161 --- Log message: s|llvm/Support

[llvm-commits] CVS: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp LoopSimplify.cpp LowerAllocations.cpp LowerInvoke.cpp LowerSwitch.cpp Mem2Reg.cpp PromoteMemoryToRegister.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: BreakCriticalEdges.cpp updated: 1.30 -> 1.31 LoopSimplify.cpp updated: 1.72 -> 1.73 LowerAllocations.cpp updated: 1.59 -> 1.60 LowerInvoke.cpp updated: 1.37 -> 1.38 LowerSwitch.cpp updated: 1.22 -> 1.23 Mem2Reg.cpp updated: 1.18 -> 1.19 PromoteMemo

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp LoopStrengthReduce.cpp LowerGC.cpp ScalarReplAggregates.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.499 -> 1.500 LoopStrengthReduce.cpp updated: 1.87 -> 1.88 LowerGC.cpp updated: 1.11 -> 1.12 ScalarReplAggregates.cpp updated: 1.40 -> 1.41 --- Log message: s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|

[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp PHIElimination.cpp PrologEpilogInserter.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp RegAllocSimple.cpp TwoAddressInstructionPass.cpp Unreachab

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineFunction.cpp updated: 1.96 -> 1.97 PHIElimination.cpp updated: 1.44 -> 1.45 PrologEpilogInserter.cpp updated: 1.57 -> 1.58 RegAllocLinearScan.cpp updated: 1.127 -> 1.128 RegAllocLocal.cpp updated: 1.85 -> 1.86 RegAllocSimple.cpp updated: 1.72 -> 1.73

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp LegalizeDAG.cpp ScheduleDAGList.cpp ScheduleDAGRRList.cpp ScheduleDAGSimple.cpp SelectionDAGISel.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.182 -> 1.183 LegalizeDAG.cpp updated: 1.388 -> 1.389 ScheduleDAGList.cpp updated: 1.66 -> 1.67 ScheduleDAGRRList.cpp updated: 1.13 -> 1.14 ScheduleDAGSimple.cpp updated: 1.17 -> 1.18 SelectionDAGISel.cpp updated: 1.27

[llvm-commits] CVS: llvm/include/llvm/Support/Visibility.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: Visibility.h (r1.1) removed --- Log message: s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp PPCBranchSelector.cpp PPCCodeEmitter.cpp PPCISelDAGToDAG.cpp PPCMachOWriter.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.191 -> 1.192 PPCBranchSelector.cpp updated: 1.27 -> 1.28 PPCCodeEmitter.cpp updated: 1.66 -> 1.67 PPCISelDAGToDAG.cpp updated: 1.207 -> 1.208 PPCMachOWriter.cpp updated: 1.1 -> 1.2 --- Log message: s|llvm/Support/Visibil

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.169 -> 1.170 --- Log message: typo fix --- Diffs of the changes: (+4 -3) LiveIntervalAnalysis.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp d

[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.73 -> 1.74 --- Log message: Add external definitions for commonly-used template specializations and add anchor methods to others. This eliminates the vtable/template method bloat in .o files that defining a cl::opt used to impos

[llvm-commits] CVS: llvm/include/llvm/Support/CommandLine.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: CommandLine.h updated: 1.55 -> 1.56 --- Log message: Add external definitions for commonly-used template specializations and add anchor methods to others. This eliminates the vtable/template method bloat in .o files that defining a cl::opt used t

[llvm-commits] CVS: llvm/include/llvm/Support/Compiler.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: Compiler.h added (r1.1) --- Log message: New place to put compiler-specific functionality. This replaces Visibility.h, and provides macros that can be used to make explicit instantiations of template specializations, which is a gcc-specific featu

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.206 -> 1.207 --- Log message: Do not use getTargetNode() and SelectNodeTo() which takes more than 3 SDOperand arguments. Use the variants which take an array and number instead. --- Diffs of the changes: (+41 -43)

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.52 -> 1.53 --- Log message: Do not use getTargetNode() and SelectNodeTo() which takes more than 3 SDOperand arguments. Use the variants which take an array and number instead. --- Diffs of the changes: (+27 -15) IA6

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.96 -> 1.97 --- Log message: Do not use getTargetNode() and SelectNodeTo() which takes more than 3 SDOperand arguments. Use the variants which take an array and number instead. --- Diffs of the changes: (+4 -4) X86ISel

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGNodes.h

2006-08-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.126 -> 1.127 SelectionDAGNodes.h updated: 1.143 -> 1.144 --- Log message: Eliminate SelectNodeTo() and getTargetNode() variants which take more than 3 SDOperand operands. They are replaced by versions which take an array

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.54 -> 1.55 --- Log message: Do not use getTargetNode() and SelectNodeTo() which takes more than 3 SDOperand arguments. Use the variants which take an array and number instead. --- Diffs of the changes: (+5 -4) Alp

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.251 -> 1.252 --- Log message: Do not emit getTargetNode() and SelectNodeTo() which takes more than 3 SDOperand arguments. Use the variants which take an array and number instead. --- Diffs of the changes: (+71 -42) DAG

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2006-08-27 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.334 -> 1.335 --- Log message: Eliminate SelectNodeTo() and getTargetNode() variants which take more than 3 SDOperand operands. They are replaced by versions which take an array of SDOperand and the number of operand

[llvm-commits] CVS: llvm/include/llvm/System/MappedFile.h

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.12 -> 1.13 --- Log message: make optional pointer really optional --- Diffs of the changes: (+1 -1) MappedFile.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/System/MappedFile.h d