This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from df2f15bbe0c PR libstdc++/79162 Fix std::string regression due to LWG 2946
new 27a0cfeab1c * g++.dg/cpp1z/cplusplus.C: Test that __cplusplus is equal [...]
new e6b5fa173fe P0409R2 - allow lambda capture [=, this] * parser.c (cp_p [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/ChangeLog | 11 +++++++++++
.../g++.dg/cpp0x/lambda/lambda-capture-redundancy.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/cplusplus.C | 4 ++--
gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1z/lambda-this1.C | 20 +++++++++++++++++++-
7 files changed, 47 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.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-tools-extra.
from ed1dc661 [clangd] Put inacessible items to the end of completion list.
new 8e0325cc [clangd] Fixed crash on MacOS.
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/ClangdServer.cpp | 2 +-
clangd/ClangdServer.h | 9 ++++-----
2 files changed, 5 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 clang.
from aacb703987 [PCH] Fixed preamble breaking with BOM presence (and particu [...]
new abb16417ba Fixed unused variable warning introduced in r313796 causing [...]
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/Lex/Lexer.cpp | 3 ---
1 file changed, 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 libcxx.
from 9641305bb Mark the __eval methods on independent_bits_engine (and __ind [...]
new 1e32db7b3 Revert 313789 because gcc doesn't like it
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/algorithm | 8 ++++----
include/random | 8 ++++----
2 files changed, 8 insertions(+), 8 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 5ba828f9a Consider only A.Sec in moveAbsRight.
new a57ad003b Consider ForceAbsolute again in moveAbsRight.
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/ScriptParser.cpp | 2 +-
test/ELF/linkerscript/absolute2.s | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/absolute2.s
--
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 81e38244284 Reland "[WebAssembly] Add support for naming wasm data segments"
new ae40a104209 AMDGPU: Fix encoding of op_sel for mad_mix* opcodes
new db99a998067 Introduce the llvm-cfi-verify tool (resubmission of D37937).
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:
docs/CFIVerify.rst | 91 ++++++++
docs/index.rst | 6 +-
lib/Target/AMDGPU/VOP3PInstructions.td | 6 +-
test/CodeGen/AMDGPU/mad-mix.ll | 48 ++---
test/MC/AMDGPU/vop3p.s | 20 +-
tools/LLVMBuild.txt | 1 +
tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt | 5 +-
tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt | 4 +-
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 241 ++++++++++++++++++++++
9 files changed, 379 insertions(+), 43 deletions(-)
create mode 100644 docs/CFIVerify.rst
copy tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt (75%)
copy tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt (88%)
create mode 100644 tools/llvm-cfi-verify/llvm-cfi-verify.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 lldb.
from 49509d6b4 Fix the SIGINT handlers
new c14bc3a4f Fix warning caused by new clang::BuiltinType::Float16 added i [...]
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:
source/Symbol/ClangASTContext.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 686e2d6ca3c [APInt] Use getActiveBits() to implement logBase2 and ceilL [...]
new 81e38244284 Reland "[WebAssembly] Add support for naming wasm data segments"
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/BinaryFormat/Wasm.h | 2 ++
include/llvm/ObjectYAML/WasmYAML.h | 3 ++-
lib/MC/WasmObjectWriter.cpp | 19 ++++++++++++++++---
lib/Object/WasmObjectFile.cpp | 9 +++++++++
lib/ObjectYAML/WasmYAML.cpp | 1 +
test/MC/WebAssembly/array-fill.ll | 14 +++++++++++---
test/MC/WebAssembly/bss.ll | 20 ++++++++++++++++++++
test/MC/WebAssembly/explicit-sections.ll | 13 +++++++++++++
test/MC/WebAssembly/unnamed-data.ll | 9 +++++++++
test/MC/WebAssembly/weak-alias.ll | 5 +++++
test/tools/llvm-readobj/sections.test | 6 ++++++
tools/llvm-readobj/WasmDumper.cpp | 15 ++++++++++++++-
tools/obj2yaml/wasm2yaml.cpp | 12 +++++++++++-
tools/yaml2obj/yaml2wasm.cpp | 11 +++++++++++
14 files changed, 130 insertions(+), 9 deletions(-)
create mode 100644 test/MC/WebAssembly/bss.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 93bd7cd32d Remove offset size check in nullptr arithmetic handling
new aacb703987 [PCH] Fixed preamble breaking with BOM presence (and particu [...]
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/Frontend/PrecompiledPreamble.h | 15 ----------
include/clang/Lex/Lexer.h | 27 +++++++++++++----
include/clang/Lex/PreprocessorOptions.h | 4 +--
lib/Frontend/FrontendActions.cpp | 2 +-
lib/Frontend/PrecompiledPreamble.cpp | 3 +-
lib/Lex/Lexer.cpp | 14 ++++-----
lib/Lex/Preprocessor.cpp | 6 ++--
unittests/Frontend/PCHPreambleTest.cpp | 44 ++++++++++++++++++++++++++++
8 files changed, 80 insertions(+), 35 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 gcc-7-branch
in repository gcc.
from 232a3c4ce55 Fix failing C++17 test
new 95fbb117da1 PR libstdc++/79162 Fix std::string regression due to LWG 2946
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 | 8 ++++++++
libstdc++-v3/include/bits/basic_string.h | 1 +
.../cons/char/{moveable2.cc => moveable2_c++17.cc} | 5 ++---
.../cons/wchar_t/{moveable2.cc => moveable2_c++17.cc} | 17 ++++++++---------
4 files changed, 19 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/21_strings/basic_string/cons/char/{moveable2.cc => mov [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/{moveable2.cc => [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.