| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak the build for HAVE_GV platforms. | Dan Gohman | 2009-08-24 | 1 | -2/+2 |
* | CMake: Updated library dependencies and list of source files. | Oscar Fuentes | 2009-08-23 | 1 | -1/+0 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 1 | -8/+2 |
* | fix some problems with my last patch which happen when one of | Chris Lattner | 2009-08-23 | 1 | -14/+11 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 2 | -2/+4 |
* | llvm/Support/Streams.h is now dead, zap it. | Chris Lattner | 2009-08-23 | 1 | -30/+0 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 1 | -23/+6 |
* | Fix off-by-one in llvm::Format::print. | Daniel Dunbar | 2009-08-23 | 1 | -5/+5 |
* | clean up #includes. | Chris Lattner | 2009-08-23 | 1 | -8/+4 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 1 | -1/+0 |
* | Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ... | Benjamin Kramer | 2009-08-23 | 1 | -39/+36 |
* | Fix windows build. | Benjamin Kramer | 2009-08-23 | 1 | -1/+1 |
* | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 2009-08-23 | 1 | -5/+5 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 5 | -110/+88 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -16/+47 |
* | eliminate DOUT and make Debug.h not include Streams.h anymore, woo! | Chris Lattner | 2009-08-23 | 1 | -40/+18 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -6/+1 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -14/+24 |
* | switch formattedstream to use raw_ostream::indent. This eliminates | Chris Lattner | 2009-08-22 | 1 | -10/+1 |
* | add a raw_ostream::indent method, to be used like: | Chris Lattner | 2009-08-22 | 1 | -0/+17 |
* | Fix typo. | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
* | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 1 | -3/+83 |
* | Clean up the APInt function getDigit. | Erick Tryzelaar | 2009-08-21 | 1 | -21/+19 |
* | Update error messages for '+'. Fix grammar and make the two | Eric Christopher | 2009-08-21 | 1 | -4/+5 |
* | Fix trailing whitespace and 80-col violation. | Eric Christopher | 2009-08-21 | 1 | -120/+121 |
* | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar | 2009-08-21 | 1 | -30/+42 |
* | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar | 2009-08-21 | 1 | -6/+11 |
* | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar | 2009-08-20 | 1 | -28/+34 |
* | Add a comment explaining why llvm_unreachable_internal doesn't call | Dan Gohman | 2009-08-20 | 1 | -0/+3 |
* | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar | 2009-08-20 | 1 | -2/+2 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+5 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 2 | -5/+6 |
* | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar | 2009-08-19 | 1 | -3/+7 |
* | Switch Twine::str() to use toVector(), which is now efficient. | Daniel Dunbar | 2009-08-19 | 1 | -14/+4 |
* | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar | 2009-08-19 | 1 | -1/+29 |
* | Speculatively revert r79375, which may be breaking bootstrap, although in a | Daniel Dunbar | 2009-08-19 | 1 | -15/+10 |
* | raw_ostream: Simplify write(unsigned char) to match write(const char*, unsign... | Daniel Dunbar | 2009-08-19 | 1 | -18/+8 |
* | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar | 2009-08-19 | 1 | -8/+0 |
* | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar | 2009-08-18 | 1 | -21/+23 |
* | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar | 2009-08-18 | 1 | -21/+18 |
* | Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most | Daniel Dunbar | 2009-08-18 | 1 | -10/+15 |
* | Fix a bug in raw_ostream::write(char) introduced by the change to | Dan Gohman | 2009-08-18 | 1 | -3/+10 |
* | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar | 2009-08-18 | 1 | -0/+12 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+19 |
* | Fix an uninitialized value warning in APFloat. | Erick Tryzelaar | 2009-08-18 | 1 | -2/+1 |
* | Fix Triple to recognize the 'bfin' arch. | Daniel Dunbar | 2009-08-18 | 1 | -0/+2 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+2 |
* | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar | 2009-08-18 | 1 | -2/+8 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -4/+3 |
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -63/+106 |