This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca3a0c9 [AVX-512] Change another pattern that was using BLENDM to use [...]
new 66e9c6a NewGVN: Change a std::vector to SmallVector and cleanup naming.
new b393b33 NewGVN: Fix PR 31573, a failure to verify memory congruency d [...]
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:
lib/Transforms/Scalar/NewGVN.cpp | 36 +++++++++++++++++++++++----------
test/Transforms/NewGVN/pr31573.ll | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr31573.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 llvm.
from 3612268 [AVX-512] Add patterns to use a zero masked VPTERNLOG instruc [...]
new ca3a0c9 [AVX-512] Change another pattern that was using BLENDM to use [...]
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/X86/X86InstrAVX512.td | 39 +++++++++++++++++++++++---------------
test/CodeGen/X86/avx512-ext.ll | 30 ++++++++++++++---------------
test/CodeGen/X86/avx512-vec-cmp.ll | 16 ++++++++--------
3 files changed, 47 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 clang.
from 25f75c4 [cxx1z-constexpr-lambda] Implement constant evaluation of non [...]
new 5a6ff0d Add the diagnose_if attribute to clang.
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/AST/Expr.h | 3 +-
include/clang/Basic/Attr.td | 27 +-
include/clang/Basic/AttrDocs.td | 59 ++++
include/clang/Basic/DiagnosticCommonKinds.td | 2 +
include/clang/Basic/DiagnosticGroups.td | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 12 +-
include/clang/Sema/Initialization.h | 4 +-
include/clang/Sema/Overload.h | 80 +++--
include/clang/Sema/Sema.h | 37 ++-
lib/AST/ExprConstant.cpp | 19 +-
lib/Sema/SemaDeclAttr.cpp | 109 ++++++-
lib/Sema/SemaExpr.cpp | 73 +++--
lib/Sema/SemaLookup.cpp | 3 +-
lib/Sema/SemaOverload.cpp | 344 +++++++++++++++-----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 63 ++--
test/Sema/diagnose_if.c | 152 +++++++++
test/SemaCXX/diagnose_if.cpp | 460 +++++++++++++++++++++++++++
17 files changed, 1282 insertions(+), 169 deletions(-)
create mode 100644 test/Sema/diagnose_if.c
create mode 100644 test/SemaCXX/diagnose_if.cpp
--
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 compiler-rt.
from cf0113c [Builtins] [ARM] Adding Thumb1 support for fcmp
new ae4b880 Enable weak hooks on darwin
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:
cmake/Modules/SanitizerUtils.cmake | 11 +++++++++++
lib/asan/CMakeLists.txt | 5 +++++
lib/asan/tests/CMakeLists.txt | 5 +++++
lib/asan/weak_symbols.txt | 3 +++
lib/sanitizer_common/sanitizer_internal_defs.h | 2 +-
lib/sanitizer_common/tests/CMakeLists.txt | 3 +++
lib/sanitizer_common/weak_symbols.txt | 6 ++++++
lib/stats/CMakeLists.txt | 8 ++++++++
lib/tsan/CMakeLists.txt | 5 +++++
lib/tsan/tests/CMakeLists.txt | 8 ++++++--
lib/ubsan/CMakeLists.txt | 4 ++++
lib/ubsan/weak_symbols.txt | 1 +
12 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 lib/asan/weak_symbols.txt
create mode 100644 lib/sanitizer_common/weak_symbols.txt
create mode 100644 lib/ubsan/weak_symbols.txt
--
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 4711e17 Revert r291410 and r291411.
new 25f75c4 [cxx1z-constexpr-lambda] Implement constant evaluation of non [...]
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/AST/ExprConstant.cpp | 19 ++++++++
lib/Sema/SemaExpr.cpp | 6 ++-
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 77 ++++++++++++++++++++++++++++++++
3 files changed, 100 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 gcc.
from 05f56e5 2017-01-08 Sandra Loosemore <sandra(a)codesourcery.com>
new 683486e 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 | 7 +++++++
gcc/doc/extend.texi | 2 ++
2 files changed, 9 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 llvm.
from d9a8ccc Define sys::path::convert_to_slash
new 3612268 [AVX-512] Add patterns to use a zero masked VPTERNLOG instruc [...]
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/X86/X86InstrAVX512.td | 16 +++++
lib/Target/X86/X86InstrInfo.cpp | 15 ++++
test/CodeGen/X86/avx512-calling-conv.ll | 24 +++----
test/CodeGen/X86/avx512-cvt.ll | 14 ++--
test/CodeGen/X86/avx512-ext.ll | 3 +-
test/CodeGen/X86/avx512-insert-extract.ll | 56 +++++++--------
test/CodeGen/X86/avx512-mask-op.ll | 110 +++++++++++++----------------
test/CodeGen/X86/avx512-vbroadcast.ll | 3 +-
test/CodeGen/X86/avx512-vec-cmp.ll | 6 +-
test/CodeGen/X86/sse-fsignum.ll | 11 ++-
test/CodeGen/X86/vector-compare-results.ll | 24 +++----
test/CodeGen/X86/vector-sext.ll | 45 +++++-------
test/CodeGen/X86/vector-shuffle-v1.ll | 74 +++++++++----------
13 files changed, 184 insertions(+), 217 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 binutils-2_28-branch
in repository binutils-gdb.
from 154b755 Automatic date update in version.in
new 9f44236 .rela.dyn comment fix and add missing ChangeLog entry
new 61716c6 [GOLD] Set sh_info of .rela.plt for powerpc
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:
binutils/ChangeLog | 5 +++++
binutils/ChangeLog-2016 | 3 +++
binutils/readelf.c | 4 ++--
gold/ChangeLog | 5 +++++
gold/powerpc.cc | 3 +++
5 files changed, 18 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 gcc.
from 71d20f3 Daily bump.
new 05f56e5 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 | 11 +++++++++++
gcc/doc/cppopts.texi | 7 +++++++
gcc/doc/invoke.texi | 30 +++++++++++++-----------------
3 files changed, 31 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 llvm.
from 8839e0c CommandLine option: Relax the assertion introduced in r290467 [...]
new d9a8ccc Define sys::path::convert_to_slash
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/Support/Path.h | 8 ++++++++
lib/Support/Path.cpp | 10 ++++++++++
lib/Support/TarWriter.cpp | 12 ++----------
3 files changed, 20 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.