aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+6
* isCharInSet refactoring.Alexander Kornienko2013-08-291-1/+1
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-241-0/+16
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-241-1/+1
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-211-1/+1
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-192-2/+2
* I'm told that != is not ==Chris Lattner2013-08-161-1/+1
* allow != to compare PointerUnion, we already support ==.Chris Lattner2013-08-161-2/+9
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-162-0/+2
* Calling the base class constructor from the derived class' initializer list. ...Aaron Ballman2013-08-161-2/+2
* Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth2013-08-071-1/+1
* Remove the assertion for now. This breaks lld.Dmitri Gribenko2013-08-071-3/+0
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-0/+3
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-2/+2
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-251-0/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-1/+0
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-111-0/+34
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-101-62/+0
* Revert r185852.Manman Ren2013-07-081-8/+0
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+8
* [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis2013-07-081-0/+10
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-271-1/+0
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-271-0/+1
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-271-1/+0
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-241-0/+1
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-241-2/+8
* [APFloat] Removed out of date comment from isNormal().Michael Gottesman2013-06-241-3/+0
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-241-4/+4
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-2/+5
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-211-0/+2
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-201-2/+1
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-1/+1
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-191-0/+1
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-191-12/+8
* APInt: Add a fast case for isAllOnesValue.Benjamin Kramer2013-06-151-2/+6
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-101-2/+3
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-7/+6
* Optimize BitVector::all().Benjamin Kramer2013-06-071-2/+10
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-7/+42
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-032-1/+7
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-011-2/+2
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-011-1/+2
* Added method comments for getZero,getInf.Michael Gottesman2013-06-011-0/+7
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-011-159/+202
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-2/+31
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+3