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 49632da02 [profile] Move newly added test to the supported platform
new 66c28c252 [sanitizer] Remove empty Symbolizer PrepareForSandboxing
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/sanitizer_common/sanitizer_common.h | 2 +-
lib/sanitizer_common/sanitizer_common_libcdep.cc | 12 ++++++------
lib/sanitizer_common/sanitizer_fuchsia.cc | 2 +-
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 8 +-------
lib/sanitizer_common/sanitizer_symbolizer.h | 2 --
lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc | 5 -----
lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc | 2 --
lib/sanitizer_common/sanitizer_symbolizer_win.cc | 4 ----
lib/sanitizer_common/sanitizer_win.cc | 3 +--
lib/tsan/go/tsan_go.cc | 8 --------
10 files changed, 10 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 lld.
from beaff06e8 [lld] fix data race in ELF/ICF.cpp
new 5f60e465f Make fetchIfLazy only fetch an object file. NFC.
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:
ELF/Driver.cpp | 22 ++++++++++++++++------
ELF/SymbolTable.cpp | 23 ++++++++++++-----------
ELF/SymbolTable.h | 2 +-
3 files changed, 29 insertions(+), 18 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 binutils-gdb.
from dfdad367e4 MIPS/LD/testsuite: Correct LD emulations for `mips*-*-kfreeb [...]
new c5edbf3d1c Change read_alphacoff_dynamic_symtab to use gdb::byte_vector
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:
gdb/ChangeLog | 5 ++++
gdb/mipsread.c | 91 +++++++++++++++++++---------------------------------------
2 files changed, 35 insertions(+), 61 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 8435045bd0f * semantics.c (finish_if_stmt_cond): Use instantiation_depe [...]
new e9eaac6ce86 /cp 2018-04-03 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 | 9 +++++++++
gcc/cp/pt.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/class-deduction52.C | 11 +++++++++++
4 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction52.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 d88368c7999 [DEBUGINFO] Add option that allows to disable emission of f [...]
new 4785e67b24a [SLP] Fixed formatting, NFC.
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/SLPVectorizer.cpp | 3 ++-
1 file changed, 2 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 abecb8f76a6 PR c++/85147 * pt.c (fixed_parameter_pack_p_1): Punt if p [...]
new 537929461da gcc/ChangeLog:
new e0163881089 Fix noexcept merging with system headers.
new 10b389b8b20 PR c++/85149 - generic lambda and constexpr if.
new 8435045bd0f * semantics.c (finish_if_stmt_cond): Use instantiation_depe [...]
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:
gcc/ChangeLog | 6 ++
gcc/cp/ChangeLog | 14 +++++
gcc/cp/cp-tree.h | 4 ++
gcc/cp/pt.c | 84 +++++++++++++++++++---------
gcc/cp/semantics.c | 2 +-
gcc/cp/typeck.c | 12 ++--
gcc/doc/extend.texi | 17 ++++--
gcc/testsuite/g++.dg/cpp1z/constexpr-if17.C | 33 +++++++++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type19.C | 14 +++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type19.h | 4 ++
10 files changed, 153 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if17.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type19.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type19.h
--
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-7-branch
in repository gcc.
from 1945193fed4 PR target/85056
new 9f64e27407b PR c++/85060 - wrong-code with call to base member in template.
new a36d4b6e5b7 PR c++/64095 - auto... parameter pack.
new 054bc7f170f Fix noexcept merging with system headers.
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/cp/ChangeLog | 14 ++++++++
gcc/cp/parser.c | 40 ++++++++++++----------
gcc/cp/search.c | 2 +-
gcc/cp/typeck.c | 12 +++----
.../g++.dg/cpp1y/lambda-generic-variadic16.C | 8 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/noexcept-type19.C | 12 +++++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type19.h | 4 +++
gcc/testsuite/g++.dg/template/dependent-base3.C | 26 ++++++++++++++
9 files changed, 93 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic16.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type19.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type19.h
create mode 100644 gcc/testsuite/g++.dg/template/dependent-base3.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 36d6cce30a6 [InstCombine] Fold compare of int constant against a splatt [...]
new d88368c7999 [DEBUGINFO] Add option that allows to disable emission of f [...]
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/MC/MCAsmInfo.h | 7 ++++
lib/MC/MCAsmInfo.cpp | 11 ++++++
lib/MC/MCAsmStreamer.cpp | 40 ++++++++++++----------
.../{multiline.ll => extended-loc-directive.ll} | 37 ++++++++------------
4 files changed, 54 insertions(+), 41 deletions(-)
copy test/DebugInfo/Generic/{multiline.ll => extended-loc-directive.ll} (76%)
--
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 lld.
from 836380733 [ELF] - Eliminate Lazy class.
new beaff06e8 [lld] fix data race in ELF/ICF.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:
ELF/ICF.cpp | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 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 56d3aa5d [clang-tidy] Check for sizeof that call functions
new 47dad430 [clangd] synthesize fix message when the diagnostic doesn't p [...]
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:
clangd/Diagnostics.cpp | 28 ++++++++++++++++++++++++----
unittests/clangd/ClangdUnitTests.cpp | 25 +++++++++----------------
2 files changed, 33 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.