aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* Change errs() to dbgs().David Greene2010-01-051-4/+5
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-311-5/+14
* Implement edit distance for StringRefDouglas Gregor2009-12-301-0/+31
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-291-46/+23
* fix indentation, fit in 80 cols.Chris Lattner2009-12-291-382/+382
* fix .cpp file to not wrap the entire file in namespace blocks.Chris Lattner2009-12-291-30/+23
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-241-16/+26
* Substantially optimize APFloat::toString() by doing a single large divide toJohn McCall2009-12-241-0/+37
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-241-0/+301
* Set Remainder before Quotient in case Quotient and LHS alias. The newJohn McCall2009-12-241-1/+1
* Clarify how dbgs() operates.David Greene2009-12-231-1/+1
* sizeof(char) is always 1.Chris Lattner2009-12-231-2/+2
* De-bork CMake buildDouglas Gregor2009-12-231-0/+1
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-1/+55
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+47
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-192-15/+17
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-162-0/+38
* Micro-optimize these functions in the case where they are not inlined.Dan Gohman2009-12-141-2/+1
* DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar2009-12-091-0/+3
* Fix typo and add missing include.Daniel Dunbar2009-12-041-1/+2
* Print a newline after the Args: line so that unrelated errs() output doesn'tDan Gohman2009-12-031-1/+2
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-032-0/+111
* return more useful error messages by using strerror to format errnoChris Lattner2009-12-011-3/+3
* Perform explicit instantiations in the proper namespace, since Clang diagnose...Douglas Gregor2009-11-251-0/+2
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-221-16/+19
* Move the handling of CommaSeparated options into ProvideOption.Mikhail Glushenkov2009-11-201-23/+33
* Use StringRef::min instead of std::min.Daniel Dunbar2009-11-191-5/+5
* Trailing whitespace.Mikhail Glushenkov2009-11-191-25/+25
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+4
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+27
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-171-1/+1
* Fix a race condition in the Timer class.Owen Anderson2009-11-171-38/+5
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+3
* Report the detected host CPU in --version.Daniel Dunbar2009-11-141-0/+3