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/
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
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
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
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
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
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