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