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 87c6f40 [asan] Don't use libcorkscrew on Android L+.
new c15309d cleanup: Enforce caller to set total size to avoid redundant [...]
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/profile/InstrProfData.inc | 7 +++++--
lib/profile/InstrProfilingValue.c | 1 +
2 files changed, 6 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 newlib.
from d1d1378 Fix libgloss arc nsim specs file.
new 5c02bcc Fix strlen using Thumb-2 with -Os -marm
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:
newlib/libc/machine/arm/strlen-stub.c | 7 +++++--
newlib/libc/machine/arm/strlen.S | 7 +++++--
2 files changed, 10 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 llvm.
from cefd2c3 SDAG: Have SelectNodeTo replace uses if it CSE's instead of m [...]
new e819b33 SDAG: Add a helper to replace and remove a node during ISel
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/CodeGen/SelectionDAGISel.h | 5 +++++
lib/Target/X86/X86ISelDAGToDAG.cpp | 10 +++-------
2 files changed, 8 insertions(+), 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 llvm.
from 5009e4f [X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments.
new 6d6b3df [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC
new 678ba5a fix documentation comments; NFC
new fea2d4d [AArch64] Improve getUsefulBitsForUse for narrow stores.
new 52af319 [ThinLTO] Fix Windows debug failure in new iterator
new cefd2c3 SDAG: Have SelectNodeTo replace uses if it CSE's instead of m [...]
The 5 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/CodeGen/MachineMemOperand.h | 76 ++++++++++------------
include/llvm/ProfileData/InstrProf.h | 77 ++++++++++++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 15 ++++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 ++-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 +-
lib/ProfileData/InstrProf.cpp | 93 +++++++++++++++------------
lib/ProfileData/InstrProfWriter.cpp | 7 +-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 14 ++++
test/CodeGen/AArch64/bitfield-insert.ll | 36 +++++++++++
9 files changed, 221 insertions(+), 114 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 8ecbed3 [MSVC] Implementation of __unaligned as a proper type qualifier
new 73cb61f [tooling] Fix missing inline keyworkd, breaking build bot.
new da822bb [analyzer] Fix crash in ObjCGenericsChecker
new 9821058 Preserve the FoundDecl when performing overload resolution fo [...]
new cbbb14f [VFS][Unittests] Make dir iteration tests depend only on content
The 4 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/ExprCXX.h | 38 +--
include/clang/Sema/Overload.h | 30 ++-
include/clang/Sema/Sema.h | 5 +-
include/clang/Sema/TemplateDeduction.h | 7 +-
include/clang/Tooling/FixIt.h | 10 +-
lib/AST/ASTImporter.cpp | 9 +-
lib/AST/ExprCXX.cpp | 44 ++--
lib/CodeGen/CGObjC.cpp | 1 +
lib/Sema/SemaDeclCXX.cpp | 14 +-
lib/Sema/SemaExprCXX.cpp | 8 +-
lib/Sema/SemaInit.cpp | 126 ++++------
lib/Sema/SemaLookup.cpp | 2 +-
lib/Sema/SemaOverload.cpp | 146 +++++------
lib/Sema/SemaTemplate.cpp | 16 +-
lib/Sema/SemaTemplateInstantiate.cpp | 5 +-
lib/Sema/TreeTransform.h | 14 +-
.../Checkers/DynamicTypePropagation.cpp | 25 ++
test/Analysis/generics.m | 273 +++++++++++++++++++++
unittests/Basic/VirtualFileSystemTest.cpp | 25 +-
19 files changed, 570 insertions(+), 228 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 compiler-rt.
from e4a87c9 Reapply r268608
new cd7d3f3 [sanitizer] Move *stat to the common interceptors
new 8512db2 [CMake] Cache check results and avoid duplicate checks
new 87c6f40 [asan] Don't use libcorkscrew on Android L+.
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:
cmake/Modules/BuiltinTests.cmake | 16 ++---
cmake/config-ix.cmake | 1 -
lib/esan/esan_interceptors.cpp | 71 ---------------------
lib/msan/msan_interceptors.cc | 42 -------------
.../sanitizer_common_interceptors.inc | 51 +++++++++++++++
.../sanitizer_platform_interceptors.h | 3 +
.../sanitizer_unwind_linux_libcdep.cc | 5 ++
lib/tsan/rtl/tsan_interceptors.cc | 73 ----------------------
8 files changed, 68 insertions(+), 194 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 f8ab578 [clang-tidy] Refactoring of FixHintUtils
new bb7870c [Clang-tidy] modernize-use-bool-literals: documentation style.
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 | 2 +-
docs/clang-tidy/checks/modernize-use-bool-literals.rst | 2 +-
test/clang-tidy/modernize-use-bool-literals.cpp | 4 ----
3 files changed, 2 insertions(+), 6 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 lnt.
from 1d1e8f2 Do not force the 'test' inputset when running pgo
new 0d3fbc5 fix unit 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:
tests/runtest/test_suite.py | 4 ++++
1 file changed, 4 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 gcc.
from 57215d5 * gcc.target/i386/sse-13.c: Add dg-add-options bind_pic_loca [...]
new 54c4d22 PR43651: add warning for duplicate qualifier
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/c-family/ChangeLog | 5 ++
gcc/c-family/c.opt | 4 ++
gcc/c/ChangeLog | 9 ++++
gcc/c/c-decl.c | 18 ++++++-
gcc/c/c-errors.c | 6 ++-
gcc/c/c-tree.h | 3 +-
gcc/doc/invoke.texi | 8 +++
gcc/testsuite/ChangeLog | 6 +++
.../gcc.dg/Wduplicate-decl-specifier-c11.c | 27 ++++++++++
gcc/testsuite/gcc.dg/Wduplicate-decl-specifier.c | 63 ++++++++++++++++++++++
11 files changed, 151 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wduplicate-decl-specifier-c11.c
create mode 100644 gcc/testsuite/gcc.dg/Wduplicate-decl-specifier.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 965a359 PR fortran/70855 * frontend-passes.c (inline_matmul_assign) [...]
new 862d8e1 libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrap
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/src/c++11/cow-stdexcept.cc | 37 ++++++++++++++++++---------------
2 files changed, 26 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.