aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-181-0/+10
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-151-7/+10
* make APFloat::toString be const.Chris Lattner2010-03-061-1/+1
* add an assertion requested on llvmdev.Chris Lattner2010-03-051-0/+1
* Don't potentially read past the end of the fill data when making a NaN fromJohn McCall2010-03-011-1/+2
* Properly clear all the extra bits in a significand when making a NaN from anJohn McCall2010-02-281-8/+28
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-281-12/+93
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-282-12/+45
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-261-2/+16
* Replace a temporary std::string with SmallString.Benjamin Kramer2010-02-261-1/+2
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+9
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-231-1/+1
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+0
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-7/+7
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+76
* enhance raw_svector_ostream::write_impl to work with unbuffered streams,Chris Lattner2010-02-151-6/+12
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+2
* Fix "the the" and similar typos.Dan Gohman2010-02-101-2/+2
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+6
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-031-6/+18
* Fix MSVC build.Benjamin Kramer2010-01-291-0/+1
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-291-7/+7
* Use llvm::format instead of ftostr (which just calls sprintf).Benjamin Kramer2010-01-291-2/+1
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-2/+3
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-271-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-01-271-19/+19
* Fix a typo that several people pointed out. Also, address the case ofDan Gohman2010-01-261-2/+4
* Add a comment about a missed opportunity.Dan Gohman2010-01-261-0/+3
* Print empty and full sets specially.Dan Gohman2010-01-261-1/+6
* Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner2010-01-221-5/+8
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-0/+8
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-211-9/+12
* Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene2010-01-201-2/+2
* Fix refacto reported by Nicolas Geoffray.Benjamin Kramer2010-01-181-3/+1
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-161-4/+2
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-151-2/+4
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-2/+8
* Remove unused string functions.Benjamin Kramer2010-01-111-12/+0
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-111-0/+13
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-111-0/+12
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-28/+18
* Suppress use of uninitialized variable warning.Duncan Sands2010-01-091-1/+1
* More trivial optimizations to a function well outside the critical pathDouglas Gregor2010-01-071-15/+8
* Switch StringRef::edit_distance over to using raw pointers, since bothDouglas Gregor2010-01-071-7/+25
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Change errs() to dbgs().David Greene2010-01-051-34/+34
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Change errs() to dbgs().David Greene2010-01-051-0/+8
* Change errs() to dbgs().David Greene2010-01-051-2/+3