History log of /external/clang/test/CodeGen/volatile-complex.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CodeGen/volatile-complex.c
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/volatile-complex.c
c6dabb90d34d011cb7f96b7ae5c69600e9cf6818 18-Jul-2013 JF Bastien <jfb@google.com> Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned

Add x86-64 triple, and check its datalayout. Also add some comments, and use the new CHECK-LABEL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186564 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/volatile-complex.c
ac13d61f8278dd67b31e5e8b417a19c2772342c7 17-Jul-2013 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186492 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/volatile-complex.c
ab96e565d6a5aa770ad31e7cb8100cd6a9b3d8a2 17-Jul-2013 JF Bastien <jfb@google.com> Propagate alignment for _Complex

_Complex load/store didn't have their alignment set properly, which was visible when GCC's torture tests use volatile _Complex.

Update some existing tests to check for alignment, and add a new test which also has over-aligned volatile _Complex (since the imaginary part shouldn't be overaligned, only the real part).

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