aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add a comment explaining why llvm_unreachable_internal doesn't callDan Gohman2009-08-201-0/+3
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-201-2/+2
* Add triple parsing support for TCE.Eli Friedman2009-08-191-0/+5
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-192-5/+6
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-191-3/+7
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-191-14/+4
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-191-1/+29
* Speculatively revert r79375, which may be breaking bootstrap, although in aDaniel Dunbar2009-08-191-15/+10
* raw_ostream: Simplify write(unsigned char) to match write(const char*, unsign...Daniel Dunbar2009-08-191-18/+8
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-191-8/+0
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-181-21/+23
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-181-21/+18
* Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing mostDaniel Dunbar2009-08-181-10/+15
* Fix a bug in raw_ostream::write(char) introduced by the change toDan Gohman2009-08-181-3/+10
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-181-0/+12
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-2/+19
* Fix an uninitialized value warning in APFloat.Erick Tryzelaar2009-08-181-2/+1
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-181-0/+2
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-181-1/+2
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-181-2/+8
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-4/+3
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-161-63/+106
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-151-1/+1
* Always check to see if raw_fd_ostream's file descriptor is attached toDan Gohman2009-08-151-13/+16
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-151-15/+38
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-151-0/+6
* Remove an unnecessary #include.Dan Gohman2009-08-151-1/+0
* fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner2009-08-141-1/+1
* When standard output is a terminal, set outs() to be unbuffered, toDan Gohman2009-08-131-1/+11
* Fix a compiler warning about comparing signed with unsigned.Dan Gohman2009-08-131-1/+1
* Add an assert to check copy_to_buffer's precondition.Dan Gohman2009-08-131-0/+2
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-131-12/+0
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-131-2/+25
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-131-0/+20
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-131-20/+25
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-131-17/+22
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Add attempted idiotproofing comment per review.Dale Johannesen2009-08-121-1/+2
* Fix a nondeterministic bug in APInt::roundToDouble;Dale Johannesen2009-08-121-2/+2
* the x86 version of the name is x86-64, not x86_64. Handle this properlyChris Lattner2009-08-121-1/+1
* add support for mingw64 target triples.Chris Lattner2009-08-121-0/+3
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-121-0/+65
* add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner2009-08-111-0/+40
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-101-2/+6
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+8
* cerr isn't buffered so it doesn't need to be flushed.Dan Gohman2009-08-051-3/+3
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-14/+11
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-0/+35
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+3
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-15/+15