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.
from 53b535b Implement x86 interrupt/exception attributes
new b21f445 Optimize callee-saved registers in interrupt handler
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-protos.h | 2 +
gcc/config/i386/i386.c | 105 +++++++++++++++++-----------
gcc/config/i386/i386.h | 3 +
gcc/config/i386/i386.md | 7 +-
gcc/config/i386/predicates.md | 29 ++++++++
gcc/testsuite/gcc.target/i386/interrupt-9.c | 16 +++++
6 files changed, 120 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-9.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 3ac5995 2015-09-20 Kai Tietz <ktietz70(a)googlemail.com>
new ba6cdbe PR middle-end/67619 * lib/target-supports.exp (check_effect [...]
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 | 2 ++
gcc/testsuite/gcc.dg/torture/pr67619.c | 1 +
gcc/testsuite/lib/target-supports.exp | 10 ++++++++++
3 files changed, 13 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 5a1a287 [AArch64][5/5] Cleanup immediate generation code in aarch64_i [...]
new 3ac5995 2015-09-20 Kai Tietz <ktietz70(a)googlemail.com>
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:
ChangeLog | 4 ++++
MAINTAINERS | 2 +-
2 files changed, 5 insertions(+), 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 master
in repository gcc.
from 57ae133 gcc/testsuite/ * gcc.target/sh/pr43417.c: Move target indepe [...]
new 41f9090 [AArch64][1/5] Reimplement aarch64_bitmask_imm
new 3ab3211 [AArch64][2/5] Improve aarch64_internal_mov_immediate by usin [...]
new b480a6e [AArch64][3/5] Remove dead code
new 117d98f [AArch64][4/5] Remove redundant code
new 5a1a287 [AArch64][5/5] Cleanup immediate generation code in aarch64_i [...]
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 | 27 +++
gcc/config/aarch64/aarch64.c | 412 ++++++++++++-------------------------------
2 files changed, 136 insertions(+), 303 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 aba4d30 gcc/testsuite/ * gcc.target/sh/sh.exp (check_effective_targe [...]
new 57ae133 gcc/testsuite/ * gcc.target/sh/pr43417.c: Move target indepe [...]
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 | 5 +++++
gcc/testsuite/{gcc.target/sh => gcc.c-torture/compile}/pr43417.c | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
rename gcc/testsuite/{gcc.target/sh => gcc.c-torture/compile}/pr43417.c (93%)
--
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/master
in repository gcc.
discards 6f2edc4 Implement x86 interrupt/exception attributes
new b071f39 Implement x86 interrupt/exception attributes
new 43c25c9 SSE and 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 (6f2edc4)
\
N -- N -- N refs/heads/hjl/interrupt/master (43c25c9)
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 | 11 ++++++-----
gcc/doc/extend.texi | 2 ++
gcc/testsuite/gcc.target/i386/interrupt-5.c | 6 ++++--
gcc/testsuite/gcc.target/i386/interrupt-6.c | 7 ++++---
.../gcc.target/i386/{interrupt-6.c => interrupt-7.c} | 0
gcc/testsuite/gcc.target/i386/interrupt-8.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 2 +-
8 files changed, 44 insertions(+), 19 deletions(-)
copy gcc/testsuite/gcc.target/i386/{interrupt-6.c => interrupt-7.c} (100%)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-8.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/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.