This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 94fae94e42d [NVPTX] use pattern matching to lower int_nvvm_match_all_sync*.
new 182921352f0 [WebAssembly] Fix broken gcc build after rL326454
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/BinaryFormat/Wasm.h | 8 ++++----
include/llvm/ObjectYAML/WasmYAML.h | 16 ++++++++--------
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 3 ++-
3 files changed, 14 insertions(+), 13 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 lld.
from 0b33d187a [WebAssembly] Use uint8_t for single byte values to match the spec
new 00f1d3302 Where possible use --long-opt=value in lld man page
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:
docs/ld.lld.1 | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 9f474dee9e0 [WebAssembly] Use uint8_t for single byte values to match the spec
new 94fae94e42d [NVPTX] use pattern matching to lower int_nvvm_match_all_sync*.
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/NVPTX/NVPTXISelDAGToDAG.cpp | 34 ----------------------------------
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 1 -
lib/Target/NVPTX/NVPTXIntrinsics.td | 12 ++++--------
3 files changed, 4 insertions(+), 43 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 a5302f6b [clangd] Support include canonicalization in symbol leve.
new 15714e90 [clangd] Make symbol name a required parameter for CanonicalI [...]
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/index/CanonicalIncludes.cpp | 8 +++-----
clangd/index/CanonicalIncludes.h | 8 +++-----
2 files changed, 6 insertions(+), 10 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 786721dc095 PR c++/84596 * constexpr.c (require_rvalue_constant_expre [...]
new bf9e13723dc [ARM] Fix copysign_softfloat_1.c option directives
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/gcc.target/arm/copysign_softfloat_1.c | 3 +--
2 files changed, 6 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 4a773acdd6b [AMDGPU] : fix for the crash in SIRegisterInfo when the reg [...]
new 92024e8c0f2 [PDB] Defer writing the build id until the rest of the PDB [...]
new 9f474dee9e0 [WebAssembly] Use uint8_t for single byte values to match the spec
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/llvm/BinaryFormat/Wasm.h | 42 ++++++++++-----------
.../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 6 ++-
include/llvm/ObjectYAML/WasmYAML.h | 16 ++++----
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 16 ++++----
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 17 +++++++++
lib/MC/WasmObjectWriter.cpp | 18 ++++-----
lib/Object/WasmObjectFile.cpp | 34 ++++++-----------
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 2 +-
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 6 +--
tools/yaml2obj/yaml2wasm.cpp | 44 +++++++++++-----------
10 files changed, 106 insertions(+), 95 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 bb7e4da5 [clangd] Forward all environment variables along with CLANGD_ [...]
new a5302f6b [clangd] Support include canonicalization in symbol leve.
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/index/CanonicalIncludes.cpp | 61 ++++++++++++++++++++++++++++++-
clangd/index/CanonicalIncludes.h | 17 +++++++--
clangd/index/SymbolCollector.cpp | 10 ++---
unittests/clangd/SymbolCollectorTests.cpp | 26 +++++++++++++
4 files changed, 105 insertions(+), 9 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 lld.
from b59a64697 Correct markup and nits in ld.lld man page
new 8c1d3102f [PDB] Defer writing the build id until the rest of the PDB is [...]
new 0b33d187a [WebAssembly] Use uint8_t for single byte values to match the spec
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:
COFF/PDB.cpp | 4 +---
wasm/Writer.cpp | 6 +++---
wasm/WriterUtils.cpp | 15 +++++++--------
wasm/WriterUtils.h | 2 +-
4 files changed, 12 insertions(+), 15 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 41af46a8 [clang-tidy] Another batch of checks to rename from misc- to [...]
new bb7e4da5 [clangd] Forward all environment variables along with CLANGD_ [...]
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/clients/clangd-vscode/src/extension.ts | 6 ++++--
1 file changed, 4 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 4c5d04911d0 [Hexagon] Add guest registers
new 4a773acdd6b [AMDGPU] : fix for the crash in SIRegisterInfo when the reg [...]
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/SIRegisterInfo.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.