This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e01e62c Simplify rs6000_builtin_vectorized_function
new 7751159 2015-11-17 Steven G. Kargl <kargl(a)gcc.gnu.org>
new d8e55bb PR libstdc++/66059 optimise _Build_index_tuple
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/fortran/ChangeLog | 4 ++++
gcc/fortran/primary.c | 30 +++++++++++++++---------------
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/std/utility | 19 +++++++++++++++----
4 files changed, 39 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3a18d05 Add genmatch support for internal functions
new 9bac11b Add null identifiers to genmatch
new ff69086 Replace match.pd DEFINE_MATH_FNs with auto-generated lists
new ae62dee Short-cut generation of simple built-in functions
new ed9eac2 Extend tree-call-cdce to calls whose result is used
new bf36573 Remove dead macros
new 901db6c Use IFN_SQRT in tree-vect-patterns.c
new b6c464f Make builtin_vectorized_function take a combined_fn
new 1bd41d0 Vectorize internal functions
new 48c5ac3 Simplify ix86_builtin_vectorized_function
new e01e62c Simplify rs6000_builtin_vectorized_function
The 10 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 | 160 +++++++++++
gcc/Makefile.in | 15 +-
gcc/builtins.c | 333 +----------------------
gcc/builtins.h | 1 +
gcc/cfgexpand.c | 17 +-
gcc/config/aarch64/aarch64-builtins.c | 207 +++++++-------
gcc/config/aarch64/aarch64-protos.h | 5 +-
gcc/config/arm/arm-builtins.c | 107 ++++----
gcc/config/arm/arm-protos.h | 2 +-
gcc/config/i386/i386.c | 319 +++++-----------------
gcc/config/rs6000/rs6000.c | 496 +++++++++++++++-------------------
gcc/doc/match-and-simplify.texi | 5 +
gcc/doc/tm.texi | 12 +-
gcc/doc/tm.texi.in | 2 +
gcc/gencfn-macros.c | 50 +++-
gcc/genmatch.c | 76 +++++-
gcc/internal-fn.c | 138 ++++++----
gcc/internal-fn.def | 4 +
gcc/internal-fn.h | 10 +
gcc/match.pd | 42 +--
gcc/opts.c | 2 +-
gcc/target.def | 20 +-
gcc/targhooks.c | 12 +-
gcc/targhooks.h | 3 +-
gcc/tree-call-cdce.c | 278 ++++++++++++++-----
gcc/tree-vect-patterns.c | 16 +-
gcc/tree-vect-stmts.c | 102 +++++--
gcc/tree-vectorizer.h | 1 -
gcc/tree.h | 16 --
29 files changed, 1190 insertions(+), 1261 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7991eeee PR bootstrap/68346
new be03bd1 Add a combined_fn enum
new a2b6bdc Add basic support for direct_optab internal functions
new 1f24b8e Add internal math functions
new c9452b7 Add internal bitcount functions
new 28544f3 Add gencfn-macros.c
new 744fe35 Extend fold_const_call to combined_fn
new 7a366e8 Make more use of combined_fn
new 02e1c62 Use combined_fn in tree-vrp.c
new 390bb33 Use combined_fn in tree-ssa-reassoc.c
new fa0793a Use combined_fn in tree-ssa-math-opts.c
new 62dbd20 Use combined_fn in tree-vect-patterns.c
new e324077 Extend mathfn_built_in to handle combined_fn
new 3a18d05 Add genmatch support for internal functions
The 13 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 | 195 ++++++++++++++++++++++++++++
gcc/Makefile.in | 18 ++-
gcc/builtins.c | 299 ++++++++++++++++++++++++++----------------
gcc/builtins.h | 4 +
gcc/coretypes.h | 2 +
gcc/fold-const-call.c | 278 ++++++++++++++++++++-------------------
gcc/fold-const-call.h | 6 +-
gcc/fold-const.c | 321 +++++++++++++++++++++++-----------------------
gcc/fold-const.h | 8 +-
gcc/gencfn-macros.c | 176 +++++++++++++++++++++++++
gcc/generic-match-head.c | 1 +
gcc/genmatch.c | 157 +++++++++++------------
gcc/gimple-fold.c | 6 +-
gcc/gimple-match-head.c | 186 +++++++++++----------------
gcc/gimple-match.h | 4 +-
gcc/gimple-ssa-backprop.c | 56 ++++----
gcc/gimple.c | 21 +++
gcc/gimple.h | 1 +
gcc/hash-set.h | 3 +-
gcc/internal-fn.c | 201 ++++++++++++++++++++++++++---
gcc/internal-fn.def | 109 +++++++++++++++-
gcc/internal-fn.h | 38 ++++++
gcc/match.pd | 92 ++++++-------
gcc/tree-core.h | 36 +++++-
gcc/tree-ssa-math-opts.c | 40 +++---
gcc/tree-ssa-reassoc.c | 86 ++++++-------
gcc/tree-vect-patterns.c | 15 +--
gcc/tree-vrp.c | 46 +++----
gcc/tree.c | 95 +++++++++++++-
gcc/tree.h | 58 +++++++++
30 files changed, 1722 insertions(+), 836 deletions(-)
create mode 100644 gcc/gencfn-macros.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ee9bc7f libgomp/ * config/nvptx/priority_queue.c: New file.
new 1ed29fa 2015-11-17 Sandra Loosemore <sandra(a)codesourcery.com>
new 38f1a6d PR c++/68308 - [6 Regression] ICE: tree check: expected integ [...]
new fb9bafd Fix PR number in ChangeLog
new 93a735e PR bootstrap/68361
new 7991eeee PR bootstrap/68346
The 5 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 | 20 +++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 2 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/cvt.c | 2 +-
gcc/cp/init.c | 5 +-
gcc/doc/extend.texi | 131 ++-----------------
gcc/doc/invoke.texi | 138 ++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/init/new46.C | 65 ++++++++++
gcc/testsuite/g++.dg/warn/Wparentheses-28.C | 14 +++
gcc/testsuite/g++.dg/warn/Wtautological-compare2.C | 11 ++
12 files changed, 282 insertions(+), 123 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/new46.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-28.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3058801 2015-11-17 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new ee9bc7f libgomp/ * config/nvptx/priority_queue.c: New file.
The 1 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:
libgomp/ChangeLog | 4 ++++
libgomp/config/nvptx/priority_queue.c | 1 +
2 files changed, 5 insertions(+)
create mode 100644 libgomp/config/nvptx/priority_queue.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 810c7bc gcc/
new 3058801 2015-11-17 Dominique d'Humieres <dominiq(a)lps.ens.fr>
The 1 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/fortran/ChangeLog | 5 +++++
gcc/fortran/expr.c | 9 ++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 | 2 +-
4 files changed, 15 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
discards 7cb245e Clean up path handling
discards 3f34f82 WIP: Try collecting files sightly differently"
discards 83b443f WIP: attach dir
discards 9982639 WIP: Experiment in collecting metadata
discards 2f47200 WIP: Attach individual files
discards adc04b0 WIP: 'Semi-trusted' concept, for testing purposes
discards c5b47c0 Add trusted-host-session.yaml
new 3e4436b Attach raw files when gathering fakebench
new fb3bfe5 Clean up path handling
new f2de77c Add trusted-host-session.yaml
new 0f8d3af WIP: 'Semi-trusted' concept, for testing purposes
new e889867 WIP: Experiment in collecting metadata
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7cb245e)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (e889867)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 5 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9f664e0 * ChangeLog: Add missing entry.
new 17b3f68 [ARM] PR 68143 Properly update memory offsets when expanding setmem
new 810c7bc gcc/
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/ChangeLog | 14 ++++++++++
gcc/config/arm/arm.c | 37 ++++++++++++++++---------
gcc/targhooks.c | 4 +--
gcc/testsuite/ChangeLog | 10 +++++++
gcc/testsuite/gcc.c-torture/execute/pr68143_1.c | 31 +++++++++++++++++++++
gcc/testsuite/gcc.dg/pr68134.c | 19 +++++++++++++
6 files changed, 100 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68143_1.c
create mode 100644 gcc/testsuite/gcc.dg/pr68134.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5478f5d [Patch AArch64] Add support for Cortex-A35
new 228eae6 * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode. [...]
new 9f664e0 * ChangeLog: Add missing entry.
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/ChangeLog | 18 +++++++++++++++---
gcc/config/visium/t-visium | 4 ++--
2 files changed, 17 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr60336
in repository gcc.
discards 78bef85 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
adds dec113c * gcc.dg/torture/pr68264.c: Use dg-add-options ieee.
adds 55ec986 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
new b57b387 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (78bef85)
\
N -- N -- N refs/heads/hjl/pr60336 (b57b387)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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.h | 2 +-
gcc/config/i386/sse.md | 12 ++++++------
gcc/testsuite/ChangeLog | 14 +++++++++-----
gcc/testsuite/gcc.dg/torture/pr68264.c | 1 +
gcc/tree-streamer-in.c | 2 +-
5 files changed, 18 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.