Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / PointerLikeTypeTraits.h
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-27 Chris Lattnerlang points out that the comment is out of date with...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-05-01 Chris LattnerDrop the default assumption about alignment down to...
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...