This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/master
in repository gcc.
discards 282afe8 Implement x86 interrupt/exception attributes
new 53b535b Implement x86 interrupt/exception attributes
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 (282afe8)
\
N -- N -- N refs/heads/hjl/interrupt/master (53b535b)
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/sse.md | 7 ++++---
1 file changed, 4 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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards 006046d Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 51c7228 Implement x86 interrupt/exception attributes
new e27a074 Implement x86 interrupt/exception attributes
new 67c6298 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (006046d)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (67c6298)
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 | 18 +++++++++-------
gcc/config/i386/sse.md | 12 ++++++-----
gcc/doc/extend.texi | 2 ++
gcc/testsuite/gcc.target/i386/interrupt-5.c | 6 ++++--
gcc/testsuite/gcc.target/i386/interrupt-6.c | 7 +++---
gcc/testsuite/gcc.target/i386/interrupt-7.c | 25 +++++++++++++---------
.../i386/{interrupt-7.c => interrupt-8.c} | 0
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
8 files changed, 43 insertions(+), 29 deletions(-)
copy gcc/testsuite/gcc.target/i386/{interrupt-7.c => interrupt-8.c} (100%)
--
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/master
in repository gcc.
discards 282afe8 Implement x86 interrupt/exception attributes
new 53b535b Implement x86 interrupt/exception attributes
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 (282afe8)
\
N -- N -- N refs/heads/hjl/interrupt/master (53b535b)
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/sse.md | 7 ++++---
1 file changed, 4 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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards 006046d Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 51c7228 Implement x86 interrupt/exception attributes
new e27a074 Implement x86 interrupt/exception attributes
new 67c6298 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (006046d)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (67c6298)
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 | 18 +++++++++-------
gcc/config/i386/sse.md | 12 ++++++-----
gcc/doc/extend.texi | 2 ++
gcc/testsuite/gcc.target/i386/interrupt-5.c | 6 ++++--
gcc/testsuite/gcc.target/i386/interrupt-6.c | 7 +++---
gcc/testsuite/gcc.target/i386/interrupt-7.c | 25 +++++++++++++---------
.../i386/{interrupt-7.c => interrupt-8.c} | 0
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
8 files changed, 43 insertions(+), 29 deletions(-)
copy gcc/testsuite/gcc.target/i386/{interrupt-7.c => interrupt-8.c} (100%)
--
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/gcc-5-branch
in repository gcc.
discards 006046d Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 51c7228 Implement x86 interrupt/exception attributes
new e27a074 Implement x86 interrupt/exception attributes
new 67c6298 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (006046d)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (67c6298)
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 | 18 +++++++++-------
gcc/config/i386/sse.md | 12 ++++++-----
gcc/doc/extend.texi | 2 ++
gcc/testsuite/gcc.target/i386/interrupt-5.c | 6 ++++--
gcc/testsuite/gcc.target/i386/interrupt-6.c | 7 +++---
gcc/testsuite/gcc.target/i386/interrupt-7.c | 25 +++++++++++++---------
.../i386/{interrupt-7.c => interrupt-8.c} | 0
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
8 files changed, 43 insertions(+), 29 deletions(-)
copy gcc/testsuite/gcc.target/i386/{interrupt-7.c => interrupt-8.c} (100%)
--
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/master
in repository gcc.
discards 282afe8 Implement x86 interrupt/exception attributes
new 53b535b Implement x86 interrupt/exception attributes
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 (282afe8)
\
N -- N -- N refs/heads/hjl/interrupt/master (53b535b)
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/sse.md | 7 ++++---
1 file changed, 4 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 gcc-5-branch
in repository gcc.
from 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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 | 9 +++++++++
gcc/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 gcc-5-branch
in repository gcc.
from 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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 | 9 +++++++++
gcc/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 gcc-5-branch
in repository gcc.
from 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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 | 9 +++++++++
gcc/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 gcc-5-branch
in repository gcc.
from 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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 | 9 +++++++++
gcc/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.