This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 84ced92 Refactor log channel registration mechanism
new 710fd32 Revert "Refactor log channel registration mechanism"
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/lldb/Core/Log.h | 94 ++++-----
include/lldb/Core/PluginManager.h | 16 ++
include/lldb/lldb-forward.h | 2 +
include/lldb/lldb-private-interfaces.h | 1 +
source/Commands/CommandObjectLog.cpp | 44 ++++-
source/Core/Log.cpp | 217 +++++++++------------
source/Core/PluginManager.cpp | 87 +++++++++
.../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 200 +++++++++++++++++--
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 45 ++++-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
unittests/Core/LogTest.cpp | 113 -----------
11 files changed, 491 insertions(+), 330 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 cbdd3bd [X86] Regenerate scalar stack reload test
new 49d7488 Revert "[JumpThreading] Thread through guards"
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/Transforms/Scalar/JumpThreading.h | 5 -
include/llvm/Transforms/Utils/Cloning.h | 10 --
lib/Transforms/Scalar/JumpThreading.cpp | 167 +++----------------------
lib/Transforms/Utils/CloneFunction.cpp | 37 ------
test/Transforms/JumpThreading/guards.ll | 132 -------------------
unittests/Transforms/Utils/Cloning.cpp | 47 -------
6 files changed, 15 insertions(+), 383 deletions(-)
delete mode 100644 test/Transforms/JumpThreading/guards.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-tools-extra.
from 7227430 [clangd] Synchronize logs access.
new 0ae386f [clangd] Silence GCC warning about falling off a fully covere [...]
new fc86ad8 [clangd] Fix another use after free that I missed because COW [...]
new 929f8cc [clang-tidy] Add check 'modernize-return-braced-init-list'
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:
clang-tidy/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 +
clang-tidy/modernize/ReturnBracedInitListCheck.cpp | 97 ++++++++++
...voidBindCheck.h => ReturnBracedInitListCheck.h} | 20 +--
clangd/ASTManager.cpp | 1 +
clangd/ProtocolHandlers.cpp | 2 +-
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/modernize-return-braced-init-list.rst | 22 +++
.../modernize-return-braced-init-list.cpp | 199 +++++++++++++++++++++
10 files changed, 341 insertions(+), 11 deletions(-)
create mode 100644 clang-tidy/modernize/ReturnBracedInitListCheck.cpp
copy clang-tidy/modernize/{AvoidBindCheck.h => ReturnBracedInitListCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/modernize-return-braced-init-list.rst
create mode 100644 test/clang-tidy/modernize-return-braced-init-list.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 binutils-gdb.
from ebf0b03 LD: vfinfo: Make clever formatters consistent WRT function na [...]
new 7a2114e [AArch64] Fix +sve documentation
new 773fb66 [AArch64] Add SVE system registers
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:
gas/ChangeLog | 11 ++++++++++
gas/doc/c-aarch64.texi | 4 ++--
gas/testsuite/gas/aarch64/sve-sysreg-invalid.d | 3 +++
gas/testsuite/gas/aarch64/sve-sysreg-invalid.l | 21 +++++++++++++++++++
gas/testsuite/gas/aarch64/sve-sysreg.d | 29 ++++++++++++++++++++++++++
gas/testsuite/gas/aarch64/sve-sysreg.s | 25 ++++++++++++++++++++++
opcodes/ChangeLog | 5 +++++
opcodes/aarch64-opc.c | 16 ++++++++++++++
8 files changed, 112 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg-invalid.d
create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg-invalid.l
create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg.d
create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg.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 gcc.
from df1b71c Enable libgomp.c/pr48591.c on __float128 targets
new 84d1a42 PR c++/79288 * decl.c (grokdeclarator): For static data mem [...]
new c037579 PR c++/79301 * parser.c (cp_parser_std_attribute): Don't pe [...]
new c214c85 PR tree-optimization/79347 * tree-vect-loop-manip.c (vect_d [...]
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/cp/ChangeLog | 11 +++++++
gcc/cp/decl.c | 17 ++++++-----
gcc/cp/parser.c | 16 ++--------
gcc/testsuite/ChangeLog | 20 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/fallthrough2.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/attr-deprecated-neg.C | 8 ++---
gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C | 2 +-
gcc/testsuite/g++.dg/tls/pr79288.C | 28 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr79347.c | 13 ++++++++
gcc/tree-vect-loop-manip.c | 39 ++++++++++++++++++++++--
13 files changed, 134 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tls/pr79288.C
create mode 100644 gcc/testsuite/gcc.dg/vect/pr79347.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 6d61f07 Fix unittest for buildbot with mips host (32bit big endian) f [...]
new cbdd3bd [X86] Regenerate scalar stack reload 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:
test/CodeGen/X86/pr2656.ll | 29 +++++++++++++++++++++++------
1 file changed, 23 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-tools-extra.
from 9e89563 [clangd] Initialize the thread after the mutex.
new 7227430 [clangd] Synchronize logs access.
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/ASTManager.cpp | 2 +-
clangd/ClangDMain.cpp | 5 ++---
clangd/JSONRPCDispatcher.cpp | 10 ++++++++--
clangd/JSONRPCDispatcher.h | 4 ++--
clangd/ProtocolHandlers.cpp | 8 ++++----
5 files changed, 17 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 879f167 [clangd] Fix use after free.
new 073f518 [clang-tidy] Don't delay parsing of templates in test for mis [...]
new 9e89563 [clangd] Initialize the thread after the mutex.
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:
clangd/ASTManager.h | 7 ++++---
test/clang-tidy/misc-unconventional-assign-operator.cpp | 2 +-
2 files changed, 5 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 gcc.
from 0396f79 PR c/79515 * c-warn.c (do_warn_double_promotion): Don't war [...]
new df1b71c Enable libgomp.c/pr48591.c on __float128 targets
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:
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.c/pr48591.c | 3 ++-
2 files changed, 8 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 lldb.
from 9fb7320 Fix unittests after r295088
new f3fa0a4 Fix debug build of unit tests
new 84ced92 Refactor log channel registration mechanism
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:
include/lldb/Core/Log.h | 94 +++++----
include/lldb/Core/PluginManager.h | 16 --
include/lldb/lldb-forward.h | 2 -
include/lldb/lldb-private-interfaces.h | 1 -
source/Commands/CommandObjectLog.cpp | 44 +----
source/Core/CMakeLists.txt | 3 +
source/Core/Log.cpp | 217 ++++++++++++---------
source/Core/PluginManager.cpp | 87 ---------
.../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 200 ++-----------------
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 45 +----
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
unittests/Core/LogTest.cpp | 113 +++++++++++
12 files changed, 333 insertions(+), 491 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.