| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up #includes. | Chris Lattner | 2009-08-23 | 1 | -8/+4 |
* | Rerevert (r75663 and r76805), seems there is more non-determinism. | Daniel Dunbar | 2009-08-23 | 1 | -20/+12 |
* | Fix PR4753. | Jakob Stoklund Olesen | 2009-08-23 | 2 | -1/+84 |
* | Remove Streams.h from the targets. | Benjamin Kramer | 2009-08-23 | 4 | -31/+26 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 13 | -66/+41 |
* | Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real | Daniel Dunbar | 2009-08-23 | 1 | -12/+20 |
* | Try to fix MSVC build after r79846. | Benjamin Kramer | 2009-08-23 | 2 | -4/+7 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2009-08-23 | 2 | -0/+5 |
* | Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ... | Benjamin Kramer | 2009-08-23 | 1 | -39/+36 |
* | Fix non-determinism in DAGISel emitter. | Daniel Dunbar | 2009-08-23 | 4 | -7/+23 |
* | Fix windows build. | Benjamin Kramer | 2009-08-23 | 1 | -1/+1 |
* | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 2009-08-23 | 8 | -37/+39 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 16 | -154/+103 |
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 9 | -128/+80 |
* | remove uses of llvm/Support/Streams.h. | Chris Lattner | 2009-08-23 | 4 | -47/+47 |
* | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner | 2009-08-23 | 2 | -7/+8 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 10 | -88/+89 |
* | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner | 2009-08-23 | 2 | -60/+23 |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 16 | -116/+136 |
* | eliminate the last DOUTs from the targets. | Chris Lattner | 2009-08-23 | 12 | -164/+112 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 19 | -173/+195 |
* | convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since | Chris Lattner | 2009-08-23 | 1 | -128/+129 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 50 | -191/+138 |
* | Don't install the man page for FileCheck | Douglas Gregor | 2009-08-23 | 1 | -2/+8 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 16 | -124/+101 |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 8 | -40/+11 |
* | upgrade for removed functions. | Chris Lattner | 2009-08-23 | 1 | -11/+16 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 7 | -54/+55 |
* | Don't install FileCheck or FileUpdate | Douglas Gregor | 2009-08-23 | 2 | -0/+6 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 35 | -292/+298 |
* | Update release document with more details. | Tanya Lattner | 2009-08-23 | 1 | -12/+24 |
* | Use standard LLVM-style headers. | Owen Anderson | 2009-08-23 | 3 | -3/+3 |
* | switch a couple things off std::ostream | Chris Lattner | 2009-08-23 | 2 | -28/+28 |
* | switch from std::ostream to raw ostream, fix file header. | Chris Lattner | 2009-08-23 | 1 | -9/+8 |
* | shoot a few more std::ostream print methods in the head. | Chris Lattner | 2009-08-23 | 5 | -45/+12 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 19 | -118/+78 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 2 | -68/+73 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 9 | -53/+35 |
* | simplify output file selection, fixing two FIXMEs about binary output | Chris Lattner | 2009-08-23 | 2 | -35/+22 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 16 | -232/+215 |
* | This was supposed to go with r79803 | Chris Lattner | 2009-08-23 | 1 | -0/+1 |
* | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner | 2009-08-23 | 3 | -21/+22 |
* | fix a gone file. | Chris Lattner | 2009-08-23 | 1 | -1/+0 |
* | remove some dead print method variants. | Chris Lattner | 2009-08-23 | 3 | -13/+2 |
* | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 4 | -54/+37 |
* | random code cleanups. | Chris Lattner | 2009-08-23 | 1 | -19/+17 |
* | remove some random indentation stuff, yay for efficiency. | Chris Lattner | 2009-08-23 | 2 | -19/+6 |
* | remove dead PrefixPrinter class. | Chris Lattner | 2009-08-23 | 6 | -111/+20 |
* | remove a dead class. | Chris Lattner | 2009-08-23 | 2 | -37/+0 |
* | random cleanups. | Chris Lattner | 2009-08-23 | 1 | -25/+24 |