aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-232-7/+8
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-2310-88/+89
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-232-60/+23
* eliminate uses of cerr()Chris Lattner2009-08-2316-116/+136
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-2312-164/+112
* remove a few DOUTs here and there.Chris Lattner2009-08-2319-173/+195
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-231-128/+129
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-2350-191/+138
* Don't install the man page for FileCheckDouglas Gregor2009-08-231-2/+8
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-2316-124/+101
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-238-40/+11
* upgrade for removed functions.Chris Lattner2009-08-231-11/+16
* remove some DOUTsChris Lattner2009-08-237-54/+55
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-232-0/+6
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-2335-292/+298
* Update release document with more details.Tanya Lattner2009-08-231-12/+24
* Use standard LLVM-style headers.Owen Anderson2009-08-233-3/+3
* switch a couple things off std::ostreamChris Lattner2009-08-232-28/+28
* switch from std::ostream to raw ostream, fix file header.Chris Lattner2009-08-231-9/+8
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-235-45/+12
* remove various std::ostream version of printing methods fromChris Lattner2009-08-2319-118/+78
* remove some DOUTsChris Lattner2009-08-232-68/+73
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-239-53/+35
* simplify output file selection, fixing two FIXMEs about binary outputChris Lattner2009-08-232-35/+22
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-2316-232/+215
* This was supposed to go with r79803Chris Lattner2009-08-231-0/+1
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-233-21/+22
* fix a gone file.Chris Lattner2009-08-231-1/+0
* remove some dead print method variants.Chris Lattner2009-08-233-13/+2
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-234-54/+37
* random code cleanups.Chris Lattner2009-08-231-19/+17
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-232-19/+6
* remove dead PrefixPrinter class.Chris Lattner2009-08-236-111/+20
* remove a dead class.Chris Lattner2009-08-232-37/+0
* random cleanups.Chris Lattner2009-08-231-25/+24
* Add check for completeness. Note that this doesn't actually have any Eli Friedman2009-08-231-1/+1
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-222-15/+1
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-222-0/+21
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-2212-12/+12
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-223-4/+4
* fix a build error on the clang-i686-linux tester.Chris Lattner2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-2250-517/+517
* mcasminfo doesn't use std::stringChris Lattner2009-08-221-1/+0
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-2213-25/+25
* Regenerate configure.Tanya Lattner2009-08-221-3/+3
* Update copyright date.Tanya Lattner2009-08-221-2/+2
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-229-586/+580
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-223-2/+5
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+9
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-59/+95