This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 59449ca MIPS compact branch support
new 53c4d43 [RS6000] Weak functions may not be file local
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/rs6000/predicates.md | 12 ++++++------
gcc/config/rs6000/rs6000.c | 1 +
3 files changed, 14 insertions(+), 6 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 8dc4819 Daily bump.
new 462b123 [RS6000] Weak functions may not be file local
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/rs6000/predicates.md | 12 ++++++------
gcc/config/rs6000/rs6000.c | 1 +
3 files changed, 14 insertions(+), 6 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 aoliva/pr64164
in repository gcc.
discards 4896178 drop -ftree-coalesce-vars-and-results
discards 354f441 revert to assign_parms assignments using default defs
new 98499e3 revert to assign_parms assignments using default defs
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 (4896178)
\
N -- N -- N refs/heads/aoliva/pr64164 (98499e3)
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/cfgexpand.c | 16 ++++++++--------
gcc/function.c | 18 ++----------------
gcc/tree-ssa-coalesce.c | 32 ++++++++++++++++++++++++++++----
3 files 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 hjl/indbr/gcc-5-branch
in repository gcc.
discards 71e10de Load external function address via GOT slot
discards 348d7c3 Generate indirect branch relocation via GOT
discards ecb3695 Check if x86 gas supports indirect branch via GOT
discards 55e5ce1 Check $READELF_FOR_TARGET for readelf in configure
discards 39b5b6c Properly handle -fno-plt in ix86_expand_call
discards 40ac6d9 Add more tests for PR target/66232
discards bcf6021 Allow indirect sibcall with register arguments
discards 0387e50 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
discards 8e13610 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
discards 348e520 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
discards 36d3e5e * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
discards 23742e4 Allow indirect branch via GOT slot for x32
discards d4892cc Fix PR target/65753
discards 2a97120 * calls.c (prepare_call_address): Transform PLT call to GOT [...]
adds 70df279 Daily bump.
adds b658d82 PR middle-end/67005 * tree-ssa-dce.c (remove_dead_stmt): Al [...]
new 697795b * calls.c (prepare_call_address): Transform PLT call to GOT [...]
new ba85a95 Fix PR target/65753
new af466fe Allow indirect branch via GOT slot for x32
new 85b5b6b * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
new 1660b71 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
new 3dba6e8 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
new a168c4c * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
new dd1ab0e Allow indirect sibcall with register arguments
new 3810b3f Add more tests for PR target/66232
new f4c1006 Properly handle -fno-plt in ix86_expand_call
new dd68db9 Check $READELF_FOR_TARGET for readelf in configure
new 29cf91d Check if x86 gas supports indirect branch via GOT
new 65e3284 Generate indirect branch relocation via GOT
new 2f7e7c8 Load external function address via GOT slot
new 05be23e Put local/global relocs in ro section for -fno-plt
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 (71e10de)
\
N -- N -- N refs/heads/hjl/indbr/gcc-5-branch (05be23e)
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 15 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/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 18 ++++++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr67005.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr67400-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr67400-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr67400-5.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr67400-6.c | 11 +++++++++++
gcc/tree-ssa-dce.c | 9 +++++----
10 files changed, 80 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67005.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-6.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 b1078e5 2015-09-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 0af99eb 2015-09-01 Vladimir Makarov <vmakarov(a)redhat.com>
new a8e073b * MAINTAINERS: add myself
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
gcc/ChangeLog | 8 ++++++++
gcc/lra-constraints.c | 18 ++++++++++++------
gcc/lra-lives.c | 21 +++++++++++++--------
5 files changed, 38 insertions(+), 14 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 4d81d7c gcc/
new b1078e5 2015-09-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/gfortran.dg/read_dir.f90 | 9 +++++++--
2 files changed, 12 insertions(+), 2 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 aoliva/pr64164
in repository gcc.
discards 8e1aa5d drop -ftree-coalesce-vars-and-results
new 4896178 drop -ftree-coalesce-vars-and-results
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 (8e1aa5d)
\
N -- N -- N refs/heads/aoliva/pr64164 (4896178)
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/tree-ssa-coalesce.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 99e3199 + * trans-mem.c: Add contributed-by. + * trans-me [...]
new 4d81d7c gcc/
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 | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr67405.C | 11 +++++++++++
gcc/tree-chkp.c | 5 +++--
4 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr67405.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 0d2ca7d 2015-09-01 Richard Biener <rguenther(a)suse.de>
new af8f721 Don't xfail gcc.dg/vect/no-scevccp-outer-11.c
new 99e3199 + * trans-mem.c: Add contributed-by. + * trans-me [...]
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/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/vect/no-scevccp-outer-11.c | 2 +-
gcc/trans-mem.c | 2 ++
gcc/trans-mem.h | 2 ++
5 files changed, 14 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.