Replacing std::iostreams with llvm iostreams. Some of these changes involve
[oota-llvm.git] / include / llvm / Bytecode / Writer.h
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-07-28 Chris LattnerUpdate comments.
2006-05-14 Chris Lattnerimprove comment.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-07 Reid SpencerMake compression the default on writing.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-06-25 Chris LattnerOkay, Module have not been known as 'C' for a LONG...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2001-06-06 Chris LattnerInitial revision