This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a change to branch releases/linaro-5.3-2016.02-rc1
in repository toolchain/release-notes.
at 38c7904 Create release notes for source and binary RC linaro-5.3-2016 [...]
This branch includes the following new commits:
new 38c7904 Create release notes for source and binary RC linaro-5.3-2016 [...]
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.
unknown user pushed a change to branch master
in repository gcc.
from 066c8e9 PR rtl-optimization/70007 * gcse.c (compute_ld_motion_mems) [...]
new d4b9ad5 PR tree-optimization/69196 * tree-ssa-threadbackward.c (fsm [...]
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 | 3 +
gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c | 138 ++++++++++++++++++++++++++++++
gcc/tree-ssa-threadbackward.c | 20 +++++
4 files changed, 166 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.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 gcc-5-branch
in repository gcc.
from 7fd7b85 Daily bump.
new 0ddafbd PR rtl-optimization/70007 * gcse.c (compute_ld_motion_mems) [...]
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 | 8 +++++++-
gcc/gcse.c | 27 +++++++++++++++++----------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr70007.c | 29 +++++++++++++++++++++++++++++
4 files changed, 57 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70007.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 gcc-4_9-branch
in repository gcc.
from 29434b5 Daily bump.
new e7e9607 PR rtl-optimization/70007 * gcse.c (compute_ld_motion_mems) [...]
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/gcse.c | 27 +++++++++++++++++----------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr70007.c | 29 +++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70007.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 d3b819a PR tree-optimization/69196 * tree-ssa-threadbackward.c (fsm [...]
new 066c8e9 PR rtl-optimization/70007 * gcse.c (compute_ld_motion_mems) [...]
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/gcse.c | 27 +++++++++++++++++----------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr70007.c | 29 +++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70007.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 4f37285 2016-03-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d3b819a PR tree-optimization/69196 * tree-ssa-threadbackward.c (fsm [...]
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 | 8 ++++++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp46.c | 2 +-
gcc/tree-ssa-threadbackward.c | 54 +++++++++++++++++++++++------------
4 files changed, 51 insertions(+), 19 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/pr60336/psabi
in repository gcc.
discards e0cc5cb Add a call target hook: function_skip_empty_type_p
discards 2c67f4e Properly pass empty type for non-i386 targets
discards 8b6cf54 Revert get_ref_base_and_extent change
discards 6cd7700 Properly pass empty type for i386 targets
new 49bf71d Properly pass empty type for i386 targets
new f81f201 Properly pass empty type for non-i386 targets
new 56fac78 Add a call target hook: function_skip_empty_type_p
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 (e0cc5cb)
\
N -- N -- N refs/heads/hjl/pr60336/psabi (56fac78)
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/tree-dfa.c | 4 +++-
1 file changed, 3 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 3e9c4f6 PR target/70027 * config/i386/i386.c (ix86_output_call_insn [...]
new 4f37285 2016-03-01 Michael Meissner <meissner(a)linux.vnet.ibm.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:
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/p9-lxvx-stxvx-1.c | 1 +
gcc/testsuite/gcc.target/powerpc/p9-lxvx-stxvx-2.c | 1 +
gcc/testsuite/gcc.target/powerpc/p9-lxvx-stxvx-3.c | 1 +
gcc/testsuite/gcc.target/powerpc/p9-permute.c | 1 +
5 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 40e9ce2 PR c/69796 PR c/69974 * c-parser.c (c_parser_translation_u [...]
new 1c2859e PR ada/70017 * ira.c (do_reload): Issue warning for generic [...]
new e324729 Fix date
new 3e9c4f6 PR target/70027 * config/i386/i386.c (ix86_output_call_insn [...]
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 | 21 +++++++++++++++++----
gcc/config/i386/i386.c | 24 +++++++++++++++---------
gcc/ira.c | 17 +++++++++++++++--
gcc/reload1.c | 22 ----------------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/pr70017.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/pr70027.c | 11 +++++++++++
7 files changed, 83 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70017.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70027.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/pr60336/psabi
in repository gcc.
discards 8282390 Remove DECL_ARTIFICIAL chek from is_empty_type
discards 21361cc Rename empty record to empty type for non-i386 targets
discards baf11d6 Put type_is_empty_type_p in tree.c
discards b69a4d9 Rename to is_empty_type/is_really_empty_type
discards 1d5c556 Properly pass C++ empty class
discards b708660 Add TYPE_EMPTY_RECORD for C++ empty class
new 6cd7700 Properly pass empty type for i386 targets
new 8b6cf54 Revert get_ref_base_and_extent change
new 2c67f4e Properly pass empty type for non-i386 targets
new e0cc5cb Add a call target hook: function_skip_empty_type_p
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 (8282390)
\
N -- N -- N refs/heads/hjl/pr60336/psabi (e0cc5cb)
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 4 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 | 3 +++
gcc/doc/tm.texi | 6 ++++++
gcc/doc/tm.texi.in | 2 ++
gcc/target.def | 10 ++++++++++
gcc/testsuite/g++.dg/abi/empty12.C | 2 +-
gcc/testsuite/g++.dg/abi/empty13.C | 2 +-
gcc/testsuite/g++.dg/abi/empty14.C | 2 +-
gcc/testsuite/g++.dg/abi/empty15.C | 2 +-
gcc/testsuite/g++.dg/abi/empty16.C | 2 +-
gcc/testsuite/g++.dg/abi/empty17.C | 2 +-
gcc/testsuite/g++.dg/pr60336-1.C | 2 +-
gcc/testsuite/g++.dg/pr60336-10.C | 2 +-
gcc/testsuite/g++.dg/pr60336-11.C | 2 +-
gcc/testsuite/g++.dg/pr60336-12.C | 2 +-
gcc/testsuite/g++.dg/pr60336-2.C | 2 +-
gcc/testsuite/g++.dg/pr60336-3.C | 2 +-
gcc/testsuite/g++.dg/pr60336-5.C | 2 +-
gcc/testsuite/g++.dg/pr60336-6.C | 2 +-
gcc/testsuite/g++.dg/pr60336-7.C | 2 +-
gcc/testsuite/g++.dg/pr60336-8.C | 2 +-
gcc/testsuite/g++.dg/pr60336-9.C | 2 +-
gcc/testsuite/g++.dg/pr68355.C | 2 +-
gcc/tree-dfa.c | 4 +---
gcc/tree.c | 3 +++
24 files changed, 43 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.