| Commit message (Expand) | Author | Age | Files | Lines |
* | --- Reverse-merging r79938 into '.': | Bill Wendling | 2009-08-25 | 7 | -48/+18 |
* | This patch cleans up the ProfileInfo by | Andreas Neustifter | 2009-08-24 | 1 | -12/+17 |
* | Resubmit an earlier patch of mine: | Gabor Greif | 2009-08-24 | 7 | -18/+48 |
* | llvm-mc/Mach-O: Preliminary support for indirect symbols. | Daniel Dunbar | 2009-08-24 | 1 | -0/+32 |
* | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar | 2009-08-24 | 1 | -0/+8 |
* | Add StringRef based APIs to BitstreamWriter. | Daniel Dunbar | 2009-08-24 | 1 | -4/+18 |
* | Add MemoryBuffer::getBuffer() -> StringRef. | Daniel Dunbar | 2009-08-24 | 1 | -0/+5 |
* | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar | 2009-08-24 | 1 | -6/+22 |
* | Add missing include (for MSVC). | Daniel Dunbar | 2009-08-24 | 1 | -0/+1 |
* | remove the last *stream> #include from a public header. | 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 | -19/+42 |
* | prune the #includes in raw_ostream.h by moving a | Chris Lattner | 2009-08-24 | 1 | -9/+1 |
* | remove a few dead insertion methods. | Chris Lattner | 2009-08-24 | 4 | -15/+0 |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 2 | -30/+0 |
* | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar | 2009-08-24 | 1 | -49/+0 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 1 | -5/+2 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 5 | -49/+20 |
* | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner | 2009-08-23 | 1 | -91/+0 |
* | Switch SubtargetFeature off of ostreams | Chris Lattner | 2009-08-23 | 1 | -4/+3 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 1 | -13/+5 |
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 1 | -34/+27 |
* | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 2009-08-23 | 1 | -0/+2 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -9/+0 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 3 | -52/+19 |
* | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner | 2009-08-23 | 1 | -20/+5 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 16 | -40/+19 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 6 | -48/+20 |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 2 | -8/+1 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 3 | -13/+6 |
* | shoot a few more std::ostream print methods in the head. | Chris Lattner | 2009-08-23 | 3 | -26/+4 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 2 | -21/+0 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 3 | -6/+3 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -10/+23 |
* | This was supposed to go with r79803 | Chris Lattner | 2009-08-23 | 1 | -0/+1 |
* | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner | 2009-08-23 | 2 | -5/+4 |
* | remove some dead print method variants. | Chris Lattner | 2009-08-23 | 2 | -9/+0 |
* | remove dead PrefixPrinter class. | Chris Lattner | 2009-08-23 | 3 | -79/+11 |
* | remove a dead class. | Chris Lattner | 2009-08-23 | 1 | -32/+0 |
* | switch formattedstream to use raw_ostream::indent. This eliminates | Chris Lattner | 2009-08-22 | 1 | -5/+0 |
* | add a raw_ostream::indent method, to be used like: | Chris Lattner | 2009-08-22 | 1 | -0/+4 |
* | fix a build error on the clang-i686-linux tester. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 8 | -16/+16 |
* | mcasminfo doesn't use std::string | Chris Lattner | 2009-08-22 | 1 | -1/+0 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 2 | -4/+4 |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 6 | -586/+580 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 18 | -51/+57 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 3 | -13/+2 |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 2 | -4/+14 |