summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenTBAA.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement CodeGen support for the may_alias attribute.Dan Gohman2010-12-131-0/+21
* Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman2010-10-251-3/+14
* Factor out the code for creating the Root and Char nodes, so thatDan Gohman2010-10-251-22/+30
* Rename clang's TBAA tree root from "experimental" to "simple".Dan Gohman2010-10-211-1/+1
* Add some more comments.Dan Gohman2010-10-211-3/+16
* Mention the paragraphs in the standards which sanction TBAA.Dan Gohman2010-10-151-1/+5
* Use a different name for pointer types in tbaa, to be a littleDan Gohman2010-10-151-2/+3
* Add a comment.Dan Gohman2010-10-151-1/+3
* Fix a typo in a comment Frits van Bommel spotted.Dan Gohman2010-10-151-1/+1
* Experimental TBAA support for enum types.Dan Gohman2010-10-151-3/+31
* Add a comment about odd "signed char" incompatibility between C++ and C.Dan Gohman2010-10-151-1/+5
* Add a TBAA type for pointer types.Dan Gohman2010-10-151-0/+4
* Unsigned types are TBAA-compatible with their signed counterparts.Dan Gohman2010-10-141-4/+18
* Experimental TBAA support.Dan Gohman2010-10-141-0/+68
OpenPOWER on IntegriCloud