Age | Commit message (Expand) | Author |
2009-08-26 | Add an 'inline hint' attribute to represent source | Dale Johannesen |
2009-08-26 | Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. | Devang Patel |
2009-08-26 | llvm-mc: Add MCSection::isDefined() | Daniel Dunbar |
2009-08-25 | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman |
2009-08-25 | revert r78628 and r78803 as these are not needed any more | Gabor Greif |
2009-08-25 | Use covariant return types for Instruction::clone, and eliminate | Dan Gohman |
2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
2009-08-25 | Revert last patch. We need to put this into TargetLowering. There will be a lot | Bill Wendling |
2009-08-25 | re-committing yesterday's r79938. | Gabor Greif |
2009-08-25 | Comment formatting. Removing of unused #include and type forwarding. | Bill Wendling |
2009-08-25 | Add a target asm info hook to specify that particular bits of data in the FDE | Bill Wendling |
2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-25 | --- Reverse-merging r79938 into '.': | Bill Wendling |
2009-08-24 | This patch cleans up the ProfileInfo by | Andreas Neustifter |
2009-08-24 | Resubmit an earlier patch of mine: | Gabor Greif |
2009-08-24 | llvm-mc/Mach-O: Preliminary support for indirect symbols. | Daniel Dunbar |
2009-08-24 | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar |
2009-08-24 | Add StringRef based APIs to BitstreamWriter. | Daniel Dunbar |
2009-08-24 | Add MemoryBuffer::getBuffer() -> StringRef. | Daniel Dunbar |
2009-08-24 | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar |
2009-08-24 | Add missing include (for MSVC). | Daniel Dunbar |
2009-08-24 | remove the last *stream> #include from a public header. | Chris Lattner |
2009-08-24 | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner |
2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
2009-08-24 | remove a few dead insertion methods. | Chris Lattner |
2009-08-24 | Remove alloca config.h support. | Daniel Dunbar |
2009-08-24 | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar |
2009-08-23 | remove the dead std::ostream APInt inserter | Chris Lattner |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | 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 | 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 | 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 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
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 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-23 | shoot a few more std::ostream print methods in the head. | Chris Lattner |
2009-08-23 | remove various std::ostream version of printing methods from | Chris Lattner |
2009-08-23 | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner |
2009-08-23 | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner |
2009-08-23 | This was supposed to go with r79803 | Chris Lattner |
2009-08-23 | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner |