make CreateFMul forward to CreateFMul, not CreateMul.
[oota-llvm.git] / include / llvm / Support / Debug.h
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-06-27 Dan GohmanAllow DOUT to be used outside of the llvm namespace.
2007-02-01 Reid SpencerFix a homonymo in a comment.
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 WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill Wendling#ifndef NDEBUG the "if (Stream) ..." stuff.
2006-11-17 Bill WendlingAdjusted the // comments so that doxygen picks them up.
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...