This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a70c36a148b [WebAssembly] Improve readobj and nm support for wasm
new 2bb40bf0782 [libFuzzer] more trophies
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/LibFuzzer.rst | 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 llvm.
from 285779ca0f4 [InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2)) != C [...]
new a70c36a148b [WebAssembly] Improve readobj and nm support for wasm
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/Object/Wasm.h | 1 -
test/tools/llvm-nm/lit.local.cfg | 2 +
test/tools/llvm-nm/wasm/exports.yaml | 22 ++++
test/tools/llvm-nm/wasm/imports.yaml | 25 ++++
test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 181 -> 221 bytes
test/tools/llvm-readobj/file-headers.test | 7 +-
test/tools/llvm-readobj/relocations.test | 25 ++++
test/tools/llvm-readobj/sections.test | 95 ++++++++------
test/tools/llvm-readobj/symbols.test | 21 +++
tools/llvm-nm/llvm-nm.cpp | 12 ++
tools/llvm-readobj/WasmDumper.cpp | 167 ++++++++++++++++++------
11 files changed, 289 insertions(+), 88 deletions(-)
create mode 100644 test/tools/llvm-nm/wasm/exports.yaml
create mode 100644 test/tools/llvm-nm/wasm/imports.yaml
--
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 d8c6515dbf8 [AMDGPU] set read_only access qualifier for pointers
new 0b4a709cf73 [InstCombine] Support folding a subtract with a constant LH [...]
new 285779ca0f4 [InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2)) != C [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 5 +
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 101 +++++++++++++--------
lib/Transforms/InstCombine/InstCombineCasts.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +-
.../InstCombine/InstCombineMulDivRem.cpp | 6 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 +-
.../InstCombine/InstructionCombining.cpp | 43 +++++----
test/Transforms/InstCombine/and-or-icmps.ll | 18 ++--
test/Transforms/InstCombine/sub.ll | 15 ++-
11 files changed, 123 insertions(+), 83 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 aa717883e8c [Test commit] Cleanup some whitespace in a test file
new d8c6515dbf8 [AMDGPU] set read_only access qualifier for pointers
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:
.../AMDGPUCodeObjectMetadataStreamer.cpp | 11 ++++++--
.../AMDGPU/code-object-metadata-deduce-ro-arg.ll | 33 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/code-object-metadata-deduce-ro-arg.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 llvm.
from 41a76abbb9e [InstCombine] add/move tests for and/or-of-icmps equality f [...]
new 6142660ca8b [InstCombine] Regenerate test checks using script. NFC
new aa717883e8c [Test commit] Cleanup some whitespace in a test file
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:
test/ObjectYAML/wasm/header_invalid_version.yaml | 2 --
test/Transforms/InstCombine/sub.ll | 7 ++++---
2 files changed, 4 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 lld.
from 217030de1 [ELF] - Linkerscript: make section with no content to be SHT_ [...]
new f232b3ab6 [ELF] Remove unused member [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/Config.h | 1 -
1 file changed, 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 compiler-rt.
from b97fb2e6b [Profile] PE binary coverage bug fix
new 6d4c217ce [ubsan] Use the correct tool name in diagnostics
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/sanitizer_common/sanitizer_common.cc | 13 +++++++------
lib/sanitizer_common/sanitizer_common.h | 10 +++++++---
lib/sanitizer_common/sanitizer_common_libcdep.cc | 5 +++--
lib/ubsan/ubsan_diag.cc | 6 +++---
lib/ubsan/ubsan_init.cc | 6 +++++-
lib/ubsan/ubsan_init.h | 3 +++
test/ubsan/TestCases/Integer/summary.cpp | 4 ++--
7 files changed, 30 insertions(+), 17 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 b4e05013d04 [ValueTracking] Avoid undefined behavior in unittest by not [...]
new 41a76abbb9e [InstCombine] add/move tests for and/or-of-icmps equality 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:
test/Transforms/InstCombine/and-or-icmps.ll | 148 ++++++++++++++++++++++++++--
test/Transforms/InstCombine/and.ll | 13 ---
test/Transforms/InstCombine/and2.ll | 15 ---
test/Transforms/InstCombine/or.ll | 74 --------------
4 files changed, 139 insertions(+), 111 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 23b736da Silence -Wlogical-op-parentheses warning NFC
new aa20e0a6 [clang-move] Create ClangMoveActionFactory on stack
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:
clang-move/tool/ClangMoveMain.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 c1656ad2273 [InstCombine] Refactor SimplifyUsingDistributiveLaws to mor [...]
new b4e05013d04 [ValueTracking] Avoid undefined behavior in unittest by not [...]
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/Analysis/ValueTrackingTest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.