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 360869c Skip static ctors/dtors in IPA ICF (PR ipa/70306)
new d74ff44 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 9178227 Daily bump.
new 35f2b31 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 dejagnu.
from 31061ba * baseboards/README: Remove mention of devo. * baseboards/i [...]
new 038cf7d * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf [...]
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 | 10 +++++++++
Makefile.am | 7 -------
Makefile.in | 7 -------
baseboards/cygwin.exp | 31 ---------------------------
baseboards/mcore-elf.exp | 54 ------------------------------------------------
baseboards/mcore-pe.exp | 54 ------------------------------------------------
baseboards/vx4300.exp | 44 ---------------------------------------
baseboards/vx68k.exp | 44 ---------------------------------------
baseboards/vx960.exp | 48 ------------------------------------------
baseboards/vxsparc.exp | 44 ---------------------------------------
10 files changed, 10 insertions(+), 333 deletions(-)
delete mode 100644 baseboards/cygwin.exp
delete mode 100644 baseboards/mcore-elf.exp
delete mode 100644 baseboards/mcore-pe.exp
delete mode 100644 baseboards/vx4300.exp
delete mode 100644 baseboards/vx68k.exp
delete mode 100644 baseboards/vx960.exp
delete mode 100644 baseboards/vxsparc.exp
--
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 dejagnu.
from e83ad5c * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp [...]
new 31061ba * baseboards/README: Remove mention of devo. * baseboards/i [...]
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 | 6 ++++++
baseboards/README | 8 ++++----
baseboards/iq2000-sim.exp | 1 -
baseboards/moxie-sim.exp | 1 -
4 files changed, 10 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 master
in repository gcc.
from 88a2143 2016-03-22 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 4e4da05 PR target/70232 tree-ssa-threadbackward.c (fsm_find_contro [...]
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/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/tree-ssa/pr70232.c | 129 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-threadbackward.c | 2 +-
4 files changed, 142 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr70232.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/pieces/master
in repository gcc.
discards 8c67dfc Properly align stack in gcc.target/i386/cleanup-[12].c
discards 26328d0 Update i386 piecewise move and store
discards 8764251 Remove MAX_BITSIZE_MODE_ANY_INT
discards 3700167 Add TARGET_GEN_MEMSET_VALUE
discards 773c05d Update alignment_for_piecewise_move
discards 4d5c6ba Extend STV pass to 64-bit mode
discards 8d53353 Allow all 1s of integer as standard SSE constants
new 70ea97a Allow all 1s of integer as standard SSE constants
new 3fb696f Extend STV pass to 64-bit mode
new 0f140a5 Update alignment_for_piecewise_move
new ecf4591 Add TARGET_GEN_MEMSET_VALUE
new f8f11cf Remove MAX_BITSIZE_MODE_ANY_INT
new 9b18c45 Update i386 piecewise move and store
new f1d45da Properly align stack in gcc.target/i386/cleanup-[12].c
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 (8c67dfc)
\
N -- N -- N refs/heads/hjl/pieces/master (f1d45da)
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 7 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/constraints.md | 4 ++--
gcc/config/i386/i386-protos.h | 5 +++--
gcc/config/i386/i386.c | 34 ++++++++++++++++------------------
gcc/config/i386/i386.md | 28 +++++++++++++++-------------
gcc/config/i386/mmx.md | 3 ++-
gcc/config/i386/predicates.md | 2 +-
gcc/config/i386/sse.md | 3 ++-
7 files changed, 41 insertions(+), 38 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 6855137 2016-03-22 Ilya Enkovich <enkovich.gnu(a)gmail.com>
new 88a2143 2016-03-22 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:
libgcc/ChangeLog | 7 +++++++
libgcc/config/rs6000/extendkftf2-sw.c | 4 ++++
2 files changed, 11 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 dejagnu.
from e38dd8a * Makefile.am (config_DATA): Update. (baseboard_DATA): Like [...]
new e83ad5c * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp [...]
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 | 7 +++
Makefile.am | 2 +
Makefile.in | 2 +
baseboards/{powerpcle-sim.exp => arm-ice.exp} | 52 ++++++++++++++-------
baseboards/{mn10200-sim.exp => arm-sim.exp} | 65 +++++++++++++++------------
5 files changed, 83 insertions(+), 45 deletions(-)
copy baseboards/{powerpcle-sim.exp => arm-ice.exp} (52%)
copy baseboards/{mn10200-sim.exp => arm-sim.exp} (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.