aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove the last uses of Config/alloca.hChris Lattner2009-08-235-7/+7
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-231-14/+11
* just remove interpreter support for endianness mismatches. This wasChris Lattner2009-08-231-12/+0
* remove use of alloca.hChris Lattner2009-08-231-5/+7
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-2339-282/+251
* disuade people from using ostream.Chris Lattner2009-08-231-6/+8
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-232-121/+0
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-232-29/+23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-236-39/+15
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-233-39/+59
* SJLJ pass needs to punt if there's no personality function available.Jim Grosbach2009-08-231-23/+27
* clean up #includes.Chris Lattner2009-08-231-8/+4
* Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar2009-08-231-20/+12
* Fix PR4753.Jakob Stoklund Olesen2009-08-232-1/+84
* Remove Streams.h from the targets.Benjamin Kramer2009-08-234-31/+26
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-2313-66/+41
* Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar2009-08-231-12/+20
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-232-4/+7
* Fix -Asserts warnings.Daniel Dunbar2009-08-232-0/+5
* Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer2009-08-231-39/+36
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-234-7/+23
* Fix windows build.Benjamin Kramer2009-08-231-1/+1
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-238-37/+39
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-2316-154/+103
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-239-128/+80
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-234-47/+47
* 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