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

2007-01-05 Thread LLVM
Changes in directory llvm/lib/VMCore: PassManagerT.h (r1.75) removed --- Log message: Remove PassManagerT.h --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

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

2006-10-30 Thread Devang Patel
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.69 - 1.70 --- Log message: Update comment. Valid option is -debug-pass=Structures. --- Diffs of the changes: (+1 -1) PassManagerT.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-09-02 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.68 - 1.69 --- Log message: Count the time for a pass to ReleaseMemory against that pass. Not doing this was under accounting for the time that livevariables cost --- Diffs of the changes: (+2 -0) PassManagerT.h |2 ++ 1

[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/lib/VMCore/PassManagerT.h

2006-01-12 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.66 - 1.67 --- Log message: Patch #10 from Saem: Extracts a few more methods, reduces some redundancy in the code at the same time. --- Diffs of the changes: (+32 -52) PassManagerT.h | 84

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

2006-01-07 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.63 - 1.64 --- Log message: Patch #7 from Saem: added the asserts and casts, fixed the comments and started the break down of the larger methods. A few more patches and the breakdown should be complete. --- Diffs of the

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

2006-01-03 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.59 - 1.60 --- Log message: silence some warnings --- Diffs of the changes: (+6 -0) PassManagerT.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/VMCore/PassManagerT.h diff -u