This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 48be38f94bb Revert r351833 and r352250.
new 7acb4bb4a6b [AMDGPU] Fix a weird WWM intrinsic issue.
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/SIInstrInfo.cpp | 30 +++++++++++---------
lib/Target/AMDGPU/SIInstrInfo.h | 4 ---
test/CodeGen/AMDGPU/fix-wwm-vgpr-copy.ll | 47 ++++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fix-wwm-vgpr-copy.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 38b66ffe [clangd] Interfaces for writing code tweaks
new 8d94bde0 [clangd] Unit test for sourceLocationInMainFile.
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:
unittests/clangd/SourceCodeTests.cpp | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 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 lld.
from 72af89628 [ELF] - Remove dead `readBfdName` declaration. NFC.
new 3e5fe1acb [ELF] Simplify. 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:
ELF/SymbolTable.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang-tools-extra.
from 835e32ef [clangd] dlog clang-tidy configuration
new 38b66ffe [clangd] Interfaces for writing code tweaks
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 | 3 +
clangd/ClangdLSPServer.cpp | 109 +++++++++++++++++++++++++++++-----
clangd/ClangdServer.cpp | 54 +++++++++++++++++
clangd/ClangdServer.h | 14 +++++
clangd/Protocol.cpp | 19 ++++++
clangd/Protocol.h | 19 ++++++
clangd/SourceCode.cpp | 10 ++++
clangd/SourceCode.h | 5 ++
clangd/refactor/Tweak.cpp | 74 +++++++++++++++++++++++
clangd/refactor/Tweak.h | 98 ++++++++++++++++++++++++++++++
clangd/refactor/tweaks/CMakeLists.txt | 13 ++++
clangd/refactor/tweaks/Dummy.cpp | 9 +++
clangd/tool/CMakeLists.txt | 1 +
test/clangd/fixits-command.test | 4 +-
test/clangd/initialize-params.test | 3 +-
15 files changed, 416 insertions(+), 19 deletions(-)
create mode 100644 clangd/refactor/Tweak.cpp
create mode 100644 clangd/refactor/Tweak.h
create mode 100644 clangd/refactor/tweaks/CMakeLists.txt
create mode 100644 clangd/refactor/tweaks/Dummy.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 c49829c3c3 Skip ld/pr23169 on SPARC.
new ad0f979c9d Add a testcase for PR ld/24008
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:
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-scripts/defined.exp | 1 +
ld/testsuite/ld-scripts/pr24008.d | 8 ++++++++
ld/testsuite/ld-scripts/pr24008.map | 7 +++++++
ld/testsuite/{ld-undefined/dummy.s => ld-scripts/pr24008.s} | 0
ld/testsuite/ld-scripts/{defined4.t => pr24008.t} | 4 +++-
6 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-scripts/pr24008.d
create mode 100644 ld/testsuite/ld-scripts/pr24008.map
copy ld/testsuite/{ld-undefined/dummy.s => ld-scripts/pr24008.s} (100%)
copy ld/testsuite/ld-scripts/{defined4.t => pr24008.t} (56%)
--
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 13f0266efbb [CodeGen] Omit range checks from jump tables when lowering [...]
new 48be38f94bb Revert r351833 and r352250.
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:
CMakeLists.txt | 2 +-
tools/llvm-shlib/CMakeLists.txt | 9 +--------
tools/llvm-shlib/gen-msvc-exports.py | 15 ++-------------
utils/release/build_llvm_package.bat | 12 +-----------
4 files changed, 5 insertions(+), 33 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 release_80
in repository lld.
from dc8964fec Merging r352413: -------------------------------------------- [...]
new ea7a55d9e Merging r352459: -------------------------------------------- [...]
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:
MinGW/Options.td | 6 ++++++
1 file changed, 6 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 release_80
in repository lld.
from 8e7d7c019 Merging r352302: Redirecting to URL 'https://llvm.org/svn/llv [...]
new dc8964fec Merging r352413: -------------------------------------------- [...]
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/SyntheticSections.cpp | 4 +++-
test/ELF/arm-gnu-ifunc.s | 5 ++++-
2 files changed, 7 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 clang.
from d507ee11ea Re-commit "[AST] Introduce GenericSelectionExpr::Association"
new 248e5bf6ef [CUDA][HIP] Do not diagnose use of _Float16
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/LiteralSupport.cpp | 7 +++++--
lib/Sema/SemaType.cpp | 5 ++++-
test/SemaCUDA/float16.cu | 7 +++++++
3 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/SemaCUDA/float16.cu
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.