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 79d3d0a1e [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns wh [...]
new 3fc19e291 [libFuzzer] Fix lit files to make running tests more straight [...]
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:
test/fuzzer/lit.cfg | 3 +--
test/fuzzer/lit.site.cfg.in | 2 +-
2 files changed, 2 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 glibc.
from a166531fdf hurd: Fix build without NO_HIDDEN
new ef8adeb041 x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]
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:
ChangeLog | 12 ++++++++++++
sysdeps/x86/cpu-features.h | 2 ++
sysdeps/x86/cpu-tunables.c | 7 +++++++
sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h | 13 ++++++++-----
4 files changed, 29 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 061c331bec2 2017-09-12 Richard Biener <rguenther(a)suse.de>
new 7b35a600f42 Reduce lookup_attribute memory footprint.
new daf40ee6ca0 c-family/ * c-common.c (field_decl_cmp, resort_data, reso [...]
new 4244ec455a1 Fix GIMPLE FE test (PR testsuite/82114)
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 | 6 ++++
gcc/attribs.c | 22 ++++++++++++
gcc/attribs.h | 20 +++++------
gcc/c-family/ChangeLog | 7 ++++
gcc/c-family/c-common.c | 68 --------------------------------------
gcc/c-family/c-common.h | 10 ------
gcc/c/ChangeLog | 6 ++++
gcc/c/c-decl.c | 67 +++++++++++++++++++++++++++++++++++++
gcc/c/c-lang.h | 7 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/gimplefe-14.c | 4 ++-
11 files changed, 132 insertions(+), 90 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 7fa2f6fd571 [X86][AVX2] Add integer broadcast scheduling tests
new 863506ba406 Fix a couple of comments, 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:
include/llvm/Target/TargetRegisterInfo.h | 6 +++---
1 file 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 81f521a5aa6 PR libstdc++/70483 make std::experimental::string_view full [...]
new a9e861088eb PR libstdc++/79433 no #error for including headers with wrong -std
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 | 32 +++++++++++++++++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 28 ++++++++++------
libstdc++-v3/include/Makefile.am | 1 -
libstdc++-v3/include/Makefile.in | 1 -
libstdc++-v3/include/bits/c++17_warning.h | 37 ----------------------
libstdc++-v3/include/bits/string_view.tcc | 4 +--
libstdc++-v3/include/std/any | 6 ++--
libstdc++-v3/include/std/mutex | 4 +--
libstdc++-v3/include/std/numeric | 5 ++-
libstdc++-v3/include/std/optional | 8 +++--
libstdc++-v3/include/std/shared_mutex | 6 ++--
libstdc++-v3/include/std/string_view | 6 ++--
libstdc++-v3/include/std/variant | 6 ++--
.../testsuite/20_util/optional/cons/value_neg.cc | 6 ++--
libstdc++-v3/testsuite/26_numerics/gcd/1.cc | 4 +--
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 8 ++---
libstdc++-v3/testsuite/26_numerics/lcm/1.cc | 4 +--
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 8 ++---
.../scoped_lock/requirements/typedefs.cc | 2 +-
19 files changed, 90 insertions(+), 86 deletions(-)
delete mode 100644 libstdc++-v3/include/bits/c++17_warning.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 master
in repository clang-tools-extra.
from af32f846 [clang-tidy] SuspiciousEnumUsageCheck bugfix
new 4b06c246 [clangd] Add support for snippet completions
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/ClangdLSPServer.cpp | 4 +-
clangd/ClangdLSPServer.h | 1 +
clangd/ClangdServer.cpp | 13 +-
clangd/ClangdServer.h | 5 +
clangd/ClangdUnit.cpp | 281 ++++++++++++++++++---
clangd/ClangdUnit.h | 3 +-
clangd/Protocol.cpp | 4 +-
clangd/clients/clangd-vscode/package.json | 6 +-
clangd/clients/clangd-vscode/src/extension.ts | 2 +-
clangd/tool/ClangdMain.cpp | 9 +-
test/clangd/authority-less-uri.test | 4 +-
.../{completion.test => completion-snippet.test} | 28 +-
test/clangd/completion.test | 26 +-
test/clangd/protocol.test | 6 +-
unittests/clangd/ClangdTests.cpp | 21 +-
15 files changed, 316 insertions(+), 97 deletions(-)
copy test/clangd/{completion.test => completion-snippet.test} (75%)
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 0cfc2e60 Remove schroot testing support and rely on --testcontainer su [...]
new e51cef3e Remove obsolete schroot code from .exp files
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:
config/boards/dev-hetzner-armv8.exp | 3 ---
config/boards/dev-tcwglab-armv8.exp | 3 ---
config/boards/infra-hetzner-armv8.exp | 3 ---
config/boards/infra-tcwglab-armv8.exp | 3 ---
config/linaro.exp | 49 ++++++-----------------------------
lib/make.sh | 6 -----
6 files changed, 8 insertions(+), 59 deletions(-)
delete mode 100644 config/boards/dev-hetzner-armv8.exp
delete mode 100644 config/boards/dev-tcwglab-armv8.exp
delete mode 100644 config/boards/infra-hetzner-armv8.exp
delete mode 100644 config/boards/infra-tcwglab-armv8.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.