This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 05b349a * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto.
new bd2a8585 gcc/ PR target/66930 * config/sh/sh.c (sh_split_movrt_negc_ [...]
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 | 6 ++++++
gcc/config/sh/sh.c | 1 +
2 files changed, 7 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 trunk
in repository gcc.
from e15c094 * config/i386/i386.c: Use SUBREG_P predicate. * config/i386 [...]
new 05b349a * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto.
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 | 8 +-
gcc/testsuite/ChangeLog | 264 ++++++++++++++++++++++++------------------------
2 files changed, 136 insertions(+), 136 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 trunk
in repository gcc.
from 9fec678 PR target/67004 * config/i386/i386.h (ADJUST_INSN_LENGTH): [...]
new e15c094 * config/i386/i386.c: Use SUBREG_P predicate. * config/i386 [...]
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 | 7 +++++++
gcc/config/i386/i386.c | 48 +++++++++++++++++++++----------------------
gcc/config/i386/i386.md | 4 ++--
gcc/config/i386/predicates.md | 12 +++++------
gcc/config/i386/sse.md | 2 +-
5 files changed, 40 insertions(+), 33 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 trunk
in repository gcc.
from 894a34e remove tree-browser
new 9fec678 PR target/67004 * config/i386/i386.h (ADJUST_INSN_LENGTH): [...]
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 | 6 ++++++
gcc/config/i386/i386.h | 11 ++++++-----
2 files changed, 12 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 trunk
in repository gcc.
from 24b12f6 update doc for supported isl versions
new 9b81791 PR target/66648 * config/i386/i386.c (ix86_expand_set_or_mo [...]
new 4773ab2 dump reasons why graphite failed to detect a scop
new 894a34e remove tree-browser
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 | 23 +
gcc/Makefile.in | 4 +-
gcc/config.in | 3 +-
gcc/config/i386/i386.c | 5 +-
gcc/configure | 7 +-
gcc/configure.ac | 5 +-
gcc/graphite-scop-detection.c | 72 ++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/pr66648.c | 33 ++
gcc/tree-browser.c | 965 -------------------------------------
gcc/tree-browser.def | 97 ----
11 files changed, 136 insertions(+), 1083 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/pr66648.c
delete mode 100644 gcc/tree-browser.c
delete mode 100644 gcc/tree-browser.def
--
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 24b12f6 update doc for supported isl versions
new 9b81791 PR target/66648 * config/i386/i386.c (ix86_expand_set_or_mo [...]
new 4773ab2 dump reasons why graphite failed to detect a scop
new 894a34e remove tree-browser
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 | 23 +
gcc/Makefile.in | 4 +-
gcc/config.in | 3 +-
gcc/config/i386/i386.c | 5 +-
gcc/configure | 7 +-
gcc/configure.ac | 5 +-
gcc/graphite-scop-detection.c | 72 ++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/pr66648.c | 33 ++
gcc/tree-browser.c | 965 -------------------------------------
gcc/tree-browser.def | 97 ----
11 files changed, 136 insertions(+), 1083 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/pr66648.c
delete mode 100644 gcc/tree-browser.c
delete mode 100644 gcc/tree-browser.def
--
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 trunk
in repository gcc.
from 277c74d Fixup graphite/uns-*.c testcases
new 24b12f6 update doc for supported isl versions
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/install.texi | 6 +++---
2 files changed, 7 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 trunk
in repository gcc.
from f11b787 PR c++/64969 * pt.c (splice_late_return_type): Correct dedu [...]
new 277c74d Fixup graphite/uns-*.c testcases
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/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.dg/graphite/graphite.exp | 6 ++++--
gcc/testsuite/gcc.dg/graphite/uns-block-1.c | 6 +++---
gcc/testsuite/gcc.dg/graphite/uns-interchange-12.c | 7 ++++---
gcc/testsuite/gcc.dg/graphite/uns-interchange-14.c | 5 +++--
gcc/testsuite/gcc.dg/graphite/uns-interchange-15.c | 7 ++++---
gcc/testsuite/gcc.dg/graphite/uns-interchange-9.c | 11 ++++++-----
gcc/testsuite/gcc.dg/graphite/uns-interchange-mvt.c | 7 ++++---
8 files changed, 40 insertions(+), 21 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 trunk
in repository gcc.
from 5d7ff1c PR c++/64989 * pt.c (splice_late_return_type): Correct dedu [...]
new f11b787 PR c++/64969 * pt.c (splice_late_return_type): Correct dedu [...]
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/cp/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 trunk
in repository gcc.
from b1e92b3 Revert: PR lto/66752 * tree-ssa-threadedge.c [...]
new 5d7ff1c PR c++/64989 * pt.c (splice_late_return_type): Correct dedu [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 20 ++++++++++++--------
gcc/testsuite/g++.dg/cpp1z/abbrev1.C | 11 +++++++++++
3 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/abbrev1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.