This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ed5bca7 Fix pr69067.c testcase
new 6f3c9ee Add profiling support for IVOPTS
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/tree-ssa-loop-ivopts.c | 62 ++++++++++++++++++++++++++++++++++------------
2 files changed, 52 insertions(+), 16 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-6-branch
in repository gcc.
from 50a7afc * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_ [...]
new 393c81e backport "Fix pr69067.c testcase"
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 | 8 ++++++++
gcc/testsuite/gcc.dg/graphite/pr69067.c | 2 +-
2 files changed, 9 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 c0aa033 /cp 2016-05-30 Paolo Carlini <paolo.carlini(a)oracle.com>
new ed5bca7 Fix pr69067.c testcase
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/gcc.dg/graphite/pr69067.c | 2 +-
2 files changed, 6 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 clang-tools-extra.
from 614606a [clang-tidy] Fix script adding new clang-tidy check
new d3a1e8c [clang-tidy] Remove redundant quote in add_new_check script
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:
clang-tidy/add_new_check.py | 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 lldb.
from 574161a fix up lldb-server platform on Apple hosts
new 43dd455 [LLDB] Make sure that indexing is done before clearing DIE info
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:
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 85 +++++++++++++++++-----
1 file changed, 68 insertions(+), 17 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 clang.
from 4cc451f [Clang][avx512][builtin] Adding missing intrinsics for cvt
new c33ca9e [ASTMatchers] Add support of hasCondition for SwitchStmt.
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:
docs/LibASTMatchersReference.html | 23 +++++++++++++++-------
include/clang/ASTMatchers/ASTMatchers.h | 4 ++--
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 22 +++++++++++++++++++++
3 files changed, 40 insertions(+), 9 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 clang-tools-extra.
from 19bc5e9 Fix a wrong check in misc-unused-using-decls
new 614606a [clang-tidy] Fix script adding new clang-tidy check
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:
clang-tidy/add_new_check.py | 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 231010d * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_ [...]
new c0aa033 /cp 2016-05-30 Paolo Carlini <paolo.carlini(a)oracle.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 | 6 ++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/virtual1.C | 33 +++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/parse/virtual1.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 f85a2cc * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
new 765557c match.pd: optimize unsigned mul overflow check
new 231010d * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_ [...]
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 | 6 ++++++
gcc/match.pd | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 26 ++++++++++++++++++--------
gcc/testsuite/gcc.dg/pr71289.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/i386/iamcu/args.h | 2 +-
5 files changed, 62 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr71289.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-6-branch
in repository gcc.
from 3da26e6 2016-05-30 Richard Biener <rguenther(a)suse.de>
new 50a7afc * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_ [...]
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/gcc.target/i386/iamcu/args.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.