aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PointerLikeTypeTraits.h
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2009-10-27lang points out that the comment is out of date with the code.Chris Lattner
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-23Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall
2009-05-01Drop the default assumption about alignment down to 2 bits from 3. This appa...Chris Lattner
2009-04-03Work around an apparent GCC miscompilation by specializing different,Chris Lattner
2009-03-31teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner
2009-03-29Add a PointerLikeTypeTraits specialization for uintptr_tChris Lattner
2009-03-29Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner
2009-03-29rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner