[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

[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

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-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.h

[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 -1)