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 b333c69 Define TARGET_FUNCTION_INCOMING_ARG_RTL for x86
discards ba15555 Implement x86 interrupt attribute
new cd9a1e3 Implement x86 interrupt attribute
new c714117 Define TARGET_FUNCTION_INCOMING_ARG_RTL for x86
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 (b333c69)
\
N -- N -- N refs/heads/hjl/interrupt/master (c714117)
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 | 5 +++++
1 file changed, 5 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 hjl/interrupt/master
in repository gcc.
discards 9ea4d29 Add TARGET_FUNCTION_INCOMING_ARG_RTL
discards 12ab062 Implement x86 interrupt attribute
new df07452 Add TARGET_FUNCTION_INCOMING_ARG_RTL
new ba15555 Implement x86 interrupt attribute
new b333c69 Define TARGET_FUNCTION_INCOMING_ARG_RTL for x86
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 (9ea4d29)
\
N -- N -- N refs/heads/hjl/interrupt/master (b333c69)
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 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/combine.c | 2 +-
gcc/config/i386/i386.c | 3 +--
gcc/doc/tm.texi | 2 +-
gcc/target.def | 2 +-
4 files changed, 4 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 hjl/interrupt/master
in repository gcc.
from 12ab062 Implement x86 interrupt attribute
new 9ea4d29 Add TARGET_FUNCTION_INCOMING_ARG_RTL
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.c | 66 +++++++++++++++++++++++++++++---------------------
gcc/doc/tm.texi | 8 ++++++
gcc/doc/tm.texi.in | 2 ++
gcc/dwarf2out.c | 21 +++++++++-------
gcc/emit-rtl.c | 8 ++++++
gcc/emit-rtl.h | 1 +
gcc/target.def | 12 +++++++++
gcc/targhooks.c | 6 +++++
gcc/targhooks.h | 1 +
gcc/var-tracking.c | 19 +++++++++------
10 files changed, 99 insertions(+), 45 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 fc7464a * lto.c (iterative_hash_canonical_type): Always recurse for [...]
new 42354d3 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 238c961 PR debug/66432 * tree-inline.c (copy_debug_stmt): If gimpl [...]
new a1cfd0c Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from f302e2f Daily bump.
new 7e377df Daily bump.
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/DATESTAMP | 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 master
in repository gcc.
from e469587 * lto-symtab.c (warn_type_compatibility_p): Do not set ODR m [...]
new fc7464a * lto.c (iterative_hash_canonical_type): Always recurse for [...]
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 | 15 +++++++++
gcc/alias.c | 95 +++++++++++++++++++++++++++++++++++++++++++------------
gcc/lto/ChangeLog | 9 +++++-
gcc/lto/lto.c | 13 ++++++--
gcc/tree.c | 22 ++++++++++---
5 files changed, 126 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 253279a 2015-11-21 Steven G. Kargl <kargl(a)gcc.gnu.org>
new e469587 * lto-symtab.c (warn_type_compatibility_p): Do not set ODR m [...]
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/lto/ChangeLog | 5 +++++
gcc/lto/lto-symtab.c | 27 +++++++++++++++++----------
2 files changed, 22 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.