This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0e9e744bddd [InstCombine] allow X / C -> X * (1.0/C) for vector splat F [...]
new 64f776d49e2 [X86][SSE] combineTruncateWithSat - use truncateVectorWithP [...]
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/X86/X86ISelLowering.cpp | 27 +++---
test/CodeGen/X86/vector-trunc-packus.ll | 155 +++-----------------------------
2 files changed, 30 insertions(+), 152 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 c4ce343b [clangd] Fix make_unique ambiguity, NFC
new aca233d8 [clangd] Enable snippet completion based on client capabilities.
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 | 12 ++++++---
clangd/Protocol.cpp | 36 +++++++++++++++++++++++++++
clangd/Protocol.h | 48 ++++++++++++++++++++++++++++++++++--
clangd/tool/ClangdMain.cpp | 8 ------
test/clangd/completion-snippets.test | 43 ++++++++++++++++++++++++++++++++
5 files changed, 133 insertions(+), 14 deletions(-)
create mode 100644 test/clangd/completion-snippets.test
--
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 c01ad1819c4 [testsuite] Require et alloca for Wstringop-overflow-3.c
new 10ab0ab7052 Fix my changelog entry for PR target/83758
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/ChangeLog | 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 f6a1597528 Add Xray instrumentation compile-time/link-time support to FreeBSD
new 257c69784a Adding msan support for FreeBSD
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/ToolChains/FreeBSD.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 clang.
from 1c1f7b61b1 Add -no-canonical-prefixes to allow different build modes.
new f6a1597528 Add Xray instrumentation compile-time/link-time support to FreeBSD
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/ToolChains/FreeBSD.cpp | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 compiler-rt.
from 9a797cae1 Teach sanitizer about NetBSD specific ioctl(2) calls
new 8dde6e6cf Add Xray instrumentation support to FreeBSD
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:
cmake/config-ix.cmake | 2 +-
lib/sanitizer_common/sanitizer_internal_defs.h | 3 ++-
lib/xray/tests/CMakeLists.txt | 7 +++++--
lib/xray/tests/unit/fdr_logging_test.cc | 11 ++++++-----
lib/xray/xray_fdr_logging_impl.h | 11 ++++++-----
lib/xray/xray_flags.inc | 2 +-
lib/xray/xray_inmemory_log.cc | 2 +-
lib/xray/xray_x86_64.cc | 26 +++++++++++++++++++++++++-
lib/xray/xray_x86_64.inc | 5 +++--
test/xray/lit.cfg | 12 +++++++++---
10 files changed, 59 insertions(+), 22 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 f4a8dfc7 [clangd] Make functions of ClangdServer callback-based
new c4ce343b [clangd] Fix make_unique ambiguity, 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:
clangd/Trace.cpp | 4 ++--
1 file 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 llvm.
from 6671a9d78f1 [X86][SSE] combineTruncateWithSat - use truncateVectorWithP [...]
new 0e9e744bddd [InstCombine] allow X / C -> X * (1.0/C) for vector splat F [...]
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/IR/Constants.h | 5 +++++
lib/IR/Constants.cpp | 11 +++++++++++
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 20 +++++++++-----------
test/Transforms/InstCombine/fdiv.ll | 17 ++++++++++++++---
4 files changed, 39 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 clang.
from 8d929b4e7b [clang-format] Improve ObjC headers detection
new 1c1f7b61b1 Add -no-canonical-prefixes to allow different build modes.
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/amdgcn-toolchain-pic.cl | 10 +++++-----
1 file changed, 5 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 llvm.
from 371e6cc130d [SelectionDAG] Add initial implementation of TargetLowering [...]
new 032b42a4b9a [DebugInfo] Accept enumeration types without underlying int [...]
new 6671a9d78f1 [X86][SSE] combineTruncateWithSat - use truncateVectorWithP [...]
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:
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 10 +-
lib/Target/X86/X86ISelLowering.cpp | 19 ++--
test/CodeGen/X86/vector-trunc-ssat.ll | 177 +++---------------------------
test/DebugInfo/Generic/debug-info-enum.ll | 17 ++-
4 files changed, 47 insertions(+), 176 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.