aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Added serialization support for APInt.Ted Kremenek2007-10-261-0/+11
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-261-1/+1
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-261-1/+1
* add a nice predicate to check to see if nanChris Lattner2007-10-241-0/+1
* Add an uppercase conversion utility function.Christopher Lamb2007-10-181-0/+8
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-181-1/+1
* ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek2007-10-171-4/+3
* Minor cosmetic cleanups in the calculation of alignments forTed Kremenek2007-10-171-3/+5
* Updated StringMap to use llvm::AlignOf to compute the alignment of mapTed Kremenek2007-10-171-9/+3
* Updated VC++ build system.Hartmut Kaiser2007-10-172-2/+2
* Fixed incorrect renaming of method name (forgot two characters).Ted Kremenek2007-10-151-2/+2
* Added more doxygen comments.Ted Kremenek2007-10-151-19/+56
* Consolidate logic for creating NaNs. Silence compiler warning.Neil Booth2007-10-141-0/+1
* don't use intptr_t without including it.Chris Lattner2007-10-121-1/+3
* Make this compute the correct offset, handling alignment of the elementChris Lattner2007-10-121-2/+3
* Implement correctly-rounded decimal->binary conversion, i.e. conversionNeil Booth2007-10-121-7/+15
* make operator== work with non-equal sized bitvectors, as long as Chris Lattner2007-10-121-4/+15
* 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