This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from dcf8fe1eeab libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for Windows new f4a2cecd689 i386: Improve and optimize ix86_expand_sse_movcc new 52d28210389 libstdc++: Fix ODR issues with different -m flags
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: gcc/config/i386/i386-expand.c | 138 ++++---- gcc/config/i386/sse.md | 2 +- libstdc++-v3/include/experimental/bits/simd.h | 380 ++++++++++++++------- .../include/experimental/bits/simd_builtin.h | 41 ++- .../include/experimental/bits/simd_detail.h | 40 +++ .../include/experimental/bits/simd_fixed_size.h | 39 ++- libstdc++-v3/include/experimental/bits/simd_math.h | 45 ++- libstdc++-v3/include/experimental/bits/simd_neon.h | 4 +- libstdc++-v3/include/experimental/bits/simd_ppc.h | 4 +- .../include/experimental/bits/simd_scalar.h | 71 ++-- libstdc++-v3/include/experimental/bits/simd_x86.h | 4 +- 11 files changed, 502 insertions(+), 266 deletions(-)