public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-coroutines] Merge master r11-3760.
Date: Fri,  9 Oct 2020 20:15:18 +0000 (GMT)	[thread overview]
Message-ID: <20201009201518.2E7E3385DC17@sourceware.org> (raw)

https://gcc.gnu.org/g:17b0af4b1b9a3df68e612a351090a96fffed96f1

commit 17b0af4b1b9a3df68e612a351090a96fffed96f1
Merge: 72c7f099f96 3427e313316
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Oct 9 20:11:19 2020 +0100

    Merge master r11-3760.
    
            * Merge master r11-3760-g3427e3133167.

Diff:

 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/x86gprintrin.h                     | 252 +++++++++++++++++++++
 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/cp/ChangeLog                                   |  24 ++
 gcc/cp/pt.c                                        |   9 +-
 gcc/doc/sourcebuild.texi                           |   3 +
 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-ssa-loop-niter.c                          |   1 +
 gcc/tree-ssa-math-opts.c                           |  17 +-
 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/random.tcc               |  90 +++++---
 libstdc++-v3/include/bits/ranges_uninitialized.h   |  10 +-
 libstdc++-v3/include/bits/uniform_int_dist.h       |  61 ++++-
 libstdc++-v3/include/std/variant                   |  67 +++++-
 libstdc++-v3/scripts/check_performance             |   2 +-
 .../specialized_algorithms/construct_at/95788.cc   |  41 ++++
 .../testsuite/20_util/variant/visit_neg.cc         |   2 +-
 .../testsuite/26_numerics/random/pr60037-neg.cc    |   2 +-
 .../testsuite/26_numerics/random/seed_seq/97311.cc |  53 +++++
 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 -
 95 files changed, 1884 insertions(+), 591 deletions(-)


                 reply	other threads:[~2020-10-09 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201009201518.2E7E3385DC17@sourceware.org \
    --to=iains@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).