| Commit message (Expand) | Author | Age | Files | Lines |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -13/+8 |
* | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner | 2009-08-23 | 1 | -91/+0 |
* | 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 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 2 | -50/+18 |
* | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner | 2009-08-23 | 1 | -20/+5 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 3 | -4/+2 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -10/+23 |
* | 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 bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 1 | -0/+1 |
* | Add some comments clarifying what appear to be the intent of various | Dan Gohman | 2009-08-20 | 1 | -2/+12 |
* | Switch IRBuilder to using Twine references for names. | Daniel Dunbar | 2009-08-19 | 1 | -111/+118 |
* | Unbreak GetBufferSize() on uninitialized streams. This fixes a problem | Dan Gohman | 2009-08-19 | 1 | -1/+1 |
* | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar | 2009-08-19 | 1 | -2/+6 |
* | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar | 2009-08-19 | 1 | -0/+4 |
* | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | Revert my last patch temporarily. | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | Privatize part of the leak detector mechanism, which turned out to be heavily... | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar | 2009-08-19 | 1 | -12/+0 |
* | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar | 2009-08-18 | 1 | -10/+49 |
* | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar | 2009-08-18 | 2 | -9/+9 |
* | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar | 2009-08-18 | 1 | -4/+6 |
* | Make various changes suggested by Chris. | David Greene | 2009-08-18 | 1 | -43/+0 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -5/+4 |
* | Add more casts to the IRBuilder. | Erick Tryzelaar | 2009-08-16 | 2 | -1/+52 |
* | Move FormattedStream's write_impl out of line. | Dan Gohman | 2009-08-15 | 1 | -5/+1 |
* | Add doxygen comments. | Owen Anderson | 2009-08-14 | 1 | -0/+8 |
* | Revert r78424. | Argiris Kirtzidis | 2009-08-14 | 1 | -7/+4 |
* | A couple IRBuilder functions were still using getGlobalContext(). | Erick Tryzelaar | 2009-08-14 | 1 | -3/+3 |
* | Add helpers for fetching basic types. | Owen Anderson | 2009-08-14 | 1 | -0/+36 |
* | Make formatted_raw_ostream restore the buffer settings of the | Dan Gohman | 2009-08-13 | 1 | -5/+19 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 2 | -35/+35 |
* | Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be | Dan Gohman | 2009-08-13 | 1 | -6/+4 |
* | Add support to raw_ostream for sizing the buffer according to the | Dan Gohman | 2009-08-13 | 1 | -6/+23 |
* | Make raw_ostream non-copyable. | Dan Gohman | 2009-08-13 | 1 | -0/+4 |
* | Move SetBufferSize and SetUnbuffered out of line. | Dan Gohman | 2009-08-13 | 1 | -18/+2 |
* | Fix the buffer handling logic so that write_impl is always called with | Dan Gohman | 2009-08-13 | 1 | -0/+4 |
* | Fix the N>=64 case in the isInt<> and isUint<> templates. | Jakob Stoklund Olesen | 2009-08-13 | 1 | -2/+2 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 3 | -4/+4 |
* | Add a GetBufferSize() member to raw_ostream and use it to | Dan Gohman | 2009-08-12 | 2 | -2/+5 |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 2 | -56/+55 |
* | Move immediate constant predicate templates from the Blackfin target to MathE... | Jakob Stoklund Olesen | 2009-08-12 | 1 | -0/+10 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 4 | -0/+15 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 4 | -5/+96 |
* | add a trivial line # cache to SourceMgr to make repeated queries to | Chris Lattner | 2009-08-11 | 1 | -1/+5 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 3 | -3/+3 |
* | Fix struct/class mismatch. | Benjamin Kramer | 2009-08-11 | 2 | -2/+2 |