This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6258798 PR target/72843 * config/i386/i386.md (*movtf_internal): Us [...]
new ae7e606 [PR ipa/71981] Make get_dynamic_type grok MEM_REF
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/ipa-polymorphic-call.c | 6 +++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ipa/pr71981.c | 10 ++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr71981.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 22e5191 2016-08-09 Richard Biener <rguenther(a)suse.de>
new de9c3cf [PR ipa/71981] Make get_dynamic_type grok MEM_REF
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/ipa-polymorphic-call.c | 6 +++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ipa/pr71981.c | 10 ++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr71981.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 llvm.
from 861388b [LVI] Make LVI smarter about comparisons with non-constants
new f78dbb9 [Profile] turn off verbose warnings by default
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:
lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 +-
test/Transforms/PGOProfile/diag_no_funcprofdata.ll | 4 ++--
2 files changed, 3 insertions(+), 3 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 a69fb57 gcc/testsuite PR tree-optimization/33707 * gcc.dg/vect/pr3 [...]
new 6258798 PR target/72843 * config/i386/i386.md (*movtf_internal): Us [...]
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 | 10 ++++++++++
gcc/config/i386/i386.md | 8 ++++----
2 files changed, 14 insertions(+), 4 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 ecf27f0 clang-format: Add SpaceAfterTemplate
new e8aa1a2 [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
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 | 30 ++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 40 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 2 ++
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 34 ++++++++++++++++++
4 files changed, 106 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 binutils-gdb.
from e5ca03b Fix PR gdb/20295: GDB segfaults printing bitfield member of o [...]
new 68994ca Correct the calculation of the use_counts of merged .got entries.
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:
bfd/ChangeLog | 5 +++++
bfd/elf64-alpha.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 gcc.
from 6723abf5 PR tree-optimization/72772 * tree-ssa-loop-niter.h (simplif [...]
new a031a84 PR tree-optimization/72772 * tree-ssa-loop-niter.c (loop_ex [...]
new a69fb57 gcc/testsuite PR tree-optimization/33707 * gcc.dg/vect/pr3 [...]
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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr72772.c | 21 ++++++++++++++++++++
.../gcc.dg/vect/{pr57558-2.c => pr33707.c} | 12 +++++------
gcc/tree-ssa-loop-niter.c | 23 ++++++++++++++--------
5 files changed, 58 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr72772.c
copy gcc/testsuite/gcc.dg/vect/{pr57558-2.c => pr33707.c} (57%)
--
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 cb658a2 PR c++/56701 - wrong type of &*this
new 8f1baf0 MIPS: Skip gcc.dg/loop-8.c due to additional invariants
new 594cc00 PR c++/72849 - ICE with incomplete class.
new 6723abf5 PR tree-optimization/72772 * tree-ssa-loop-niter.h (simplif [...]
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 | 14 ++++++++++
gcc/cp/ChangeLog | 5 ++++
gcc/cp/class.c | 2 +-
gcc/cp/constexpr.c | 3 ++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/template/incomplete7.C | 4 +++
gcc/testsuite/gcc.dg/loop-8.c | 2 +-
gcc/tree-scalar-evolution.c | 5 ++--
gcc/tree-ssa-loop-niter.c | 42 ++++++++++++++---------------
gcc/tree-ssa-loop-niter.h | 3 +--
10 files changed, 56 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/incomplete7.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 llvm.
from 04876e5 [X86][XOP] Add support for combining target shuffles to VPERM [...]
new 861388b [LVI] Make LVI smarter about comparisons with non-constants
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:
lib/Analysis/LazyValueInfo.cpp | 55 ++++++----
.../Transforms/CorrelatedValuePropagation/range.ll | 112 +++++++++++++++++++++
2 files changed, 148 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 master
in repository clang.
from 6324044 [analyzer] Try to fix coverity CID 1360469.
new ecf27f0 clang-format: Add SpaceAfterTemplate
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/ClangFormatStyleOptions.rst | 3 +++
include/clang/Format/Format.h | 4 ++++
lib/Format/Format.cpp | 3 +++
lib/Format/TokenAnnotator.cpp | 5 +++--
unittests/Format/FormatTest.cpp | 7 +++++++
5 files changed, 20 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.