Replacing std::iostreams with llvm iostreams. Some of these changes involve
[oota-llvm.git] / include / llvm / Bytecode / WriteBytecodePass.h
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-08-28 Chris Lattnerremove extraneous space
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-08 Misha BrukmanRemove extra spaces
2004-11-08 Reid SpencerMake writing compressed bytecode the default.
2004-11-07 Reid Spencer* Provide option for specifying bytecode compression
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
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-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2001-10-18 Chris Lattnerinitial checkin