improve the APIs for creating struct and function types with no arguments/elements
[oota-llvm.git] / include / llvm / Support / PointerLikeTypeTraits.h
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...