summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-22
* Fix typo.Anton Korobeynikov2009-08-21
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-21
* Clean up the APInt function getDigit.Erick Tryzelaar2009-08-21
* Update error messages for '+'. Fix grammar and make the twoEric Christopher2009-08-21
* Fix trailing whitespace and 80-col violation.Eric Christopher2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-20
* Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman2009-08-20
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-20
* Add triple parsing support for TCE.Eli Friedman2009-08-19
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-19
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-19
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-19
* Speculatively revert r79375, which may be breaking bootstrap, although in aDaniel Dunbar2009-08-19
* raw_ostream: Simplify write(unsigned char) to match write(const char*, unsign...Daniel Dunbar2009-08-19
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-19
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-18
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-18
* Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing mostDaniel Dunbar2009-08-18
* Fix a bug in raw_ostream::write(char) introduced by the change toDan Gohman2009-08-18
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Fix an uninitialized value warning in APFloat.Erick Tryzelaar2009-08-18
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-18
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-18
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-18
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-15
* Always check to see if raw_fd_ostream's file descriptor is attached toDan Gohman2009-08-15
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-15
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-15
* Remove an unnecessary #include.Dan Gohman2009-08-15
* fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner2009-08-14
* When standard output is a terminal, set outs() to be unbuffered, toDan Gohman2009-08-13
* Fix a compiler warning about comparing signed with unsigned.Dan Gohman2009-08-13
* Add an assert to check copy_to_buffer's precondition.Dan Gohman2009-08-13
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-13
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-13
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-13
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-13
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-13
* This void is implicit in C++.Dan Gohman2009-08-12
* Add attempted idiotproofing comment per review.Dale Johannesen2009-08-12
* Fix a nondeterministic bug in APInt::roundToDouble;Dale Johannesen2009-08-12