Fix a bug in bitstream writer handling abbrevs, add value symtab
[oota-llvm.git] / include / llvm / Support / Streams.h
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...