This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1381765 clang-format: [JS] ASI after imports
new 08205c8 clang-format: [JS] fix broken test.
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:
unittests/Format/FormatTestJS.cpp | 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 clang.
from 7937c28 Implement C++ DR1391 (wg21.link/cwg1391)
new 1381765 clang-format: [JS] ASI after imports
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/Format/UnwrappedLineParser.cpp | 18 +++++++++++++-----
unittests/Format/FormatTestJS.cpp | 18 ++++++++++++++++++
2 files changed, 31 insertions(+), 5 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 7255783 2017-01-08 Sandra Loosemore <sandra(a)codesourcery.com>
new 478475f 2017-01-09 Richard Biener <rguenther(a)suse.de>
new 412f092 2017-01-09 Richard Biener <rguenther(a)suse.de>
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 | 12 ++++
gcc/dwarf2out.c | 24 +++++++-
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/g++.dg/lto/pr79000_0.C | 7 +++
gcc/testsuite/g++.dg/lto/pr79000_1.c | 5 ++
gcc/testsuite/gcc.dg/torture/pr78997.c | 106 +++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 5 +-
7 files changed, 166 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr79000_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr79000_1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78997.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 clang.
from dd6177c Implement DR1388 (wg21.link/cwg1388).
new 7937c28 Implement C++ DR1391 (wg21.link/cwg1391)
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:
include/clang/Sema/Overload.h | 61 +++++---
include/clang/Sema/Sema.h | 50 ++++---
lib/Sema/SemaOverload.cpp | 261 +++++++++++++++++++++++----------
lib/Sema/SemaTemplateDeduction.cpp | 61 +++++---
test/CXX/drs/dr13xx.cpp | 78 ++++++++++
test/Misc/diag-template-diffing.cpp | 6 +-
test/SemaCXX/attr-mode-tmpl.cpp | 2 +-
test/SemaCXX/attr-noreturn.cpp | 10 +-
test/SemaCXX/overload-call.cpp | 2 +-
test/SemaCXX/overload-member-call.cpp | 2 +-
test/SemaTemplate/deduction.cpp | 4 +
test/SemaTemplate/temp_arg_nontype.cpp | 8 +-
www/cxx_dr_status.html | 2 +-
13 files changed, 400 insertions(+), 147 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 llvm.
from a72cf11 [WebAssembly] Fix the opcode values for i64.eq and i64.ne.
new f7babeb [PM] Teach SCEV to invalidate itself when its dependencies be [...]
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:
include/llvm/Analysis/ScalarEvolution.h | 2 +
lib/Analysis/ScalarEvolution.cpp | 12 +++++
test/Analysis/ScalarEvolution/invalidation.ll | 70 +++++++++++++++++++++++++++
3 files changed, 84 insertions(+)
create mode 100644 test/Analysis/ScalarEvolution/invalidation.ll
--
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 1538c57 Add release notes for `diagnose_if`
new dd6177c Implement DR1388 (wg21.link/cwg1388).
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/Sema/SemaTemplateDeduction.cpp | 83 ++++++++++++++--------
test/CXX/drs/dr13xx.cpp | 52 ++++++++++++++
.../temp.deduct/temp.deduct.call/p1-0x.cpp | 13 ++--
test/SemaTemplate/deduction.cpp | 24 ++++++-
www/cxx_dr_status.html | 4 +-
5 files changed, 135 insertions(+), 41 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 683486e 2017-01-08 Sandra Loosemore <sandra(a)codesourcery.com>
new 7255783 2017-01-08 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/ChangeLog | 5 +
gcc/doc/invoke.texi | 818 ++++++++++++++++++++++++++--------------------------
2 files changed, 415 insertions(+), 408 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 llvm.
from d584d64 Remove unused method in LoopVectorize.cpp.
new a72cf11 [WebAssembly] Fix the opcode values for i64.eq and i64.ne.
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/Target/WebAssembly/WebAssemblyInstrInteger.td | 4 ++--
1 file changed, 2 insertions(+), 2 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 llvm.
from b393b33 NewGVN: Fix PR 31573, a failure to verify memory congruency d [...]
new d584d64 Remove unused method in LoopVectorize.cpp.
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/Vectorize/LoopVectorize.cpp | 7 -------
1 file changed, 7 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 5a6ff0d Add the diagnose_if attribute to clang.
new 1538c57 Add release notes for `diagnose_if`
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/ReleaseNotes.rst | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.