| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR 4751, another difficulty with %a modifier on x86. | Dale Johannesen | 2009-08-25 | 1 | -0/+4 |
* | CMake: updated list of source files. | Oscar Fuentes | 2009-08-25 | 1 | -0/+1 |
* | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel | 2009-08-24 | 1 | -59/+0 |
* | When extracting SEME regions of code, the extractor needs to update the domin... | Owen Anderson | 2009-08-24 | 1 | -2/+18 |
* | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel | 2009-08-24 | 4 | -15/+107 |
* | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel | 2009-08-24 | 1 | -1/+3 |
* | This patch cleans up the ProfileInfo by | Andreas Neustifter | 2009-08-24 | 1 | -2/+4 |
* | llvm-mc/Mach-O: Preliminary support for indirect symbols. | Daniel Dunbar | 2009-08-24 | 2 | -17/+96 |
* | Fix the build with gcc-4.4 on linux: header needed | Duncan Sands | 2009-08-24 | 1 | -0/+1 |
* | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar | 2009-08-24 | 1 | -0/+25 |
* | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar | 2009-08-24 | 2 | -6/+88 |
* | llvm-mc: Tweak undefined symbol handling. | Daniel Dunbar | 2009-08-24 | 1 | -4/+3 |
* | Correctly account for the Spaces array nul terminator. Thanks Chris! | Dan Gohman | 2009-08-24 | 1 | -2/+3 |
* | raw_ostream::indent is used for PadToColumn which often prints more | Dan Gohman | 2009-08-24 | 1 | -3/+6 |
* | eliminate a #include. | Chris Lattner | 2009-08-24 | 1 | -1/+0 |
* | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner | 2009-08-24 | 2 | -14/+30 |
* | prune the #includes in raw_ostream.h by moving a | Chris Lattner | 2009-08-24 | 6 | -3/+15 |
* | Unbreak the build for HAVE_GV platforms. | Dan Gohman | 2009-08-24 | 1 | -2/+2 |
* | remove a few dead insertion methods. | Chris Lattner | 2009-08-24 | 4 | -23/+2 |
* | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 2 | -6/+6 |
* | CMake: Updated library dependencies and list of source files. | Oscar Fuentes | 2009-08-23 | 1 | -1/+0 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 1 | -8/+2 |
* | 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 | 18 | -83/+72 |
* | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner | 2009-08-23 | 1 | -30/+0 |
* | Switch SubtargetFeature off of ostreams | Chris Lattner | 2009-08-23 | 1 | -25/+20 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 1 | -23/+6 |
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 1 | -5/+5 |
* | 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 |
* | Fix PR4753. | Jakob Stoklund Olesen | 2009-08-23 | 1 | -1/+15 |
* | 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 |
* | 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 windows build. | Benjamin Kramer | 2009-08-23 | 1 | -1/+1 |
* | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 2009-08-23 | 7 | -37/+37 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 15 | -152/+101 |
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 4 | -58/+16 |
* | remove uses of llvm/Support/Streams.h. | Chris Lattner | 2009-08-23 | 4 | -47/+47 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 7 | -36/+70 |
* | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner | 2009-08-23 | 1 | -40/+18 |
* | 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 | 18 | -171/+193 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 29 | -121/+86 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 10 | -76/+81 |