Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a typo in a comment Frits van Bommel spotted. | Dan Gohman | 2010-10-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 116614 | |||||
* | Experimental TBAA support for enum types. | Dan Gohman | 2010-10-15 | 1 | -3/+31 | |
| | | | | llvm-svn: 116613 | |||||
* | Add a comment about odd "signed char" incompatibility between C++ and C. | Dan Gohman | 2010-10-15 | 1 | -1/+5 | |
| | | | | llvm-svn: 116593 | |||||
* | Add a TBAA type for pointer types. | Dan Gohman | 2010-10-15 | 1 | -0/+4 | |
| | | | | llvm-svn: 116544 | |||||
* | Unsigned types are TBAA-compatible with their signed counterparts. | Dan Gohman | 2010-10-14 | 1 | -4/+18 | |
| | | | | | | Also, handle unknown types conservatively. llvm-svn: 116541 | |||||
* | Experimental TBAA support. | Dan Gohman | 2010-10-14 | 1 | -0/+68 | |
This enables metadata generation by default, however the TBAA pass in the optimizer is still disabled for now. llvm-svn: 116536 |