Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __alignof attribute on the field must consider | Fariborz Jahanian | 2011-05-05 | 1 | -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 past | Daniel Dunbar | 2011-04-01 | 1 | -0/+157 |
| | | | | | | that of the array element type. llvm-svn: 128698 | ||||
* | Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed | Daniel Dunbar | 2011-04-01 | 1 | -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 propagating | Daniel Dunbar | 2011-03-31 | 1 | -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 |