summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/packed-arrays.c
Commit message (Collapse)AuthorAgeFilesLines
* __alignof attribute on the field must considerFariborz Jahanian2011-05-051-8/+6
| | | | | | packed attribute on the field. //rdar://9217290 llvm-svn: 130948
* IRgen: Reapply r128691 with a fix to ensure we don't increase alignment pastDaniel Dunbar2011-04-011-0/+157
| | | | | | that of the array element type. llvm-svn: 128698
* Revert r128691, "IRgen: Improve GCC compatibility when dealing with packedDaniel Dunbar2011-04-011-147/+0
| | | | | | arrays by propagating", it's breaking test in ways I don't understand yet. llvm-svn: 128693
* IRgen: Improve GCC compatibility when dealing with packed arrays by propagatingDaniel Dunbar2011-03-311-0/+147
the array alignment to the array access. - This is more or less the best we can do without having alignment present in the type system, but is a long way from truly matching how GCC handles this. llvm-svn: 128691
OpenPOWER on IntegriCloud