summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-23
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-23
* SJLJ pass needs to punt if there's no personality function available.Jim Grosbach2009-08-23
* clean up #includes.Chris Lattner2009-08-23
* Fix PR4753.Jakob Stoklund Olesen2009-08-23
* Remove Streams.h from the targets.Benjamin Kramer2009-08-23
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* Fix -Asserts warnings.Daniel Dunbar2009-08-23
* Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer2009-08-23
* Fix windows build.Benjamin Kramer2009-08-23
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-23
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-23
* eliminate uses of cerr()Chris Lattner2009-08-23
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* remove some DOUTsChris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Use standard LLVM-style headers.Owen Anderson2009-08-23
* switch a couple things off std::ostreamChris Lattner2009-08-23
* switch from std::ostream to raw ostream, fix file header.Chris Lattner2009-08-23
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* remove some DOUTsChris Lattner2009-08-23
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* fix a gone file.Chris Lattner2009-08-23
* remove some dead print method variants.Chris Lattner2009-08-23
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-23
* random code cleanups.Chris Lattner2009-08-23
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* remove a dead class.Chris Lattner2009-08-23
* random cleanups.Chris Lattner2009-08-23
* Add check for completeness. Note that this doesn't actually have any Eli Friedman2009-08-23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-22
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22