This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 872892e Daily bump.
new fff44d9 Add pass parameter to TERMINATE_PASS_LIST
new d572fcf Propagate dump flags in pass_manager::register_pass
new 67add97 Add debug_varinfo and debug_varmap
new c6f8236 Only finalize dot files that have been initialized
new 2b330f0 Simplify loop in pp_write_text_as_dot_label_to_stream
new 813d446 Fix record-shape escapes in pp_write_text_as_dot_label_to_stream
new ace1bf5 Handle backslash in pp_write_text_as_dot_label_to_stream
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/ChangeLog | 47 +++++++++
gcc/dumpfile.c | 22 ++---
gcc/dumpfile.h | 4 +
gcc/pass_manager.h | 2 +-
gcc/passes.c | 36 ++++---
gcc/passes.def | 12 +--
gcc/pretty-print.c | 41 +++++---
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/i386/vzeroupper-dump-flags.c | 10 ++
gcc/tree-pass.h | 5 -
gcc/tree-ssa-structalias.c | 108 +++++++++++++++++++++
11 files changed, 242 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vzeroupper-dump-flags.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 dejagnu.
from d4b2cb2 * NEWS: Start a new section for the next release.
new 7256253 * configure.ac (AC_INIT): Update version number. * configur [...]
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 +++++++
configure | 20 ++++++++++----------
configure.ac | 2 +-
doc/dejagnu.texi | 2 +-
runtest.exp | 2 +-
5 files changed, 20 insertions(+), 13 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 6132820 2016-04-16 Sandra Loosemore <sandra(a)codesourcery.com>
new 872892e 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-6-branch
in repository gcc.
from 6acd79c Daily bump.
new 8ec78ce 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 44fa481 Daily bump.
new 3978fd8 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 d3b186d Daily bump.
new 2b951ce 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 8b4ee73 PR ipa/70018 * cgraph.c (cgraph_set_const_flag_1): Only set [...]
new 6132820 2016-04-16 Sandra Loosemore <sandra(a)codesourcery.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/cp/ChangeLog | 7 +++++++
gcc/cp/tree.c | 32 --------------------------------
2 files changed, 7 insertions(+), 32 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 2f7867d PR ipa/70018 * cgraph.c (cgraph_node::get_availability): Ad [...]
new 8b4ee73 PR ipa/70018 * cgraph.c (cgraph_set_const_flag_1): Only set [...]
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 | 14 ++++++
gcc/cgraph.c | 30 ++++++++++-
gcc/ipa-pure-const.c | 88 ++++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/ipa/pure-const-1.C | 22 +++++++++
gcc/testsuite/g++.dg/ipa/pure-const-2.C | 26 ++++++++++
gcc/testsuite/g++.dg/ipa/pure-const-3.C | 32 ++++++++++++
7 files changed, 194 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pure-const-1.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pure-const-2.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pure-const-3.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 tag linaro-pre-1.6-merge
in repository dejagnu.
at 9e6ff9f (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.