| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a few dead insertion methods. | Chris Lattner | 2009-08-24 | 8 | -38/+2 |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 4 | -32/+1 |
* | Remove this test now that the interpreter doesn't support | Chris Lattner | 2009-08-24 | 1 | -81/+0 |
* | Unbreak unit tests. | Daniel Dunbar | 2009-08-24 | 2 | -0/+14 |
* | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar | 2009-08-24 | 1 | -49/+0 |
* | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 3 | -6/+16 |
* | CMake: Updated library dependencies and list of source files. | Oscar Fuentes | 2009-08-23 | 2 | -12/+11 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 2 | -13/+4 |
* | remove this test: it is testing for a "feature" I just removed. | Chris Lattner | 2009-08-23 | 1 | -81/+0 |
* | remove the last uses of Config/alloca.h | Chris Lattner | 2009-08-23 | 5 | -7/+7 |
* | fix some problems with my last patch which happen when one of | Chris Lattner | 2009-08-23 | 1 | -14/+11 |
* | just remove interpreter support for endianness mismatches. This was | Chris Lattner | 2009-08-23 | 1 | -12/+0 |
* | remove use of alloca.h | Chris Lattner | 2009-08-23 | 1 | -5/+7 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 39 | -282/+251 |
* | disuade people from using ostream. | Chris Lattner | 2009-08-23 | 1 | -6/+8 |
* | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner | 2009-08-23 | 2 | -121/+0 |
* | Switch SubtargetFeature off of ostreams | Chris Lattner | 2009-08-23 | 2 | -29/+23 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 6 | -39/+15 |
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 3 | -39/+59 |
* | SJLJ pass needs to punt if there's no personality function available. | Jim Grosbach | 2009-08-23 | 1 | -23/+27 |
* | 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 |