Age | Commit message (Expand) | Author |
2009-08-23 | Fix windows build. | Benjamin Kramer |
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 | 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 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-23 | Change raw_fd_ostream to take flags as an optional bitmask | 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-21 | Fix typo. | Anton Korobeynikov |
2009-08-21 | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov |
2009-08-21 | Clean up the APInt function getDigit. | Erick Tryzelaar |
2009-08-21 | Update error messages for '+'. Fix grammar and make the two | Eric Christopher |
2009-08-21 | Fix trailing whitespace and 80-col violation. | Eric Christopher |
2009-08-21 | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar |
2009-08-21 | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar |
2009-08-20 | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar |
2009-08-20 | Add a comment explaining why llvm_unreachable_internal doesn't call | Dan Gohman |
2009-08-20 | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar |
2009-08-19 | Add triple parsing support for TCE. | Eli Friedman |
2009-08-19 | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar |
2009-08-19 | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar |
2009-08-19 | Switch Twine::str() to use toVector(), which is now efficient. | Daniel Dunbar |
2009-08-19 | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar |
2009-08-19 | Speculatively revert r79375, which may be breaking bootstrap, although in a | Daniel Dunbar |
2009-08-19 | raw_ostream: Simplify write(unsigned char) to match write(const char*, unsign... | Daniel Dunbar |
2009-08-19 | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar |
2009-08-18 | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar |
2009-08-18 | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar |
2009-08-18 | Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most | Daniel Dunbar |
2009-08-18 | Fix a bug in raw_ostream::write(char) introduced by the change to | Dan Gohman |
2009-08-18 | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Fix an uninitialized value warning in APFloat. | Erick Tryzelaar |
2009-08-18 | Fix Triple to recognize the 'bfin' arch. | Daniel Dunbar |
2009-08-18 | Recognize xscale as an ARM arch. | Daniel Dunbar |
2009-08-18 | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar |
2009-08-17 | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner |
2009-08-16 | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar |
2009-08-15 | Mingw also doesn't have st_blksize. | Dan Gohman |
2009-08-15 | Always check to see if raw_fd_ostream's file descriptor is attached to | Dan Gohman |
2009-08-15 | Add support for column computation on unbuffered streams. | Dan Gohman |
2009-08-15 | Move FormattedStream's write_impl out of line. | Dan Gohman |
2009-08-15 | Remove an unnecessary #include. | Dan Gohman |
2009-08-14 | fix "pc" to be lower case in a target triple, patch by Yonggang Luo | Chris Lattner |
2009-08-13 | When standard output is a terminal, set outs() to be unbuffered, to | Dan Gohman |
2009-08-13 | Fix a compiler warning about comparing signed with unsigned. | Dan Gohman |
2009-08-13 | Add an assert to check copy_to_buffer's precondition. | Dan Gohman |
2009-08-13 | Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be | Dan Gohman |
2009-08-13 | Add support to raw_ostream for sizing the buffer according to the | Dan Gohman |