summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Fix a typo that several people pointed out. Also, address the case ofDan Gohman2010-01-26
* Add a comment about a missed opportunity.Dan Gohman2010-01-26
* Print empty and full sets specially.Dan Gohman2010-01-26
* Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner2010-01-22
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-22
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-21
* Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene2010-01-20
* Fix refacto reported by Nicolas Geoffray.Benjamin Kramer2010-01-18
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-16
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-15
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* Remove unused string functions.Benjamin Kramer2010-01-11
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-11
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-11
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Suppress use of uninitialized variable warning.Duncan Sands2010-01-09
* More trivial optimizations to a function well outside the critical pathDouglas Gregor2010-01-07
* Switch StringRef::edit_distance over to using raw pointers, since bothDouglas Gregor2010-01-07
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-31
* Implement edit distance for StringRefDouglas Gregor2009-12-30
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-29
* fix indentation, fit in 80 cols.Chris Lattner2009-12-29
* fix .cpp file to not wrap the entire file in namespace blocks.Chris Lattner2009-12-29
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-24
* Substantially optimize APFloat::toString() by doing a single large divide toJohn McCall2009-12-24
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-24
* Set Remainder before Quotient in case Quotient and LHS alias. The newJohn McCall2009-12-24
* Clarify how dbgs() operates.David Greene2009-12-23
* sizeof(char) is always 1.Chris Lattner2009-12-23
* De-bork CMake buildDouglas Gregor2009-12-23
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-23
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-23
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-19
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-16
* Micro-optimize these functions in the case where they are not inlined.Dan Gohman2009-12-14
* DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar2009-12-09
* Fix typo and add missing include.Daniel Dunbar2009-12-04
* Print a newline after the Args: line so that unrelated errs() output doesn'tDan Gohman2009-12-03
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-03
* return more useful error messages by using strerror to format errnoChris Lattner2009-12-01
* Perform explicit instantiations in the proper namespace, since Clang diagnose...Douglas Gregor2009-11-25
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-22