aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Change several SmallPtrSetImpl members from public to protected,Dan Gohman2009-02-071-8/+11
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-071-0/+1
* fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) Chris Lattner2009-02-041-9/+16
* Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner2009-01-301-6/+6
* Fix a bug in BitVector.h. All assignment operations (except the usual romix2009-01-261-3/+3
* Get rid of warning about implicit 64-to-32 bit conversions.Bill Wendling2009-01-221-1/+3
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-211-1/+1
* Fix ilist two-phase name lookupDouglas Gregor2009-01-211-1/+1
* Do not use host floating point types when emittingDale Johannesen2009-01-211-2/+0
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-211-0/+1
* Add an IEEE remainder function, which is notDale Johannesen2009-01-201-0/+3
* eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-201-76/+76
* improve compatibility with cygwin, patch by Jay Foad!Chris Lattner2009-01-191-5/+16
* Get this building with gcc-4.4.Duncan Sands2009-01-161-0/+1
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-131-0/+7
* Removed trailing whitespace.Misha Brukman2009-01-0930-929/+929
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-081-3/+3
* Remove extra blank line and space.Misha Brukman2009-01-081-2/+1
* * Added unittests for StringMapMisha Brukman2009-01-081-2/+4
* * Fixed spelling of "sentinel"Misha Brukman2009-01-081-23/+23
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-054-6/+3
* Add several more unimplemented operator overloads to ilist_iteratorDan Gohman2009-01-041-4/+16
* Fix typo.Nick Lewycky2009-01-021-1/+1
* Add explicit this-> for some member function in templated base class.Cédric Venet2008-12-132-27/+27
* Move the conversion to intptr_t to a separate statement. ThisDan Gohman2008-12-081-2/+3
* Use 'delete []' instead of 'delete' in OwningArray::reset().Ted Kremenek2008-12-081-1/+1
* Use intptr_t instead of unsigned here, which is more appropriateDan Gohman2008-12-071-1/+1
* add a new pop_back_val method which returns the value popped. This isChris Lattner2008-12-051-0/+6
* Fix isIntN to work with APInts > 64 bits. This method is onlyChris Lattner2008-12-021-5/+7
* add densemap range insertion method.Chris Lattner2008-12-021-0/+8
* reenable array_pod_sort, this time hopefully happy on 64-bit Chris Lattner2008-12-011-9/+12
* don't #include <algorithm> into the llvm namespace.Chris Lattner2008-12-011-0/+2
* switch to std::sort until I have time to sort this out.Chris Lattner2008-12-011-3/+7
* define array_pod_sort in terms of operator< instead of my brainChris Lattner2008-12-011-13/+9
* don't assume iterators implicitly convert to pointers.Chris Lattner2008-12-011-1/+1
* Introduce a new array_pod_sort function and switch LSR to use itChris Lattner2008-12-011-1/+38
* Fix bogus assertion using getSExtValue for legitimate values, like -1 in Eli Friedman2008-12-011-1/+1
* add the rest of the comparison routines.Chris Lattner2008-11-301-6/+6
* fix indentation. std::pair is "isPod" if the first/second are both isPod.Chris Lattner2008-11-301-16/+17
* protect against negative values that would exceed allowed bit widthEdwin Török2008-11-291-1/+1
* apparently GCC doesn't believe that I understand C Chris Lattner2008-11-291-2/+2
* Typo fix.Duncan Sands2008-11-291-1/+1
* Fix sentinels to use correctly 'aligned' pointers.Chris Lattner2008-11-291-2/+2
* Fix spello, add DenseMapInfo specialization for PointerIntPair.Chris Lattner2008-11-291-0/+22
* fix comment typoChris Lattner2008-11-281-1/+1
* fix a bug.Chris Lattner2008-11-281-1/+1
* add a generic "bitmangled pointer" class, which allows a parameterizedChris Lattner2008-11-281-0/+69
* Add typedef to StringMapEntry.Ted Kremenek2008-11-271-2/+4
* add an operator= to assign to smallstring.Chris Lattner2008-11-201-0/+5
* move partial template specialization to FoldingSet.h.Zhongxing Xu2008-11-172-5/+6