aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2009-08-23remove some dead print method variants.Chris Lattner
2009-08-23remove dead PrefixPrinter class.Chris Lattner
2009-08-23remove a dead class.Chris Lattner
2009-08-22switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner
2009-08-22add a raw_ostream::indent method, to be used like:Chris Lattner
2009-08-22fix a build error on the clang-i686-linux tester.Chris Lattner
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22mcasminfo doesn't use std::stringChris Lattner
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22Record variable debug info at ISel time directly.Devang Patel
2009-08-22llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar
2009-08-22llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar
2009-08-22llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar
2009-08-22llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-22Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar
2009-08-22Add new intrinsics for Neon vldN_lane and vstN_lane operations.Bob Wilson
2009-08-21Make MSVC happy.Daniel Dunbar
2009-08-21llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar
2009-08-21Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov
2009-08-21Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner
2009-08-21Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson
2009-08-21llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar
2009-08-21Fix a comment.Bob Wilson
2009-08-21Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-21Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson
2009-08-20Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson