Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
[oota-llvm.git] / include / llvm / ADT / PointerIntPair.h
2009-09-17 John McCallFix a few places where PointerIntPair was using Pointer...
2009-04-26 Bill WendlingI cast, therefore I think I know what I'm doing.
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-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
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-01-16 Duncan SandsGet this building with gcc-4.4.
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-11-30 Chris Lattneradd the rest of the comparison routines.
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
2008-11-28 Chris Lattnerfix a bug.
2008-11-28 Chris Lattneradd a generic "bitmangled pointer" class, which allows...