Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Represent array members in new-format TBAA type descriptors | Ivan A. Kosarev | 2017-12-22 | 1 | -0/+34 |
| | | | | | | | | | | | | | Now that in the new TBAA format we allow access types to be of any object types, including aggregate ones, it becomes critical to specify types of all sub-objects such aggregates comprise as their members. In order to meet this requirement, this patch enables generation of field descriptors for members of array types. Differential Revision: https://reviews.llvm.org/D41399 llvm-svn: 321352 | ||||
* | [CodeGen] Fix generation of TBAA info for array-to-pointer conversions | Ivan A. Kosarev | 2017-10-20 | 1 | -0/+18 |
Resolves: Fatal error: Offset not zero at the point of scalar access. http://llvm.org/PR34992 Differential Revision: https://reviews.llvm.org/D39083 llvm-svn: 316211 |