summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-10
* Revert r185852.Manman Ren2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis2013-07-08
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-24
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-24
* [APFloat] Removed out of date comment from isNormal().Michael Gottesman2013-06-24
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-24
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-21
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-19
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-19
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-15
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-01
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-01
* Added method comments for getZero,getInf.Michael Gottesman2013-06-01
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-01
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-25
* clang formatted APFloat.hMichael Gottesman2013-05-24
* clang-formatted APInt.hMichael Gottesman2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Fixed trailing whitespace.Michael Gottesman2013-05-23
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-23
* Remove unneeded call to a base default ctorReid Kleckner2013-05-22
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-22
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-22
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-20
* Add missing #includeDouglas Gregor2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-02
* fix windows warning. Peng Cheng2013-05-01
* use static_cast to get rid of windows warning. Peng Cheng2013-05-01
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* typoJia Liu2013-04-22
* Fix typoEli Bendersky2013-04-18