This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0fefcf71a [llvm-nm] Update lld tests based on changed llvm-nm output
new 61fc91ab2 [ELF] Fix crash on invalid undefined local symbols
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 | 18 +++---
.../Inputs/undefined-local-symbol-in-dso.so} | Bin 5128 -> 5080 bytes
.../ELF/invalid/undefined-local-symbol-in-dso.test | 66 +++++++++++++++++++++
3 files changed, 75 insertions(+), 9 deletions(-)
copy test/ELF/{Inputs/local-symbol-in-dso.so => invalid/Inputs/undefined-local-sym [...]
create mode 100644 test/ELF/invalid/undefined-local-symbol-in-dso.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 llvm.
from 1aba29db25e [RISCV] Handle redundant SplitF64+BuildPairF64 pairs in a D [...]
new 59b44e12949 [llvm-nm] Print an explicit "no symbols" message when an ob [...]
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/Object/nm-shared-object.test | 3 ++-
test/ThinLTO/X86/empty-module.ll | 3 ++-
test/tools/gold/X86/bcsection.ll | 4 +++-
test/tools/gold/X86/thinlto.ll | 3 ++-
test/tools/llvm-nm/X86/nm-no-symbols.test | 14 ++++++++++++++
tools/llvm-nm/llvm-nm.cpp | 31 ++++++++++++++++++++-----------
6 files changed, 43 insertions(+), 15 deletions(-)
create mode 100644 test/tools/llvm-nm/X86/nm-no-symbols.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 clang.
from 174e92acb7 [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarn
new 33092ad02b [llvm-nm] Update clang tests based on changed llvm-nm output
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/CodeGen/thinlto_backend.ll | 3 ++-
1 file changed, 2 insertions(+), 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 93a99257f [WebAssembly] Refactor use of signatures
new 0fefcf71a [llvm-nm] Update lld tests based on changed llvm-nm output
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/ELF/lto/thinlto-obj-path.ll | 3 ++-
1 file changed, 2 insertions(+), 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 6f31a46f4ac [WebAssembly] Bitselect intrinsic and instruction
new 1aba29db25e [RISCV] Handle redundant SplitF64+BuildPairF64 pairs in a D [...]
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/RISCV/RISCVISelDAGToDAG.cpp | 12 ------------
lib/Target/RISCV/RISCVISelLowering.cpp | 18 ++++++++++++++++++
lib/Target/RISCV/RISCVISelLowering.h | 2 ++
3 files changed, 20 insertions(+), 12 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 cca78d2cba Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"
new 174e92acb7 [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarn
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/clang/Basic/DiagnosticSemaKinds.td | 4 +++-
lib/Parse/ParseDecl.cpp | 3 ++-
lib/Sema/DeclSpec.cpp | 4 ++--
test/Sema/pr32985.c | 20 ++++++++++++++++++++
4 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 test/Sema/pr32985.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 llvm.
from 093b780cea1 [RISCV][NFC] Refactor LocVT<->ValVT converstion in RISCVISe [...]
new 6f31a46f4ac [WebAssembly] Bitselect intrinsic and instruction
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/IntrinsicsWebAssembly.td | 4 +
lib/Target/WebAssembly/WebAssemblyISD.def | 1 +
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 6 ++
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 24 ++++++
test/CodeGen/WebAssembly/simd-arith.ll | 94 ++++++++++++++++++++--
test/CodeGen/WebAssembly/simd-intrinsics.ll | 84 +++++++++++++++++++
test/MC/WebAssembly/simd-encodings.s | 3 +
7 files changed, 209 insertions(+), 7 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 ab9755b8039 [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
new 093b780cea1 [RISCV][NFC] Refactor LocVT<->ValVT converstion in RISCVISe [...]
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/RISCV/RISCVISelLowering.cpp | 73 +++++++++++++++-------------------
1 file changed, 33 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.