aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/PointerIntPair.h
Commit message (Expand)AuthorAgeFilesLines
* Get this building with gcc-4.4.Duncan Sands2009-01-161-0/+1
* Removed trailing whitespace.Misha Brukman2009-01-091-7/+7
* Move the conversion to intptr_t to a separate statement. ThisDan Gohman2008-12-081-2/+3
* Use intptr_t instead of unsigned here, which is more appropriateDan Gohman2008-12-071-1/+1
* add the rest of the comparison routines.Chris Lattner2008-11-301-6/+6
* 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