summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PointerIntPair.h
Commit message (Expand)AuthorAge
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-09
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-03
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Allow PointerIntPairs to be created from const void *.Jordan Rose2012-07-18
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-06
* Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2011-02-19
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>John McCall2009-09-17
* I cast, therefore I think I know what I'm doing.Bill Wendling2009-04-26
* Use uint64_t instead of unsigned.Bill Wendling2009-04-26
* revert an incorrect patch. This causes crashes all over the place on aChris Lattner2009-04-26
* Suppress warnings about conversion shortening 64-bit to 32-bit.Bill Wendling2009-04-26
* fix the PointerLikeTypeTraits specialization for PointerIntPair toChris Lattner2009-03-30
* add missing space.Chris Lattner2009-03-29
* When forming sentinels for empty/tombstone, make sure to respect theChris Lattner2009-03-29
* Allow a specific PointerIntPair instance to use a specific Pointer trait:Chris Lattner2009-03-29
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-29
* rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner2009-03-29
* teach SmallPtrSet that PointerIntPair is "basically a pointer".Chris Lattner2009-03-29
* Get this building with gcc-4.4.Duncan Sands2009-01-16
* Removed trailing whitespace.Misha Brukman2009-01-09
* Move the conversion to intptr_t to a separate statement. ThisDan Gohman2008-12-08
* Use intptr_t instead of unsigned here, which is more appropriateDan Gohman2008-12-07
* add the rest of the comparison routines.Chris Lattner2008-11-30
* protect against negative values that would exceed allowed bit widthTorok Edwin2008-11-29
* apparently GCC doesn't believe that I understand C Chris Lattner2008-11-29
* Typo fix.Duncan Sands2008-11-29
* Fix sentinels to use correctly 'aligned' pointers.Chris Lattner2008-11-29
* Fix spello, add DenseMapInfo specialization for PointerIntPair.Chris Lattner2008-11-29
* fix comment typoChris Lattner2008-11-28
* fix a bug.Chris Lattner2008-11-28
* add a generic "bitmangled pointer" class, which allows a parameterizedChris Lattner2008-11-28