]> granicus.if.org Git - clang/commit
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
authorAlexander Musman <alexander.musman@gmail.com>
Tue, 30 Sep 2014 05:29:28 +0000 (05:29 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Tue, 30 Sep 2014 05:29:28 +0000 (05:29 +0000)
commite0d26d6fa7dee8cbef088c49f61a6fe3b1b957a8
treef99565229133abca9fdada42076b97e355149067
parentb379c0672bd63c831740bfc8bbabc2d72ee615ce
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
Differential Revision: http://reviews.llvm.org/D5499

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218660 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/TargetInfo.h
lib/Sema/SemaOpenMP.cpp
test/OpenMP/for_simd_aligned_messages.cpp
test/OpenMP/parallel_for_simd_aligned_messages.cpp
test/OpenMP/simd_aligned_messages.cpp
test/OpenMP/simd_metadata.c