aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PointerLikeTypeTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* lang points out that the comment is out of date with the code.Chris Lattner2009-10-271-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-231-3/+7
* Drop the default assumption about alignment down to 2 bits from 3. This appa...Chris Lattner2009-05-011-2/+2
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-031-14/+0
* teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner2009-03-311-0/+14
* Add a PointerLikeTypeTraits specialization for uintptr_tChris Lattner2009-03-291-0/+16
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-291-2/+2
* rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner2009-03-291-0/+61