This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 10535f02fa [Driver] Pass -malign-double from the driver to the cc1 comm [...] new d311fb0d8a [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpus new a91bba1be0 [OPENMP] Simplify codegen for allocate directive on local va [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Basic/Targets/X86.cpp | 12 ++++- lib/Basic/Targets/X86.h | 11 ++-- lib/CodeGen/CGOpenMPRuntime.cpp | 86 +++++++++++++++---------------- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 24 +++++++++ test/CodeGen/attr-cpuspecific.c | 6 +-- test/CodeGen/attr-target-x86-mmx.c | 2 +- test/CodeGen/attr-target-x86.c | 16 +++--- test/CodeGen/attr-target-x87-softfp.c | 4 +- test/OpenMP/allocate_codegen.cpp | 14 +---- test/OpenMP/nvptx_allocate_codegen.cpp | 5 ++ test/Preprocessor/init.c | 56 ++++++++++++++++++-- test/Preprocessor/predefined-win-macros.c | 12 ++++- 12 files changed, 166 insertions(+), 82 deletions(-)