aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTBAA.cpp
AgeCommit message (Expand)Author
2010-10-21Rename clang's TBAA tree root from "experimental" to "simple".Dan Gohman
2010-10-21Add some more comments.Dan Gohman
2010-10-15Mention the paragraphs in the standards which sanction TBAA.Dan Gohman
2010-10-15Use a different name for pointer types in tbaa, to be a littleDan Gohman
2010-10-15Add a comment.Dan Gohman
2010-10-15Fix a typo in a comment Frits van Bommel spotted.Dan Gohman
2010-10-15Experimental TBAA support for enum types.Dan Gohman
2010-10-15Add a comment about odd "signed char" incompatibility between C++ and C.Dan Gohman
2010-10-15Add a TBAA type for pointer types.Dan Gohman
2010-10-14Unsigned types are TBAA-compatible with their signed counterparts.Dan Gohman
2010-10-14Experimental TBAA support.Dan Gohman