[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h

2007-02-02 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: BitSetVector.h (r1.20) removed --- Log message: remove a dead header --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h

2006-12-18 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.19 -> 1.20 --- Log message: Removed llvm_ostream and used std::ostream instead. --- Diffs of the changes: (+1 -1) BitSetVector.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/ADT/Bi

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h

2006-12-16 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.18 -> 1.19 --- Log message: Added an automatic cast to "std::ostream*" etc. from OStream. We then can rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to the

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h EquivalenceClasses.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.17 -> 1.18 EquivalenceClasses.h updated: 1.18 -> 1.19 --- 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 -6) B

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h EquivalenceClasses.h SCCIterator.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.16 -> 1.17 EquivalenceClasses.h updated: 1.17 -> 1.18 SCCIterator.h updated: 1.22 -> 1.23 --- Log message: Support for llvm_ostreams. --- Diffs of the changes: (+8 -8) BitSetVector.h |4 ++-- EquivalenceClasses

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.15 -> 1.16 --- Log message: Added a temporary hack to get the llvm-streams to work for future checkins. --- Diffs of the changes: (+8 -0) BitSetVector.h |8 1 files changed, 8 insertions(+) Index: llvm/inc

[llvm-commits] CVS: llvm/include/llvm/ADT/BitSetVector.h PostOrderIterator.h VectorExtras.h

2006-02-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.14 -> 1.15 PostOrderIterator.h updated: 1.20 -> 1.21 VectorExtras.h updated: 1.5 -> 1.6 --- Log message: Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. Patch by Martin Partel! --- Diffs of the changes: (+3