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

2007-05-02 Thread Devang Patel
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.23 -> 1.24 --- Log message: Drop 'const' --- Diffs of the changes: (+2 -2) PrintModulePass.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Assembly/PrintModulePass.h dif

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

2007-05-02 Thread Devang Patel
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.22 -> 1.23 --- Log message: Use 'static const char' instead of 'static const int'. Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. ---

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

2007-05-01 Thread Devang Patel
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.21 -> 1.22 --- Log message: Do not use typeinfo to identify pass in pass manager. --- Diffs of the changes: (+7 -4) PrintModulePass.h | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index:

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.20 -> 1.21 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+8 -10) PrintModulePass.h | 18 --

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

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.19 -> 1.20 --- Log message: Support for llvm_ostreams. --- Diffs of the changes: (+7 -7) PrintModulePass.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/include/llvm/Assemb

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

2006-05-28 Thread Reid Spencer
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.18 -> 1.19 --- Log message: Replace an old C-style cast with a C++ cast (squelch warning) --- Diffs of the changes: (+1 -1) PrintModulePass.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llv