Fix PointerIntPair so that it can use an enum class as its integer template argument.
[oota-llvm.git] / include / llvm / ADT / PointerIntPair.h
2016-01-13 Michael GottesmanFix PointerIntPair so that it can use an enum class...
2015-12-30 Chandler Carruth[ptr-traits] Refactor how PointerIntPair does its point...
2015-12-28 Chandler Carruth[ADT] Run clang-format over more code, fixing numerous...
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2014-03-15 Benjamin KramerPointerIntPair: Avoid an (academic) case of undefined...
2014-03-07 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-04-09 Joe GroffFix PointerIntPair to be enum class compatible.
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-07-18 Jordan RoseAllow PointerIntPairs to be created from const void *.
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
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...