This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b8d06c2e30 AMDGPU: Move canShrink into TII
new c9d8c58e729 [WebAssembly] v128.not
new 4d766060a1a [WebAssembly][NFC] Fix up SIMD bitwise tests
new ac00e8c95bf AMDGPU: Shrink insts to fold immediates
new 0fbff7fa99c [libFuzzer] Port to Windows
new 39e9b90909a [WebAssembly][NFC] Fix formatting from rL340781
The 5 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/SIFoldOperands.cpp | 88 +++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 53 ++++
lib/Target/AMDGPU/SIInstrInfo.h | 3 +
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 48 +--
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 17 +
.../Instrumentation/SanitizerCoverage.cpp | 29 +-
.../fold-immediate-operand-shrink-with-carry.mir | 79 +++++
.../AMDGPU/fold-immediate-operand-shrink.mir | 347 +++++++++++++++++++++
test/CodeGen/WebAssembly/simd-arith.ll | 76 ++++-
.../coff-pc-table-inline-8bit-counters.ll | 12 +
utils/TableGen/WebAssemblyStackifierEmitter.cpp | 6 +-
11 files changed, 684 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fold-immediate-operand-shrink-with-carry.mir
create mode 100644 test/CodeGen/AMDGPU/fold-immediate-operand-shrink.mir
create mode 100644 test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bi [...]
--
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 5238fd66d4 Define variables in test case rather than using values from [...]
new cbe85b393c [libFuzzer] Port to Windows
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/Driver/ToolChains/MSVC.cpp | 13 +++++++++++++
1 file changed, 13 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 compiler-rt.
from a813e12f4 [XRay][compiler-rt] Remove uses of internal allocator in prof [...]
new d5d5b2224 SafeStack: Fix thread liveness check on *BSD
new 5ca960ada [libFuzzer] Port to Windows
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:
cmake/config-ix.cmake | 2 +-
lib/fuzzer/FuzzerDefs.h | 7 +++
lib/fuzzer/FuzzerIO.cpp | 8 ----
lib/fuzzer/FuzzerIO.h | 2 +-
lib/fuzzer/FuzzerIOPosix.cpp | 7 +++
lib/fuzzer/FuzzerIOWindows.cpp | 20 ++++++++
lib/fuzzer/FuzzerTracePC.cpp | 3 +-
lib/fuzzer/FuzzerUtilWindows.cpp | 4 +-
lib/fuzzer/tests/CMakeLists.txt | 2 +
lib/fuzzer/tests/FuzzerUnittest.cpp | 7 +++
lib/safestack/safestack.cc | 5 +-
.../sanitizer_coverage_win_sections.cc | 53 +++++++++++++++++++---
test/CMakeLists.txt | 5 +-
13 files changed, 104 insertions(+), 21 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 7eda1917c3f [DAGCombine] Rework MERGE_VALUES to inline in single pass. NFCI.
new 7b8d06c2e30 AMDGPU: Move canShrink into TII
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 | 52 +++++++++++++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.h | 3 ++
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 58 ++----------------------------
3 files changed, 57 insertions(+), 56 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 214d4f6e19e [WebAssembly] Use getCalleeOpNo utility function (NFC)
new c7c3bec2ffd AMDGPU: Remove nan tests in class if src is nnan
new a24ff67fb6f [DAG] Fix updateDivergence calculation
new f0b6863bfb5 [DAG] Avoid recomputing Divergence checks. NFCI.
new 7eda1917c3f [DAGCombine] Rework MERGE_VALUES to inline in single pass. NFCI.
The 4 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 16 +++++++----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 7 +++++
.../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 33 ++++++++++++++++++++++
4 files changed, 54 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 clang.
from 76b0fc13b4 [ubsan] Enable -fsanitize=vptr on Apple devices and simulators
new 5238fd66d4 Define variables in test case rather than using values from [...]
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/CodeGenObjCXX/arc-blocks.mm | 4 ++--
1 file changed, 2 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 52da60728b [Driver] Delete last reference of lld -flavor old-gnu
new 76b0fc13b4 [ubsan] Enable -fsanitize=vptr on Apple devices and simulators
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/Driver/ToolChains/Darwin.cpp | 10 ++++++++--
test/Driver/fsanitize.c | 9 +++++++++
2 files changed, 17 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 4a2eaa1dbaf [XRay][docs] Chrome Trace Viewer Instructions
new 214d4f6e19e [WebAssembly] Use getCalleeOpNo utility function (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:
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 16 ++--------------
1 file changed, 2 insertions(+), 14 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 glibc.
from d6c44c3d0c test-container: EPERM from unshare is UNSUPPORTED
new 761404b74d regex: Add test tst-regcomp-truncated [BZ #23578]
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:
ChangeLog | 8 ++
posix/Makefile | 3 +-
posix/tst-regcomp-truncated.c | 191 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 201 insertions(+), 1 deletion(-)
create mode 100644 posix/tst-regcomp-truncated.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 f26965ec977 [InstCombine] fix baseline assertions
new 4a2eaa1dbaf [XRay][docs] Chrome Trace Viewer Instructions
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/XRayExample.rst | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.