This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from baf4750feaa Improve documentation of -fallow-store-data-races adds 3a9e6ee42ac debug: Make sure to output .file 0 when generating DWARF5. adds 3e1123e52f8 Disable TBAA in some uses of call_may_clobber_ref_p adds cd23ed8af23 [PATCH, rs6000] Rename BU_P10_MISC_2 define to BU_P10_POWER [...] adds d1c566d72d9 libcpp: Directly peek for initial line marker adds a500588aa52 take type from intrinsic in sincos pass adds 1c56c143b20 c++: Fix member alias template in C++17 and up. [PR96805] adds 9158a4d2a6c libstdc++: Make ranges::construct_at constexpr-friendly [PR95788] adds da9df699753 Daily bump. adds 36500ed18aa fix ICE with BB vectorization of PHIs adds 6887244269e Move pr97315-1.c test to g++.dg/opt/. adds 600cf1128e4 match.pd: Fix up FFS -> CTZ + 1 optimization [PR97325] adds 781634daea8 vrp: Fix up gcc.target/aarch64/pr90838.c [PR97312, PR94801] adds a0e6e49dded random memory leak fixes adds 1cde5d85bec Fix for PR97317. adds 5d708c6315e tree-optimization/97347 - fix another SLP constant insertion issue adds ffe8baa9964 IPA modref: fix miscompilation in clone when IPA modref is used adds afcbeb35e0b libstdc++: Fix unused variable warning adds 16760e5bf70 tree-optimization/97334 - improve BB SLP discovery adds 8c26cfc6af3 Fixup gcc.dg/vect/pr65947-3.c when masked loads are available adds 383400a6078 [nvptx] Set -misa=sm_35 by default adds 59a95143dde x86: Add <x86gprintrin.h> adds f9919ba717d libstdc++: Add performance test for <random> adds 7e7eef2a1bb libstdc++: Pass CXXFLAGS to check_performance script new 6ce2cb116af libstdc++: Adjust variable export in makefile new 98c37d3bacb libstdc++: Optimize uniform_int_distribution using Lemire's [...] new bb37ad8cc0f Don't keep strict_low_part in reloads for non-registers. [PR97313]
The 3 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/ChangeLog | 169 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 236 +++++++++++++-------- gcc/builtins.h | 1 + gcc/cgraphunit.c | 1 + gcc/config.gcc | 4 +- gcc/config/i386/adxintrin.h | 4 +- gcc/config/i386/bmi2intrin.h | 4 +- gcc/config/i386/bmiintrin.h | 4 +- gcc/config/i386/cetintrin.h | 4 +- gcc/config/i386/cldemoteintrin.h | 4 +- gcc/config/i386/clflushoptintrin.h | 4 +- gcc/config/i386/clwbintrin.h | 4 +- gcc/config/i386/enqcmdintrin.h | 4 +- gcc/config/i386/fxsrintrin.h | 4 +- gcc/config/i386/ia32intrin.h | 4 +- gcc/config/i386/immintrin.h | 207 +----------------- gcc/config/i386/lwpintrin.h | 4 +- gcc/config/i386/lzcntintrin.h | 4 +- gcc/config/i386/movdirintrin.h | 4 +- gcc/config/i386/pconfigintrin.h | 4 +- gcc/config/i386/pkuintrin.h | 4 +- gcc/config/i386/rdseedintrin.h | 4 +- gcc/config/i386/rtmintrin.h | 4 +- gcc/config/i386/serializeintrin.h | 4 +- gcc/config/i386/tbmintrin.h | 4 +- gcc/config/i386/tsxldtrkintrin.h | 4 +- gcc/config/i386/waitpkgintrin.h | 4 +- gcc/config/i386/wbnoinvdintrin.h | 4 +- gcc/config/i386/{immintrin.h => x86gprintrin.h} | 142 +++---------- gcc/config/i386/x86intrin.h | 12 +- gcc/config/i386/xsavecintrin.h | 4 +- gcc/config/i386/xsaveintrin.h | 4 +- gcc/config/i386/xsaveoptintrin.h | 4 +- gcc/config/i386/xsavesintrin.h | 4 +- gcc/config/i386/xtestintrin.h | 4 +- gcc/config/nvptx/nvptx.h | 5 +- gcc/config/nvptx/nvptx.opt | 3 +- gcc/config/rs6000/rs6000-builtin.def | 12 +- gcc/cp/ChangeLog | 24 +++ gcc/cp/pt.c | 9 +- gcc/doc/sourcebuild.texi | 3 + gcc/dwarf2out.c | 21 ++ gcc/gimple-range.cc | 94 +++++--- gcc/ipa-modref-tree.h | 3 +- gcc/ipa-modref.c | 1 + gcc/lra-constraints.c | 7 +- gcc/match.pd | 3 +- gcc/range-op.cc | 25 ++- gcc/testsuite/ChangeLog | 148 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C | 9 + .../{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} | 2 +- gcc/testsuite/g++.dg/vect/pr97347.cc | 41 ++++ gcc/testsuite/gcc.c-torture/execute/pr97325.c | 15 ++ gcc/testsuite/gcc.dg/pr97317.c | 11 + gcc/testsuite/gcc.dg/tree-ssa/pr94801.c | 16 ++ gcc/testsuite/gcc.dg/vect/bb-slp-phis-1.c | 20 ++ gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c | 3 + gcc/testsuite/gcc.dg/vect/pr65947-3.c | 9 +- gcc/testsuite/gcc.target/i386/avx-1.c | 10 + gcc/testsuite/gcc.target/i386/pr97313.c | 24 +++ gcc/testsuite/gcc.target/i386/x86gprintrin-1.c | 7 + gcc/testsuite/gcc.target/i386/x86gprintrin-2.c | 30 +++ gcc/testsuite/gcc.target/i386/x86gprintrin-3.c | 15 ++ gcc/testsuite/gcc.target/i386/x86gprintrin-4.c | 30 +++ gcc/testsuite/gcc.target/i386/x86gprintrin-4a.c | 7 + gcc/testsuite/gcc.target/i386/x86gprintrin-5.c | 32 +++ gcc/testsuite/gcc.target/i386/x86gprintrin-5a.c | 5 + gcc/testsuite/gcc.target/i386/x86gprintrin-5b.c | 5 + gcc/testsuite/gcc.target/i386/x86gprintrin-6.c | 11 + gcc/testsuite/lib/target-supports.exp | 8 + gcc/tree-nrv.c | 4 +- gcc/tree-ssa-alias.c | 4 +- gcc/tree-ssa-alias.h | 2 +- gcc/tree-ssa-loop-niter.c | 1 + gcc/tree-ssa-math-opts.c | 17 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-tailcall.c | 6 +- gcc/tree-vect-data-refs.c | 37 ++-- gcc/tree-vect-loop.c | 1 + gcc/tree-vect-slp.c | 45 +++- gcc/vr-values.c | 92 +++++--- libcpp/ChangeLog | 12 ++ libcpp/files.c | 10 +- libcpp/init.c | 142 +++++++------ libcpp/internal.h | 4 +- libgcc/config/i386/shadow-stack-unwind.h | 9 +- libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 39 ++++ libstdc++-v3/include/bits/ranges_uninitialized.h | 10 +- libstdc++-v3/include/bits/uniform_int_dist.h | 61 +++++- libstdc++-v3/scripts/check_performance | 2 +- .../specialized_algorithms/construct_at/95788.cc | 41 ++++ libstdc++-v3/testsuite/Makefile.am | 1 + libstdc++-v3/testsuite/Makefile.in | 1 + .../performance/26_numerics/random_dist.cc | 102 +++++++++ .../testsuite/util/testsuite_performance.h | 1 - 97 files changed, 1526 insertions(+), 676 deletions(-) copy gcc/config/i386/{immintrin.h => x86gprintrin.h} (78%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C rename gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} (95%) create mode 100644 gcc/testsuite/g++.dg/vect/pr97347.cc create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97325.c create mode 100644 gcc/testsuite/gcc.dg/pr97317.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94801.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-phis-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97313.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-1.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-2.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-3.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-4.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-4a.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-5.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-5a.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-5b.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-6.c create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...] create mode 100644 libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc