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 d7f449c026 x86: Don't display --32/--64/--x32 without BFD64
new bd923e5108 Return unique_xmalloc_ptr for generate_c_for_variable_locations
new 6f36b6d29f Rename symbol_substitution_name
new b7dc48b4a8 Move C-related declarations to compile-c.h
new 18cdc6d8f8 Add a C++ wrapper for GCC C plug-in
new 9cdfd9a26e Change compile_instance/compile_c_instance into classes
new 946d3d10e7 Move compile_instance to compile.c
new 0cfbf43085 Use unique_ptr for htabs
new ad3a68e9b9 Use policies for code generation
The 8 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 | 115 +++++++++++
gdb/Makefile.in | 9 +-
gdb/c-lang.h | 4 +-
gdb/compile/compile-c-support.c | 419 +++++++++++++++++++++++++---------------
gdb/compile/compile-c-symbols.c | 180 ++++-------------
gdb/compile/compile-c-types.c | 317 +++++++++++-------------------
gdb/compile/compile-c.h | 95 +++++++++
gdb/compile/compile-internal.h | 180 +++++++++--------
gdb/compile/compile-loc2c.c | 1 +
gdb/compile/compile.c | 320 +++++++++++++++++++++++++-----
gdb/compile/gcc-c-plugin.h | 64 ++++++
gdb/language.h | 6 +-
12 files changed, 1072 insertions(+), 638 deletions(-)
create mode 100644 gdb/compile/compile-c.h
create mode 100644 gdb/compile/gcc-c-plugin.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 binutils-gdb.
from 19449d7c67 x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s
new d7f449c026 x86: Don't display --32/--64/--x32 without BFD64
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:
gas/ChangeLog | 7 +++++++
gas/config/tc-i386.c | 4 ++--
gas/testsuite/gas/i386/i386.exp | 9 ++++++++-
3 files changed, 17 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 llvm.
from 5aaa8205c76 Update the coding standards and developer policy documentat [...]
new 2388a7db339 AMDGPU: Add LLVM_FALLTHROUGH
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/AMDGPU/SIISelLowering.cpp | 2 ++
1 file changed, 2 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 lldb.
from 1774377b1 RichManglingContext: Make m_ipd_str_len a local variable and [...]
new 949996cd0 [tests, libstdcxx] Add missing test category on the TestDataF [...]
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:
.../libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py | 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 clang.
from 9c335bba42 Make changes to the check strings so that the test I modifie [...]
new 2cbc5aab72 Allow relockable scopes with thread safety attributes.
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/Analysis/ThreadSafety.cpp | 82 ++++++++++++---
test/SemaCXX/warn-thread-safety-analysis.cpp | 148 +++++++++++++++++++++++++++
2 files changed, 216 insertions(+), 14 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 8da2e112bcd [MS Demangler] Add conversion operator tests.
new b5eef713770 [InstCombine] add/update tests for selectBinOpIdentity; NFC
new 5aaa8205c76 Update the coding standards and developer policy documentat [...]
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/CodingStandards.rst | 10 ++++-
docs/DeveloperPolicy.rst | 8 +++-
docs/Lexicon.rst | 1 +
test/Transforms/InstCombine/select-binop-icmp.ll | 55 ++++++++++++++++--------
4 files changed, 53 insertions(+), 21 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 3a14fe2e [clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefix
new db1904c5 [clangd] extend the publishDiagnostics response to send back [...]
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 | 18 +++++++++++++++++-
clangd/ClangdLSPServer.h | 2 ++
clangd/Diagnostics.h | 6 ++++++
clangd/Protocol.cpp | 10 ++++++++++
clangd/Protocol.h | 15 +++++++++++++++
5 files changed, 50 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 binutils-gdb.
from 9c973a29df Always use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZE
new 19449d7c67 x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s
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:
gas/ChangeLog | 9 +++++++++
gas/testsuite/gas/i386/evex-no-scale-32.d | 1 -
gas/testsuite/gas/i386/evex-no-scale-32.s | 7 +++++++
gas/testsuite/gas/i386/evex-no-scale-64.d | 1 -
gas/testsuite/gas/i386/{evex-no-scale.s => evex-no-scale-64.s} | 10 ----------
5 files changed, 16 insertions(+), 12 deletions(-)
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-32.s
rename gas/testsuite/gas/i386/{evex-no-scale.s => evex-no-scale-64.s} (52%)
--
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 ffa70d529c [CodeGen] Merge equivalent block copy/helper functions.
new 9c335bba42 Make changes to the check strings so that the test I modifie [...]
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/CodeGenCXX/block-byref-cxx-objc.cpp | 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 libcxx.
from 836b7e9c1 [libc++] Enable aligned allocation based on feature test macr [...]
new 6699cd385 [libcxx] Mark charconv tests as failing for previous libcxx v [...]
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:
.../std/utilities/charconv/charconv.from.chars/integral.pass.cpp | 9 +++++++++
test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp | 9 +++++++++
2 files changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.