This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a03305e04c [OPENMP]Delay emission of the error messages for the exceptions. new 031d8bb682 [X86] Add explicit alignment to __m128/__m128i/__m128d/etc. [...] new fe80cf360d Pass the base element type of an array type to the visit met [...]
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/AST/Type.cpp | 2 +- lib/Headers/avx512bwintrin.h | 8 +- lib/Headers/avx512fintrin.h | 30 +++-- lib/Headers/avx512vlbwintrin.h | 16 +-- lib/Headers/avx512vlintrin.h | 16 +-- lib/Headers/avxintrin.h | 22 ++-- lib/Headers/emmintrin.h | 15 ++- lib/Headers/mmintrin.h | 2 +- lib/Headers/xmmintrin.h | 6 +- test/CodeGen/x86-vec-struct-packing.c | 227 ++++++++++++++++++++++++++++++++++ 10 files changed, 292 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/x86-vec-struct-packing.c