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

2006-01-02 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.151 -> 1.152 --- Log message: Change a variable from being an iterator to a raw MachineInstr*, to make GDB use tolerable --- Diffs of the changes: (+12 -12) LiveIntervalAnalysis.cpp | 24

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

2006-01-02 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.58 -> 1.59 --- Log message: Finally commit Saem's 'patch #3' to refactor the pass manager --- Diffs of the changes: (+80 -55) PassManagerT.h | 135 + 1 files changed, 80

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

2006-01-02 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: AliasSetTracker.cpp updated: 1.36 -> 1.37 --- Log message: Make the -print-alias-sets pass work for printing out something other than the default aa impl results. --- Diffs of the changes: (+3 -11) AliasSetTracker.cpp | 14 +++--- 1 files c

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

2006-01-02 Thread Chris Lattner
Changes in directory llvm/docs: AliasAnalysis.html updated: 1.25 -> 1.26 --- Log message: update usage of -print-alias-sets --- Diffs of the changes: (+9 -3) AliasAnalysis.html | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/docs/AliasAnalysis.html diff

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

2006-01-02 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.25 -> 1.26 --- Log message: typeo --- Diffs of the changes: (+1 -1) AlphaISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp diff -u llvm/