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