aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.Ted Kremenek2007-10-111-0/+7
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-2/+12
* make bitvector &= do the right thing if vectors have mismatched length.Chris Lattner2007-10-111-2/+11
* Added iterators to ImmutableSet.Ted Kremenek2007-10-111-3/+24
* Added some doxygen comments to ImmutableSet.Ted Kremenek2007-10-101-1/+18
* Removed uninformative assertions that catch problems that willTed Kremenek2007-10-101-22/+5
* Removed "height" of an AVL tree node from its Profile. This isTed Kremenek2007-10-101-7/+4
* Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek2007-10-101-1/+0
* Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek2007-10-101-2/+41
* Added preliminary support for iterators in ImutAVLTree.Ted Kremenek2007-10-101-4/+218
* Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek2007-10-101-13/+14
* Added implementation of immutable (functional) maps and sets, asTed Kremenek2007-10-092-0/+771
* Fix problems where DenseMap used operator!= instead of correctly Chris Lattner2007-10-091-10/+15
* Change a #include into a forward declarationChris Lattner2007-10-091-1/+1
* Add a new function tcExtract for extracting a bignum from anNeil Booth2007-10-081-0/+7
* Finish off PR1723, by working around some strange compiler bug.Chris Lattner2007-10-071-2/+2
* Add back convertFromSignExtendedInteger.Neil Booth2007-10-071-0/+2
* Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth2007-10-071-2/+2
* convertFromInteger, as originally written, expected sign-extendedNeil Booth2007-10-071-2/+2
* combineLostFractions does not need to be a member functionNeil Booth2007-10-071-1/+0
* Some more problems noticed by CurtisDaniel Berlin2007-10-071-4/+8
* Generalize tcFullMultiply so that the operands can be of differingNeil Booth2007-10-061-4/+6
* Mark count method const.Chris Lattner2007-10-051-1/+1
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-051-4/+2
* Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin2007-10-041-9/+8
* Fix off by one error in iteratorDaniel Berlin2007-10-041-1/+1
* It helps a lot when you check for the end of your list before randomlyDaniel Berlin2007-10-041-1/+2
* Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin2007-10-041-4/+10
* Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.Neil Booth2007-10-031-13/+27
* Add a GraphTraits partial specialization to make the inverse of an inverse be...Owen Anderson2007-10-031-0/+20
* Add initial iterator support for folding set.Chris Lattner2007-10-031-0/+51
* Tweak RoundAwayFromZero the bit number below which is truncated, and makeNeil Booth2007-10-031-1/+1
* Add a helper useful when mapping from a map element to its hash node.Chris Lattner2007-09-301-1/+12
* Add a new DenseSet abstraction.Chris Lattner2007-09-301-0/+61
* Whitespace cleanup.Neil Booth2007-09-261-9/+9
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-261-1/+1
* Comment fixupsDaniel Berlin2007-09-241-0/+1
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-242-14/+35
* Fix typo.Owen Anderson2007-09-241-1/+1
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-211-1/+1
* Fix CopyFrom for non-POD data types.Owen Anderson2007-09-211-1/+1
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-171-2/+0
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-24/+17
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-171-2/+2
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-171-0/+2
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-161-4/+26
* Fix a few bugs related to zero'ing of elementsDaniel Berlin2007-09-161-45/+14
* Remove the assumption that FP's are either float orDale Johannesen2007-09-142-5/+7
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-141-0/+1
* Make single-argument ctors explicit to avoid tricky bugs :)Chris Lattner2007-09-131-3/+3