This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9964a98 [PATCH] Minor cleanup of const_and_copies stack
new 6af1d63 Document ftrapv/fwrapv interaction
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/ChangeLog | 4 ++++
gcc/doc/invoke.texi | 10 ++++++++++
2 files changed, 14 insertions(+)
--
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 e96292e PR sanitizer/67279 * c-typeck.c (build_binary_op): Don't in [...]
new 2eebe9a Apppend $prop to et_prop_list only if needed
new 9964a98 [PATCH] Minor cleanup of const_and_copies stack
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 | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/lib/target-supports.exp | 5 ++++-
gcc/tree-ssa-dom.c | 2 +-
gcc/tree-ssa-scopedtables.c | 7 -------
gcc/tree-ssa-scopedtables.h | 19 ++++++++++++++++---
gcc/tree-ssa-threadedge.c | 10 ++++++----
gcc/tree-vrp.c | 2 +-
8 files changed, 49 insertions(+), 17 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 adace2e Add portable timed_mutex and recursive_timed_mutex.
new e96292e PR sanitizer/67279 * c-typeck.c (build_binary_op): Don't in [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-typeck.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ubsan/pr67279.c | 14 ++++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr67279.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 hjl/got/master
in repository gcc.
discards e99bd2f Load address of external function from its GOT slot
new 2e9343c Load address of external function from its GOT slot
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 (e99bd2f)
\
N -- N -- N refs/heads/hjl/got/master (2e9343c)
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/predicates.md | 6 +++---
1 file changed, 3 insertions(+), 3 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 1966574 Make all <cxxx> headers include <bits/c++config.h>
new f8c2da4 Add C++11 header <cuchar>.
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:
libstdc++-v3/ChangeLog | 19 +++++
libstdc++-v3/acinclude.m4 | 46 ++++++++++++
libstdc++-v3/config.h.in | 7 ++
libstdc++-v3/configure | 81 ++++++++++++++++++++++
libstdc++-v3/configure.ac | 1 +
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/c/{cwctype => cuchar} | 21 ++++--
.../include/c_compatibility/{locale.h => uchar.h} | 25 ++++---
libstdc++-v3/include/c_global/{csetjmp => cuchar} | 50 ++++++++-----
libstdc++-v3/include/c_std/{csetjmp => cuchar} | 50 ++++++++-----
libstdc++-v3/include/precompiled/stdc++.h | 1 +
.../testsuite/17_intro/headers/c++200x/stdc++.cc | 3 +
.../headers/c++200x/stdc++_multiple_inclusion.cc | 6 ++
14 files changed, 263 insertions(+), 51 deletions(-)
copy libstdc++-v3/include/c/{cwctype => cuchar} (77%)
copy libstdc++-v3/include/c_compatibility/{locale.h => uchar.h} (75%)
copy libstdc++-v3/include/c_global/{csetjmp => cuchar} (67%)
copy libstdc++-v3/include/c_std/{csetjmp => cuchar} (67%)
--
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 hsa
in repository gcc.
from 79b85aa Implement a number of atomic builtins
new 352a1fb HSA: create HSA clones.
new 928b238 HSA: follow-up and refactoring of hsa_insn_basic class
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.hsa | 104 +++++++
gcc/Makefile.in | 2 +-
gcc/c-family/ChangeLog.hsa | 4 +
gcc/c-family/c-common.c | 9 -
gcc/cgraph.h | 4 -
gcc/hsa-brig.c | 177 +++++++-----
gcc/hsa-dump.c | 94 ++++---
gcc/hsa-gen.c | 641 +++++++++++++-------------------------------
gcc/hsa-regalloc.c | 57 ++--
gcc/hsa.c | 28 ++
gcc/hsa.h | 102 +++++--
gcc/ipa-hsa.c | 330 +++++++++++++++++++++++
gcc/lto-section-in.c | 3 +-
gcc/lto-streamer.h | 1 +
gcc/lto/ChangeLog.hsa | 5 +
gcc/lto/lto-partition.c | 48 ++++
gcc/omp-low.c | 16 +-
gcc/passes.c | 18 +-
gcc/passes.def | 1 +
gcc/timevar.def | 1 +
gcc/tree-pass.h | 2 +
libgomp/ChangeLog.hsa | 5 +
libgomp/plugin/plugin-hsa.c | 2 -
23 files changed, 1053 insertions(+), 601 deletions(-)
create mode 100644 gcc/ipa-hsa.c
create mode 100644 gcc/lto/ChangeLog.hsa
--
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 0c493d6 gcc/testsuite/ * gcc.target/i386/avx512f-scatter-1.c: New. [...]
new 1966574 Make all <cxxx> headers include <bits/c++config.h>
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:
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
libstdc++-v3/include/c/cassert | 1 +
libstdc++-v3/include/c/cerrno | 1 +
libstdc++-v3/include/c/cfloat | 1 +
libstdc++-v3/include/c/ciso646 | 10 ++++++++--
libstdc++-v3/include/c/climits | 1 +
libstdc++-v3/include/c_global/cassert | 1 +
libstdc++-v3/include/c_global/cerrno | 1 +
libstdc++-v3/include/c_global/cfloat | 1 +
libstdc++-v3/include/c_global/ciso646 | 11 ++++++++---
libstdc++-v3/include/c_global/climits | 1 +
libstdc++-v3/include/c_std/cassert | 1 +
libstdc++-v3/include/c_std/cerrno | 1 +
libstdc++-v3/include/c_std/cfloat | 1 +
libstdc++-v3/include/c_std/ciso646 | 11 ++++++++---
libstdc++-v3/include/c_std/climits | 1 +
16 files changed, 55 insertions(+), 8 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 678bd42 Daily bump.
new 0bd6d85 gcc/ * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): Ne [...]
new 9d44b8c gcc/ * config/i386/i386-builtin-types.def (VOID_PFLOAT_HI_V [...]
new 0c493d6 gcc/testsuite/ * gcc.target/i386/avx512f-scatter-1.c: New. [...]
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 | 45 +++++
gcc/config/i386/i386-builtin-types.def | 4 +
gcc/config/i386/i386.c | 120 +++++++++++++
gcc/doc/tm.texi | 8 +
gcc/doc/tm.texi.in | 2 +
gcc/target.def | 12 ++
gcc/testsuite/ChangeLog | 8 +
.../{avx512f-gather-1.c => avx512f-scatter-1.c} | 101 +++++------
.../{avx512f-gather-1.c => avx512f-scatter-2.c} | 102 ++++++------
gcc/testsuite/gcc.target/i386/avx512f-scatter-3.c | 36 ++++
gcc/tree-vect-data-refs.c | 93 ++++++-----
gcc/tree-vect-stmts.c | 185 +++++++++++++++++++--
gcc/tree-vectorizer.h | 10 +-
13 files changed, 567 insertions(+), 159 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512f-gather-1.c => avx512f-scatter-1.c} (58%)
copy gcc/testsuite/gcc.target/i386/{avx512f-gather-1.c => avx512f-scatter-2.c} (58%)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-scatter-3.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 hjl/got/master
in repository gcc.
discards 521b581 Load address of external function from its GOT slot
new e99bd2f Load address of external function from its GOT slot
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 (521b581)
\
N -- N -- N refs/heads/hjl/got/master (e99bd2f)
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.md | 2 +-
gcc/config/i386/predicates.md | 72 ++++++++++++++++++++++---------
gcc/testsuite/gcc.target/i386/pr67400-7.c | 2 +-
3 files changed, 53 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.