This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d5784797c66 [WebAssembly] Add first claass symbol table to wasm objects
new 5b880f8d07b [Mips] Return true in enableMultipleCopyHints().
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/Mips/MipsRegisterInfo.h | 2 +
test/CodeGen/Mips/Fast-ISel/sel1.ll | 8 +-
test/CodeGen/Mips/analyzebranch.ll | 127 +++++------
test/CodeGen/Mips/indirect-jump-hazard/calls.ll | 48 ++---
test/CodeGen/Mips/llvm-ir/select-dbl.ll | 266 +++++++++++++-----------
test/CodeGen/Mips/llvm-ir/select-flt.ll | 266 +++++++++++++-----------
test/CodeGen/Mips/o32_cc_byval.ll | 11 +-
test/CodeGen/Mips/select.ll | 244 +++++++++++-----------
8 files changed, 493 insertions(+), 479 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_60
in repository lld.
from 3ccb9d1ce Add a few release notes.
new 20c4fe685 Add more items to lld 6.0 release note
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/ReleaseNotes.rst | 69 +++++++++++++++++++++++++++++++++++----------------
1 file changed, 47 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 lld.
from ef0482755 [WebAssembly] Add explicit symbol table
new 2598b8f9f ReleaseNotes: user lower-case for lld in the text
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/ReleaseNotes.rst | 6 +++---
1 file changed, 3 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 master
in repository clang-tools-extra.
from 4b65d058 [clangd] Extend textDocument/didChange to specify whether dia [...]
new bffee641 [clangd] BindWithForward -> Bind. 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/ClangdServer.cpp | 24 ++++++++++--------------
clangd/Function.h | 4 ++--
clangd/TUScheduler.cpp | 11 +++++------
unittests/clangd/SyncAPI.cpp | 2 +-
4 files changed, 18 insertions(+), 23 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 binutils-gdb.
from 5bce538d6a Automatic date update in version.in
new 9c70c5223b Fix up one ChangeLog date.
new e859f6558c nds32: Support target directive .ict_model.
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:
bfd/ChangeLog | 6 +++++-
bfd/elf32-nds32.h | 7 +++++++
gas/ChangeLog | 7 +++++++
gas/config/tc-nds32.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 71 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 lldb.
from ff65547d8 Fix TestUbsanBasic
new 99ee5076e Fix TestMultithreaded when there's no debugserver specified
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:
packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 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 lld.
from 41e56d3b2 [WebAssembly] Move lambda declaration output of loop. NFC.
new ef0482755 [WebAssembly] Add explicit symbol table
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/wasm/alias.ll | 4 +-
test/wasm/archive.ll | 10 +-
test/wasm/data-layout.ll | 44 +-
test/wasm/init-fini.ll | 125 +++--
test/wasm/locals-duplicate.test | 261 +++++-----
test/wasm/many-functions.ll | 923 ++++++++++++++++++++++++++++++-----
test/wasm/relocatable.ll | 162 +++---
test/wasm/signature-mismatch-weak.ll | 2 +-
test/wasm/signature-mismatch.ll | 4 +-
test/wasm/stack-pointer.ll | 18 +-
test/wasm/weak-alias.ll | 99 ++--
wasm/Driver.cpp | 23 +-
wasm/InputChunks.cpp | 10 +-
wasm/InputChunks.h | 14 +-
wasm/InputFiles.cpp | 210 ++++----
wasm/InputFiles.h | 34 +-
wasm/InputGlobal.h | 52 ++
wasm/MarkLive.cpp | 17 +-
wasm/OutputSegment.h | 3 +-
wasm/SymbolTable.cpp | 130 +++--
wasm/SymbolTable.h | 12 +-
wasm/Symbols.cpp | 91 +++-
wasm/Symbols.h | 110 ++++-
wasm/Writer.cpp | 373 +++++++-------
wasm/WriterUtils.cpp | 7 +
wasm/WriterUtils.h | 12 +
26 files changed, 1897 insertions(+), 853 deletions(-)
create mode 100644 wasm/InputGlobal.h
--
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 3464a5f33 [ELF] Add comment for preemptible and fix typo. NFC
new 41e56d3b2 [WebAssembly] Move lambda declaration output of loop. 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:
wasm/Writer.cpp | 46 ++++++++++++++++++++++++----------------------
1 file changed, 24 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 lldb.
from 0af95994a remove FreeBSD xfail from lit TestCallStdStringFunction
new 6e445b96e Fix TestMultithreaded when specifying an alternative debugserver.
new ff65547d8 Fix TestUbsanBasic
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:
packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 2 ++
.../Python/lldbsuite/test/functionalities/ubsan/basic/TestUbsanBasic.py | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.