revert r78628 and r78803 as these are not needed any more
[oota-llvm.git] / include / llvm / ADT /
2009-04-26 Bill WendlingUse uint64_t instead of unsigned.
2009-04-26 Chris Lattnerrevert an incorrect patch. This causes crashes all...
2009-04-26 Bill WendlingSuppress warnings about conversion shortening 64-bit...
2009-04-25 Chris LattnerDenseMap.h needs <new> because it explicitly calls...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-13 Douglas GregorAdd a static APInt::getNumWords
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-22 Chris LattnerFix PR3860 by correcting a predicate.
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-03-12 Daniel DunbarAdd StringMap::lookup.
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-02 Gabor Greifdrop support for GCC 2.x as it is hopelessly broken...
2009-02-28 Gabor Greifmake traits more flexible by splitting out node-related...
2009-02-27 Gabor Greifgroup friendship
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2009-02-23 Ted KremenekCorrectly implement ImmutableMap::getMaxElement() by...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-21 Ted KremenekAdd version of StringsEqualNoCase that takes two null...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-12 Chris LattnerAdd operator->, patch by Ben Laurie!
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-02-11 Ted KremenekAdd FoldingSet profile method for bools. Patch by...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-07 Dan GohmanChange several SmallPtrSetImpl members from public...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-02-04 Chris Lattnerfix a pretty serious bug in StringMap where GetOrCreate...
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-26 Roman LevensteinFix a bug in BitVector.h. All assignment operations...
2009-01-22 Bill WendlingGet rid of warning about implicit 64-to-32 bit conversions.
2009-01-21 Steve NaroffAdd explicit this-> (to make the VS compiler happy).
2009-01-21 Douglas GregorFix ilist two-phase name lookup
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnereliminate use of uint32_t to improve compatibility...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
2009-01-16 Duncan SandsGet this building with gcc-4.4.
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Misha BrukmanRemove extra blank line and space.
2009-01-08 Misha Brukman* Added unittests for StringMap
2009-01-08 Misha Brukman* Fixed spelling of "sentinel"
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2009-01-02 Nick LewyckyFix typo.
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-05 Chris Lattneradd a new pop_back_val method which returns the value...
2008-12-02 Chris LattnerFix isIntN to work with APInts > 64 bits. This method...
2008-12-02 Chris Lattneradd densemap range insertion method.
2008-12-01 Chris Lattnerreenable array_pod_sort, this time hopefully happy...
2008-12-01 Chris Lattnerdon't #include <algorithm> into the llvm namespace.
2008-12-01 Chris Lattnerswitch to std::sort until I have time to sort this...
2008-12-01 Chris Lattnerdefine array_pod_sort in terms of operator< instead...
2008-12-01 Chris Lattnerdon't assume iterators implicitly convert to pointers.
2008-12-01 Chris LattnerIntroduce a new array_pod_sort function and switch...
2008-12-01 Eli FriedmanFix bogus assertion using getSExtValue for legitimate...
2008-11-30 Chris Lattneradd the rest of the comparison routines.
2008-11-30 Chris Lattnerfix indentation. std::pair is "isPod" if the first...
2008-11-29 Torok Edwinprotect against negative values that would exceed allow...
2008-11-29 Chris Lattnerapparently GCC doesn't believe that I understand C
2008-11-29 Duncan SandsTypo fix.
2008-11-29 Chris LattnerFix sentinels to use correctly 'aligned' pointers.
2008-11-29 Chris LattnerFix spello, add DenseMapInfo specialization for Pointer...
2008-11-28 Chris Lattnerfix comment typo
next