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