This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3b0297768d9 [MachineOperand] Add ChangeToTargetIndex method. NFC
new 7af89e579da [AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM
new 6ba48659282 [AMDGPU] refactor WQM pass in preparation for WWM (NFCI)
new ecf573917ab [AMDGPU] Add support for Whole Wavefront Mode
new c300b1a6d37 [AMDGPU] Implement llvm.amdgcn.set.inactive intrinsic
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 26 +++
lib/Target/AMDGPU/AMDGPU.h | 4 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 9 +
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 7 +-
lib/Target/AMDGPU/SIFixWWMLiveness.cpp | 202 +++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 10 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 32 +++
lib/Target/AMDGPU/SIInstructions.td | 33 +++
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 290 +++++++++++++++++++-----
test/CodeGen/AMDGPU/fix-wwm-liveness.mir | 73 ++++++
test/CodeGen/AMDGPU/llvm.amdgcn.set.inactive.ll | 29 +++
test/CodeGen/AMDGPU/wqm.ll | 235 ++++++++++++++++++-
test/CodeGen/AMDGPU/wqm.mir | 50 ++++
14 files changed, 936 insertions(+), 65 deletions(-)
create mode 100644 lib/Target/AMDGPU/SIFixWWMLiveness.cpp
create mode 100644 test/CodeGen/AMDGPU/fix-wwm-liveness.mir
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.set.inactive.ll
create mode 100644 test/CodeGen/AMDGPU/wqm.mir
--
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 10376ff9e Remove redundant flag.
new 5ea5ddaf6 Fix which file is in an error message.
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/Arch/AArch64.cpp | 4 ++--
ELF/Arch/AMDGPU.cpp | 6 +++---
ELF/Arch/ARM.cpp | 4 ++--
ELF/Arch/AVR.cpp | 6 +++---
ELF/Arch/Mips.cpp | 3 ++-
ELF/Arch/PPC.cpp | 4 ++--
ELF/Arch/PPC64.cpp | 4 ++--
ELF/Arch/SPARCV9.cpp | 6 +++---
ELF/Arch/X86.cpp | 8 ++++----
ELF/Arch/X86_64.cpp | 5 +++--
ELF/InputSection.cpp | 2 +-
ELF/Relocations.cpp | 4 ++--
ELF/Target.h | 1 +
test/ELF/invalid/invalid-relocation-x64.test | 18 ++++++++++++------
14 files changed, 42 insertions(+), 33 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 0e5ac4b910d [Support] Remove getPathFromOpenFD, it was unused
new 3b0297768d9 [MachineOperand] Add ChangeToTargetIndex method. 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:
include/llvm/CodeGen/MachineOperand.h | 4 ++++
lib/CodeGen/MachineInstr.cpp | 13 +++++++++++++
2 files changed, 17 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 release_50
in repository clang.
from 9ac40524fe Merging r309975: (except the docs/ part) ------------------- [...]
new 22ec3c010b Merging r310057: ------------------------------------------- [...]
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/Driver/Options.td | 4 --
lib/Basic/Targets.cpp | 8 +---
lib/Driver/ToolChains/Arch/Mips.cpp | 2 -
test/CodeGen/mips-madd4.c | 87 -------------------------------------
test/Preprocessor/init.c | 10 -----
5 files changed, 1 insertion(+), 110 deletions(-)
delete mode 100644 test/CodeGen/mips-madd4.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 clang.
from 7777ca006a clang-format: [JS] support fields with case/switch/default labels.
new 84162ace30 Add OpenCL 2.0 atomic builtin functions as Clang builtin
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/LanguageExtensions.rst | 8 +-
include/clang/AST/Expr.h | 23 +++-
include/clang/Basic/Builtins.def | 15 +++
include/clang/Basic/DiagnosticSemaKinds.td | 8 +-
include/clang/Basic/SyncScope.h | 39 ++++++
lib/AST/ASTContext.cpp | 9 +-
lib/AST/Expr.cpp | 31 ++++-
lib/AST/StmtPrinter.cpp | 6 +-
lib/Basic/Targets/AMDGPU.cpp | 2 +
lib/CodeGen/CGAtomic.cpp | 186 +++++++++++++++++++++++------
lib/CodeGen/CGExpr.cpp | 2 +-
lib/CodeGen/TargetInfo.cpp | 27 +++++
lib/CodeGen/TargetInfo.h | 5 +
lib/Frontend/InitPreprocessor.cpp | 13 ++
lib/Headers/opencl-c.h | 25 ++--
lib/Sema/SemaChecking.cpp | 94 ++++++++++++---
test/CodeGenOpenCL/atomic-ops-libcall.cl | 37 ++++++
test/CodeGenOpenCL/atomic-ops.cl | 176 +++++++++++++++++++++++++++
test/Preprocessor/init.c | 10 ++
test/Preprocessor/predefined-macros.c | 8 ++
test/SemaOpenCL/atomic-ops.cl | 161 +++++++++++++++++++++++++
21 files changed, 804 insertions(+), 81 deletions(-)
create mode 100644 include/clang/Basic/SyncScope.h
create mode 100644 test/CodeGenOpenCL/atomic-ops-libcall.cl
create mode 100644 test/CodeGenOpenCL/atomic-ops.cl
create mode 100644 test/SemaOpenCL/atomic-ops.cl
--
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 c8a0e6ec03 x86: Remove __memset_zero_constant_len_parameter [BZ #21790]
new d2cf37c0a2 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
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 | 6 ++++++
sysdeps/x86/cpu-features.c | 7 +++++--
2 files changed, 11 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 zorg.
from dbdf2b9 [zorg] Add buildbot with reverse iteration enabled
new 5222ba1 [libFuzzer] simplify the fuzzer bot following r310075
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:
.../builders/sanitizers/buildbot_fuzzer.sh | 65 ++++------------------
1 file changed, 11 insertions(+), 54 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 08b87aee35f Fix PR 81713 * brigfrontend/brig-basic-inst-handler.cc: re [...]
new eafc02f1d60 i386: Rewrite check for AVX512 features
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 | 21 ++++
gcc/testsuite/gcc.target/i386/avx512-check.h | 113 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx5124fmaps-check.h | 47 ---------
gcc/testsuite/gcc.target/i386/avx5124vnniw-check.h | 47 ---------
gcc/testsuite/gcc.target/i386/avx512bw-check.h | 50 +--------
gcc/testsuite/gcc.target/i386/avx512cd-check.h | 46 ---------
gcc/testsuite/gcc.target/i386/avx512dq-check.h | 50 +--------
gcc/testsuite/gcc.target/i386/avx512er-check.h | 49 +--------
gcc/testsuite/gcc.target/i386/avx512f-check.h | 49 +--------
gcc/testsuite/gcc.target/i386/avx512f-helper.h | 64 +-----------
gcc/testsuite/gcc.target/i386/avx512f-pr71559.c | 1 +
gcc/testsuite/gcc.target/i386/avx512ifma-check.h | 46 ---------
gcc/testsuite/gcc.target/i386/avx512vbmi-check.h | 46 ---------
gcc/testsuite/gcc.target/i386/avx512vl-check.h | 51 +---------
.../gcc.target/i386/avx512vpopcntdq-check.h | 47 ---------
15 files changed, 151 insertions(+), 576 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx5124fmaps-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx5124vnniw-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx512cd-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx512ifma-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx512vbmi-check.h
delete mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-check.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 glibc.
from 2b34e2716f Fix the return type of the getentropy stub
new c8a0e6ec03 x86: Remove __memset_zero_constant_len_parameter [BZ #21790]
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 | 12 ++++++++++++
sysdeps/i386/i586/memset.S | 7 -------
sysdeps/i386/i686/memset.S | 7 -------
sysdeps/i386/i686/multiarch/memset_chk.S | 6 +-----
sysdeps/x86_64/memset.S | 6 ------
5 files changed, 13 insertions(+), 25 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 32fab3343b1 Port libFuzzer tests to LIT. Do not require two-stage build [...]
new dd5a2532737 Drop Windows support from libFuzzer tests.
new e22da6aaf16 Fixing buildbots: do not register check-fuzzer if clang or [...]
new 0e5ac4b910d [Support] Remove getPathFromOpenFD, it was unused
The 3 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/Support/FileSystem.h | 6 --
lib/Fuzzer/test/CMakeLists.txt | 67 ++++++---------------
lib/Fuzzer/test/afl-driver-extra-stats.test | 2 -
lib/Fuzzer/test/afl-driver-stderr.test | 2 -
lib/Fuzzer/test/equivalence-signals.test | 1 -
lib/Fuzzer/test/equivalence.test | 1 -
lib/Fuzzer/test/lit.cfg | 3 -
lib/Fuzzer/test/lit.site.cfg.in | 1 -
lib/Fuzzer/test/merge-posix.test | 2 -
lib/Fuzzer/test/ulimit.test | 2 -
lib/Support/Unix/Path.inc | 47 ---------------
lib/Support/Windows/Path.inc | 36 ------------
unittests/Support/Path.cpp | 90 -----------------------------
13 files changed, 17 insertions(+), 243 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.