| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement edit distance for StringRef | Douglas Gregor | 2009-12-30 | 1 | -0/+31 |
* | Do not crash when .ll printing metadata that smells like debug info, but isn't. | Chris Lattner | 2009-12-29 | 1 | -46/+23 |
* | fix indentation, fit in 80 cols. | Chris Lattner | 2009-12-29 | 1 | -382/+382 |
* | fix .cpp file to not wrap the entire file in namespace blocks. | Chris Lattner | 2009-12-29 | 1 | -30/+23 |
* | Implement support for converting to string at "natural precision", and fix some | John McCall | 2009-12-24 | 1 | -16/+26 |
* | Substantially optimize APFloat::toString() by doing a single large divide to | John McCall | 2009-12-24 | 1 | -0/+37 |
* | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall | 2009-12-24 | 1 | -0/+301 |
* | Set Remainder before Quotient in case Quotient and LHS alias. The new | John McCall | 2009-12-24 | 1 | -1/+1 |
* | Clarify how dbgs() operates. | David Greene | 2009-12-23 | 1 | -1/+1 |
* | sizeof(char) is always 1. | Chris Lattner | 2009-12-23 | 1 | -2/+2 |
* | De-bork CMake build | Douglas Gregor | 2009-12-23 | 1 | -0/+1 |
* | Provide dbgs(), a circular-buffering debug output stream. By default it | David Greene | 2009-12-23 | 1 | -1/+55 |
* | Add circular_raw_ostream, which buffers its output in a circular queue | David Greene | 2009-12-23 | 1 | -0/+47 |
* | Make some methods const. The only interesting change here is that | Chris Lattner | 2009-12-19 | 2 | -15/+17 |
* | now that libsystem no longer uses SmallVector, we can move | Chris Lattner | 2009-12-16 | 2 | -0/+38 |
* | Micro-optimize these functions in the case where they are not inlined. | Dan Gohman | 2009-12-14 | 1 | -2/+1 |
* | DeltaAlgorithm: Add a virtual destructor and home. | Daniel Dunbar | 2009-12-09 | 1 | -0/+3 |
* | Fix typo and add missing include. | Daniel Dunbar | 2009-12-04 | 1 | -1/+2 |
* | Print a newline after the Args: line so that unrelated errs() output doesn't | Dan Gohman | 2009-12-03 | 1 | -1/+2 |
* | Add an implementation of the delta debugging algorithm. | Daniel Dunbar | 2009-12-03 | 2 | -0/+111 |
* | return more useful error messages by using strerror to format errno | Chris Lattner | 2009-12-01 | 1 | -3/+3 |
* | Perform explicit instantiations in the proper namespace, since Clang diagnose... | Douglas Gregor | 2009-11-25 | 1 | -0/+2 |
* | SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so... | Daniel Dunbar | 2009-11-22 | 1 | -16/+19 |
* | Move the handling of CommaSeparated options into ProvideOption. | Mikhail Glushenkov | 2009-11-20 | 1 | -23/+33 |
* | Use StringRef::min instead of std::min. | Daniel Dunbar | 2009-11-19 | 1 | -5/+5 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-11-19 | 1 | -25/+25 |
* | Add PS3 Triple class, Credit to John Thompson. | Edward O'Callaghan | 2009-11-19 | 1 | -1/+4 |
* | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov | 2009-11-17 | 1 | -0/+27 |
* | Revert CPU detection code to return "generic" instead of an empty string in case | Benjamin Kramer | 2009-11-17 | 1 | -1/+1 |
* | Fix a race condition in the Timer class. | Owen Anderson | 2009-11-17 | 1 | -38/+5 |
* | Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+3 |
* | Report the detected host CPU in --version. | Daniel Dunbar | 2009-11-14 | 1 | -0/+3 |
* | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola | 2009-11-13 | 1 | -3/+5 |
* | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola | 2009-11-13 | 1 | -3/+4 |
* | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola | 2009-11-13 | 1 | -0/+19 |
* | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer | 2009-11-12 | 1 | -0/+20 |
* | fix crash in my previous patch | Nuno Lopes | 2009-11-12 | 1 | -1/+1 |
* | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes | 2009-11-12 | 1 | -0/+37 |
* | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel | 2009-11-11 | 1 | -0/+6 |
* | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar | 2009-11-11 | 1 | -9/+24 |
* | Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ... | Daniel Dunbar | 2009-11-10 | 1 | -16/+14 |
* | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 2009-11-09 | 1 | -0/+24 |
* | Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na... | Xerxes Ranby | 2009-11-09 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-11-07 | 1 | -7/+7 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 3 | -14/+14 |
* | A value is only assigned to errno if NumRead equals -1, so do | Duncan Sands | 2009-11-04 | 1 | -1/+1 |
* | Make this code more robust by not thinking we are making progress | Duncan Sands | 2009-11-03 | 1 | -1/+1 |
* | add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT | Chris Lattner | 2009-10-28 | 1 | -0/+11 |
* | Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. | Evan Cheng | 2009-10-28 | 1 | -50/+0 |
* | Add new APFloat methods that return sign, exp, and mantissa of ieee float and... | Evan Cheng | 2009-10-27 | 1 | -12/+62 |