History log of /external/clang/test/CodeGen/packed-arrays.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
93ab6bf534fb6c26563c00f28a8fc5581bb71dfd 15-Aug-2013 Stephen Lin <stephenwlin@gmail.com> CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/packed-arrays.c
78a7d7d79964119a3f35b262eb154b5cbf1001ed 05-May-2011 Fariborz Jahanian <fjahanian@apple.com> __alignof attribute on the field must consider
packed attribute on the field. //rdar://9217290


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130948 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/packed-arrays.c
d553408ff15b38710a1ba0947efbf4c5637018ab 01-Apr-2011 Daniel Dunbar <daniel@zuster.org> IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past
that of the array element type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128698 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/packed-arrays.c
457c838b7252dd3deeec8a924dcb0e47b8c6df23 01-Apr-2011 Daniel Dunbar <daniel@zuster.org> Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed
arrays by propagating", it's breaking test in ways I don't understand yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128693 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/packed-arrays.c
b23a5a0a043b852ad643d366a0bb5b4c5a5c8881 01-Apr-2011 Daniel Dunbar <daniel@zuster.org> IRgen: Improve GCC compatibility when dealing with packed arrays by propagating
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128691 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/packed-arrays.c