Age | Commit message (Expand) | Author |
2009-08-24 | Remove this test now that the interpreter doesn't support | Chris Lattner |
2009-08-24 | Unbreak unit tests. | Daniel Dunbar |
2009-08-24 | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar |
2009-08-24 | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen |
2009-08-23 | CMake: Updated library dependencies and list of source files. | Oscar Fuentes |
2009-08-23 | remove the dead std::ostream APInt inserter | Chris Lattner |
2009-08-23 | remove this test: it is testing for a "feature" I just removed. | Chris Lattner |
2009-08-23 | remove the last uses of Config/alloca.h | Chris Lattner |
2009-08-23 | fix some problems with my last patch which happen when one of | Chris Lattner |
2009-08-23 | just remove interpreter support for endianness mismatches. This was | Chris Lattner |
2009-08-23 | remove use of alloca.h | Chris Lattner |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-23 | disuade people from using ostream. | Chris Lattner |
2009-08-23 | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner |
2009-08-23 | Switch SubtargetFeature off of ostreams | Chris Lattner |
2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner |
2009-08-23 | Fix off-by-one in llvm::Format::print. | Daniel Dunbar |
2009-08-23 | SJLJ pass needs to punt if there's no personality function available. | Jim Grosbach |
2009-08-23 | clean up #includes. | Chris Lattner |
2009-08-23 | Rerevert (r75663 and r76805), seems there is more non-determinism. | Daniel Dunbar |
2009-08-23 | Fix PR4753. | Jakob Stoklund Olesen |
2009-08-23 | Remove Streams.h from the targets. | Benjamin Kramer |
2009-08-23 | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer |
2009-08-23 | Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real | Daniel Dunbar |
2009-08-23 | Try to fix MSVC build after r79846. | Benjamin Kramer |
2009-08-23 | Fix -Asserts warnings. | Daniel Dunbar |
2009-08-23 | Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ... | Benjamin Kramer |
2009-08-23 | Fix non-determinism in DAGISel emitter. | Daniel Dunbar |
2009-08-23 | Fix windows build. | Benjamin Kramer |
2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar |
2009-08-23 | remove some uses of llvm/Support/Streams.h | Chris Lattner |
2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
2009-08-23 | remove uses of llvm/Support/Streams.h. | Chris Lattner |
2009-08-23 | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner |
2009-08-23 | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner |
2009-08-23 | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | eliminate the last DOUTs from the targets. | Chris Lattner |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-23 | convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-23 | Don't install the man page for FileCheck | Douglas Gregor |
2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
2009-08-23 | remove the std::ostream version of module and type printing. | Chris Lattner |
2009-08-23 | upgrade for removed functions. | Chris Lattner |
2009-08-23 | remove some DOUTs | Chris Lattner |
2009-08-23 | Don't install FileCheck or FileUpdate | Douglas Gregor |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-23 | Update release document with more details. | Tanya Lattner |
2009-08-23 | Use standard LLVM-style headers. | Owen Anderson |