summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/volatile-complex.c
Commit message (Collapse)AuthorAgeFilesLines
* test case hygiene.Benjamin Kramer2014-01-111-4/+4
| | | | llvm-svn: 199017
* Misc test cleanups.Rafael Espindola2013-12-161-3/+1
| | | | | | | | * tbaa-struct.cpp always has a 64 bit pointer. * f32:32:32, f64:64:64 and f128:128:128 are defaults, don't assume they are printed. llvm-svn: 197415
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-4/+4
| | | | | | tests fail. llvm-svn: 188447
* Fix volatile _Complex alignment test on platforms where 64-bit floating ↵JF Bastien2013-07-181-6/+14
| | | | | | | | point isn't 64-bit aligned Add x86-64 triple, and check its datalayout. Also add some comments, and use the new CHECK-LABEL. llvm-svn: 186564
* clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.NAKAMURA Takumi2013-07-171-8/+4
| | | | llvm-svn: 186492
* Propagate alignment for _ComplexJF Bastien2013-07-171-0/+63
_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). llvm-svn: 186490
OpenPOWER on IntegriCloud