aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* 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.Cedric 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 widthTorok Edwin2008-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
* Fix 80-col violation.Zhongxing Xu2008-11-161-1/+1
* Add partial specialization of FoldingSetTrait for ImmutableList.Zhongxing Xu2008-11-161-0/+5
* Fix 80-column violation.Zhongxing Xu2008-11-161-3/+3
* Add Profile method to ImmutableList.Zhongxing Xu2008-11-151-0/+4
* Work around PR1000.Duncan Sands2008-11-101-1/+1
* split out the functionality of utohexstr into a new utohex_bufferChris Lattner2008-11-101-7/+22
* Overload AddInteger on int/long/long long instead of on int/int64_t,Dan Gohman2008-11-031-2/+4
* TypoNick Lewycky2008-11-031-1/+1
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-271-3/+3
* Add STL-style typedefs and default constructors to make it possible toDavid Greene2008-10-271-0/+5
* Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...Ted Kremenek2008-10-221-1/+1
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-211-9/+9
* Implement a SmallVector insert method that can insert multipleDan Gohman2008-10-161-0/+62
* Fix several places that called mapped_iterator's constructor withoutDan Gohman2008-10-161-3/+8