This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from e8e5850 Merge the data array branch 'parser' with master.
new 28202db Tarball uses xz, not bzip2
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:
config/linux.conf | 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 hjl/interrupt/calls
in repository gcc.
from 7a573f5 Don't preserve return registers
new a89ec5d Add 2 tests for no_caller_saved_registers attribute
new 70823c7 Disable sibcall for no_caller_saved_registers attribute
new ac5bcaf More tests for no_caller_saved_registers attribute
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/config/i386/i386.c | 24 ++++++++-------------
gcc/config/i386/i386.md | 18 ++++++++++------
gcc/testsuite/gcc.target/i386/interrupt-15.c | 24 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-16.c | 27 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-17.c | 29 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-18.c | 31 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-19.c | 24 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-20.c | 22 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-21.c | 26 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-22.c | 26 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-23.c | 26 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-24.c | 22 ++++++++++++++++++++
12 files changed, 278 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-15.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-16.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-17.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-18.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-19.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-20.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-21.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-22.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-23.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-24.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 d780205 * doc/html/manual/errno.html: Add new file.
new 05b84e7 Do not describe -std=c11 etc. as experimental in c.opt help text.
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-family/ChangeLog | 6 ++++++
gcc/c-family/c.opt | 6 +++---
2 files changed, 9 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 443b5bd call scev analysis in scop-detection as in sese-to-poly
new d780205 * doc/html/manual/errno.html: Add 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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/doc/html/manual/errno.html | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 libstdc++-v3/doc/html/manual/errno.html
--
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/interrupt/calls
in repository gcc.
discards 2756716 Initial no_caller_saved_registers attribute support
new 76489c6 Initial no_caller_saved_registers attribute support
new 7a573f5 Don't preserve return registers
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 (2756716)
\
N -- N -- N refs/heads/hjl/interrupt/calls (7a573f5)
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 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/config/i386/i386.c | 66 +++++++++++++++++++++++++++++---------------------
1 file changed, 38 insertions(+), 28 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 54d4899 PR c/65345 * config/i386/i386.c (ix86_atomic_assign_expand_ [...]
new 04009ad remove many typedefs
new 75f966f add recursion on the inner loops
new 443b5bd call scev analysis in scop-detection as in sese-to-poly
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 | 26 +++
gcc/cfganal.c | 21 +--
gcc/compare-elim.c | 4 +-
gcc/coverage.c | 10 +-
gcc/cprop.c | 2 -
gcc/df-scan.c | 14 +-
gcc/function.c | 6 +-
gcc/graphite-scop-detection.c | 61 +++---
gcc/graphite-sese-to-poly.c | 30 +--
gcc/read-rtl.c | 5 +-
gcc/sese.c | 28 ++-
gcc/statistics.c | 50 ++---
gcc/trans-mem.c | 44 +++--
gcc/tree-if-conv.c | 16 +-
gcc/tree-into-ssa.c | 88 ++++-----
gcc/tree-loop-distribution.c | 72 ++++----
gcc/tree-ssa-coalesce.c | 141 +++++++-------
gcc/tree-ssa-loop-ivopts.c | 18 +-
gcc/tree-ssa-reassoc.c | 147 ++++++++-------
gcc/tree-ssa-strlen.c | 100 +++++-----
gcc/tree-ssa-tail-merge.c | 100 +++++-----
gcc/tree-vrp.c | 254 +++++++++++++------------
gcc/var-tracking.c | 419 +++++++++++++++++++++---------------------
23 files changed, 821 insertions(+), 835 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 d608de6 PR go/66870 * gospec.c (lang_specific_driver): Only look fo [...]
new 54d4899 PR c/65345 * config/i386/i386.c (ix86_atomic_assign_expand_ [...]
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.c | 16 +++++-----
gcc/testsuite/ChangeLog | 6 ++++
.../gcc.dg/{pr65345-2.c => atomic/pr65345-4.c} | 22 +++++++-------
gcc/testsuite/gcc.dg/pr65345-3.c | 35 ++++++++++++++++++++++
5 files changed, 66 insertions(+), 19 deletions(-)
copy gcc/testsuite/gcc.dg/{pr65345-2.c => atomic/pr65345-4.c} (58%)
create mode 100644 gcc/testsuite/gcc.dg/pr65345-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.
ryan.arnold pushed a change to branch ryanarn/fix_libdir_slibdir_v2
in repository toolchain/abe.
at 29c74cd lib/configure.sh: Set libdir=/usr/lib, slibdir=/lib, and rtld [...]
This branch includes the following new commits:
new 29c74cd lib/configure.sh: Set libdir=/usr/lib, slibdir=/lib, and rtld [...]
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.
--
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.
ryan.arnold pushed a change to branch ryanarn/fix_libdir_slibdir
in repository toolchain/abe.
at 94d4496 lib/configure.sh: Set libdir=/usr/lib, slibdir=/lib, and rtld [...]
No new revisions were added by this update.
--
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.
git pushed a change to branch master
in repository gcc.
from 8c1ab18 PR tree-optimization/67769 * tree-ssa-phiopt.c (conditional [...]
new d608de6 PR go/66870 * gospec.c (lang_specific_driver): Only look fo [...]
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/go/ChangeLog | 6 ++++++
gcc/go/gospec.c | 2 ++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.