aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-23disuade people from using ostream.Chris Lattner
2009-08-23llvm/Support/Streams.h is now dead, zap it.Chris Lattner
2009-08-23Switch SubtargetFeature off of ostreamsChris Lattner
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar
2009-08-23SJLJ pass needs to punt if there's no personality function available.Jim Grosbach
2009-08-23clean up #includes.Chris Lattner
2009-08-23Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar
2009-08-23Fix PR4753.Jakob Stoklund Olesen
2009-08-23Remove Streams.h from the targets.Benjamin Kramer
2009-08-23Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer
2009-08-23Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar
2009-08-23Try to fix MSVC build after r79846.Benjamin Kramer
2009-08-23Fix -Asserts warnings.Daniel Dunbar
2009-08-23Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer
2009-08-23Fix non-determinism in DAGISel emitter.Daniel Dunbar
2009-08-23Fix windows build.Benjamin Kramer
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-23remove uses of llvm/Support/Streams.h.Chris Lattner
2009-08-23use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner
2009-08-23eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner
2009-08-23eliminate uses of cerr()Chris Lattner
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-23remove a few DOUTs here and there.Chris Lattner
2009-08-23convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-08-23Don't install the man page for FileCheckDouglas Gregor
2009-08-23eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner
2009-08-23upgrade for removed functions.Chris Lattner
2009-08-23remove some DOUTsChris Lattner
2009-08-23Don't install FileCheck or FileUpdateDouglas Gregor
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-08-23Update release document with more details.Tanya Lattner
2009-08-23Use standard LLVM-style headers.Owen Anderson
2009-08-23switch a couple things off std::ostreamChris Lattner
2009-08-23switch from std::ostream to raw ostream, fix file header.Chris Lattner
2009-08-23shoot a few more std::ostream print methods in the head.Chris Lattner
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-23remove some DOUTsChris Lattner
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-23This was supposed to go with r79803Chris Lattner
2009-08-23convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner
2009-08-23fix a gone file.Chris Lattner
2009-08-23remove some dead print method variants.Chris Lattner