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 0eddbe90 [clangd] NFC: Simplify code, enforce LLVM Coding Standards
new 6609f826 [clangd] Merge binary + YAML serialization behind a (mostly) [...]
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/CMakeLists.txt | 2 +-
clangd/benchmarks/IndexBenchmark.cpp | 2 +-
clangd/index/Serialization.cpp | 67 ++++++++++++++--
clangd/index/Serialization.h | 37 +++++++--
clangd/index/SymbolYAML.h | 54 -------------
.../{SymbolYAML.cpp => YAMLSerialization.cpp} | 89 +++++++++-------------
clangd/index/dex/dexp/Dexp.cpp | 4 +-
clangd/indexer/IndexerMain.cpp | 33 ++++----
clangd/tool/ClangdMain.cpp | 2 +-
unittests/clangd/SerializationTests.cpp | 58 +++++++-------
unittests/clangd/SymbolCollectorTests.cpp | 1 -
11 files changed, 174 insertions(+), 175 deletions(-)
delete mode 100644 clangd/index/SymbolYAML.h
rename clangd/index/{SymbolYAML.cpp => YAMLSerialization.cpp} (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 gcc.
from e3cb8102395 PR c++/87398 * constexpr.c (cxx_eval_constant_expression) [...]
new 7e7a4fadd9c PR c++/87425 * g++.dg/cpp2a/constexpr-virtual12.C: New 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp2a/constexpr-virtual12.C | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual12.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.
from 0f35199af8 [OPENMP] Fix failed test, NFC.
new 82ff8699c6 [OPENMP] Fix the test, 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:
test/Driver/openmp-offload.c | 5 ++---
1 file 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 google/grte/v5-2.27/master
in repository glibc.
from 91f441abb6 Work around a ppc clang inlining bug
new 5c23202b75 Work around clang problem with ifuncs and vdso
new e50d14b607 Work around clang crash by skipping apparently-unneeded asm
new e1c1d33725 Add workaround for infinite looping in ppc vsyscalls
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:
sysdeps/posix/clock_getres.c | 17 +++++++++++++++++
sysdeps/powerpc/powerpc64/backtrace.c | 4 ++++
sysdeps/unix/clock_gettime.c | 17 +++++++++++++++++
sysdeps/unix/sysv/linux/powerpc/gettimeofday.c | 2 +-
sysdeps/unix/sysv/linux/powerpc/time.c | 2 +-
5 files changed, 40 insertions(+), 2 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 7a725b21869 Revert "[DebugInfo] Do not generate address info for remove [...]
new 0d75a2849cb [ConstHoist] Do not rebase single (or few) dependent constant
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/Scalar/ConstantHoisting.cpp | 68 ++++++---
test/CodeGen/Thumb/consthoist-few-dependents.ll | 191 ++++++++++++++++++++++++
2 files changed, 237 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/Thumb/consthoist-few-dependents.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 85a2860cfa [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported fil [...]
new 0f35199af8 [OPENMP] Fix failed test, 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:
test/Driver/openmp-offload.c | 1 -
1 file changed, 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 llvm.
from 5d45cdc9842 [X86] Add AVX512 support to combineVectorSizedSetCCEquality.
new 7a725b21869 Revert "[DebugInfo] Do not generate address info for remove [...]
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 +++--
test/DebugInfo/Generic/debug-label-unreached.ll | 39 -------------------------
2 files changed, 4 insertions(+), 42 deletions(-)
delete mode 100644 test/DebugInfo/Generic/debug-label-unreached.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 260dbbf385 [AArch64] Support adding X[8-15,18] registers as CSRs.
new 85a2860cfa [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported fil [...]
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/Driver/Driver.cpp | 12 ++++++++++++
.../{Modules/Inputs/PR27041/Rtypes.h => Driver/Inputs/in.so} | 0
test/Driver/openmp-offload-gpu.c | 4 +++-
test/Driver/openmp-offload.c | 6 ++++--
4 files changed, 19 insertions(+), 3 deletions(-)
copy test/{Modules/Inputs/PR27041/Rtypes.h => Driver/Inputs/in.so} (100%)
--
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 bc9e188d1 Parallelize .gdb_index string table writes.
new 3da143c78 Fix an error message. It must start with a lowercase letter.
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/InputFiles.cpp | 2 +-
test/ELF/x86-64-split-stack-prologue-adjust-fail.s | 2 +-
2 files changed, 2 insertions(+), 2 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 linux.
from bfb0e9b490bc Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/l [...]
new d792d4c4fc86 scsi: ibmvscsis: Fix a stringop-overflow warning
new adad633af7b9 scsi: ibmvscsis: Ensure partition name is properly NUL terminated
new 83e32a591077 scsi: sd: Contribute to randomness when running rotational device
new d87161bea405 scsi: ufs: Disable blk-mq for now
new 9e210178267b scsi: lpfc: Synchronize access to remoteport via rport
new 1816494330a8 scsi: target: iscsi: Use hex2bin instead of a re-implementation
new 8c39e2699f8a scsi: target: iscsi: Use bin2hex instead of a re-implementation
new 318ddb34b205 scsi: ipr: System hung while dlpar adding primary ipr adap [...]
new f1f1fadacaf0 scsi: sd: don't crash the host on invalid commands
new 846e8dd47c26 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 10 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:
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 +-
drivers/scsi/ipr.c | 106 ++++++++++++++++++-------------
drivers/scsi/ipr.h | 1 +
drivers/scsi/lpfc/lpfc_attr.c | 15 +++--
drivers/scsi/lpfc/lpfc_debugfs.c | 10 +--
drivers/scsi/lpfc/lpfc_nvme.c | 11 +++-
drivers/scsi/sd.c | 6 +-
drivers/scsi/ufs/ufshcd.c | 7 ++
drivers/target/iscsi/iscsi_target_auth.c | 45 +++++--------
9 files changed, 116 insertions(+), 90 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.