| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit a no-op change to StringRef to (hopefully) trigger build bots. | Chandler Carruth | 2013-08-07 | 1 | -1/+1 |
* | Remove the assertion for now. This breaks lld. | Dmitri Gribenko | 2013-08-07 | 1 | -3/+0 |
* | YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo | Dmitri Gribenko | 2013-08-07 | 1 | -0/+3 |
* | Fix -Wdocumentation warnings. | Rafael Espindola | 2013-07-28 | 1 | -2/+2 |
* | [APFloat] Removed nextafter from missing operations since it is implemented i... | Michael Gottesman | 2013-07-27 | 1 | -1/+1 |
* | Use a non-c'tor for converting a boolean into a StringRef. | Bill Wendling | 2013-07-26 | 1 | -4/+4 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 1 | -0/+1 |
* | Add a bool->StringRef c'tor to StringRef. | Bill Wendling | 2013-07-25 | 1 | -0/+4 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 1 | -1/+0 |
* | Sync SmallBitVector with BitVector. Add unit tests for the missing methods. | Benjamin Kramer | 2013-07-11 | 1 | -0/+34 |
* | Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. | Argyrios Kyrtzidis | 2013-07-10 | 1 | -62/+0 |
* | Revert r185852. | Manman Ren | 2013-07-08 | 1 | -8/+0 |
* | StringRef: add DenseMapInfo for StringRef. | Manman Ren | 2013-07-08 | 1 | -0/+8 |
* | [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl... | Argyrios Kyrtzidis | 2013-07-08 | 1 | -0/+10 |
* | Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei... | Michael Gottesman | 2013-06-27 | 1 | -1/+0 |
* | Revert "[APFloat] Removed APFloat constructor which initialized to either zer... | Michael Gottesman | 2013-06-27 | 1 | -0/+1 |
* | [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu... | Michael Gottesman | 2013-06-27 | 1 | -1/+0 |
* | [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN... | Michael Gottesman | 2013-06-24 | 1 | -0/+1 |
* | [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o... | Michael Gottesman | 2013-06-24 | 1 | -2/+8 |
* | [APFloat] Removed out of date comment from isNormal(). | Michael Gottesman | 2013-06-24 | 1 | -3/+0 |
* | [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType. | Michael Gottesman | 2013-06-24 | 1 | -4/+4 |
* | [NVPTX] Add support for selecting CUDA vs OCL mode based on triple | Justin Holewinski | 2013-06-21 | 1 | -2/+5 |
* | [APFloat] Added missing doxygen module closing statement. | Michael Gottesman | 2013-06-21 | 1 | -0/+2 |
* | [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method. | Michael Gottesman | 2013-06-20 | 1 | -2/+1 |
* | [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN... | Michael Gottesman | 2013-06-19 | 1 | -1/+1 |
* | [APFloat] Added isFiniteNonZero predicate. | Michael Gottesman | 2013-06-19 | 1 | -0/+1 |
* | [APFloat] Expose isSmallest/isLargest as public methods. | Michael Gottesman | 2013-06-19 | 1 | -12/+8 |
* | APInt: Add a fast case for isAllOnesValue. | Benjamin Kramer | 2013-06-15 | 1 | -2/+6 |
* | Avoid warnings about unused parameters that tend to come up a lot when | Duncan Sands | 2013-06-10 | 1 | -2/+3 |
* | BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. | Benjamin Kramer | 2013-06-07 | 1 | -7/+6 |
* | Optimize BitVector::all(). | Benjamin Kramer | 2013-06-07 | 1 | -2/+10 |
* | IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical). | Michael Gottesman | 2013-06-04 | 1 | -7/+42 |
* | Introduce needsCleanup() for APFloat and APInt. | Manuel Klimek | 2013-06-03 | 2 | -1/+7 |
* | DenseMap: Move the key into place when we use the move version of operator[]. | Benjamin Kramer | 2013-06-01 | 1 | -2/+2 |
* | Removed a comment above an include which is unnecessary and added a missing c... | Michael Gottesman | 2013-06-01 | 1 | -1/+2 |
* | Added method comments for getZero,getInf. | Michael Gottesman | 2013-06-01 | 1 | -0/+7 |
* | Updated APFloat's comments to fit the LLVM style guide. | Michael Gottesman | 2013-06-01 | 1 | -159/+202 |
* | Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi... | Michael Gottesman | 2013-05-30 | 1 | -2/+31 |
* | [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us... | Michael Gottesman | 2013-05-28 | 1 | -0/+3 |
* | Disable the StringMapEntry copy constructor, to make sure we | Chris Lattner | 2013-05-25 | 1 | -0/+1 |
* | clang formatted APFloat.h | Michael Gottesman | 2013-05-24 | 1 | -349/+344 |
* | clang-formatted APInt.h | Michael Gottesman | 2013-05-24 | 1 | -290/+160 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 4 | -22/+22 |
* | Fixed trailing whitespace. | Michael Gottesman | 2013-05-23 | 1 | -5/+5 |
* | Updated the comments of APInt.h to match the llvm style guide and be consiste... | Michael Gottesman | 2013-05-23 | 1 | -379/+590 |
* | Remove unneeded call to a base default ctor | Reid Kleckner | 2013-05-22 | 1 | -1/+1 |
* | Fix StringMapIterator compile errors for non-MSVC compilers. | Reid Kleckner | 2013-05-22 | 1 | -1/+1 |
* | [Support] Add StringMap::swap() and a default ctor for iterators | Reid Kleckner | 2013-05-22 | 1 | -0/+10 |
* | Comment update: these things are called "configuration names" these days, not | Richard Smith | 2013-05-20 | 1 | -7/+9 |
* | Add missing #include | Douglas Gregor | 2013-05-15 | 1 | -0/+1 |