aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-24Remove this test now that the interpreter doesn't supportChris Lattner
2009-08-24Unbreak unit tests.Daniel Dunbar
2009-08-24Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar
2009-08-24Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen
2009-08-23CMake: Updated library dependencies and list of source files.Oscar Fuentes
2009-08-23remove the dead std::ostream APInt inserterChris Lattner
2009-08-23remove this test: it is testing for a "feature" I just removed.Chris Lattner
2009-08-23remove the last uses of Config/alloca.hChris Lattner
2009-08-23fix some problems with my last patch which happen when one ofChris Lattner
2009-08-23just remove interpreter support for endianness mismatches. This wasChris Lattner
2009-08-23remove use of alloca.hChris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
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