This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa0ab207ffa [InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
new 34fb94caca2 [NVPTX] Implemented shfl.sync instruction and supporting in [...]
new 8e50186c89b [SimplifyCFG] auto-generate full checks; NFC
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:
include/llvm/IR/IntrinsicsNVVM.td | 44 +++++
lib/Target/NVPTX/NVPTXIntrinsics.td | 74 +++++++-
test/CodeGen/NVPTX/shfl-sync.ll | 94 ++++++++++
test/Transforms/SimplifyCFG/rangereduce.ll | 282 +++++++++++++++++++++--------
4 files changed, 415 insertions(+), 79 deletions(-)
create mode 100644 test/CodeGen/NVPTX/shfl-sync.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 clang.
from b099f9b869 [OPENMP] Support for re-declarations when checking captured [...]
new 50547958ab [NVPTX] Implemented shfl.sync instruction and supporting int [...]
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/BuiltinsNVPTX.def | 9 +++++
lib/Driver/ToolChains/Cuda.cpp | 16 ++++++---
lib/Headers/__clang_cuda_intrinsics.h | 68 +++++++++++++++++++++++++++++++++++
test/CodeGen/builtins-nvptx-ptx60.cu | 40 +++++++++++++++++++++
test/CodeGen/builtins-nvptx.c | 21 +++++++++++
5 files changed, 149 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/builtins-nvptx-ptx60.cu
--
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 a656eb8f189 [llvm-readobj] Fix 'Teach readobj to dump .res files'.
new b1dd7d61408 [WebAssembly] Add support for local symbol bindings
new 5fbea4df082 [InstCombine] Pre-commit test cases for D38065.
new aa0ab207ffa [InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
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/BinaryFormat/Wasm.h | 6 +++-
include/llvm/Object/Wasm.h | 15 ++++++++-
lib/MC/WasmObjectWriter.cpp | 37 +++++++++++++---------
lib/Object/WasmObjectFile.cpp | 14 +++++---
lib/Transforms/InstCombine/InstCombineCompares.cpp | 19 +++++++----
test/MC/WebAssembly/unnamed-data.ll | 17 ++++++++--
test/Transforms/InstCombine/icmp.ll | 22 +++++++++++++
test/tools/llvm-nm/wasm/local-symbols.ll | 8 +++++
.../llvm-objdump/WebAssembly/symbol-table.test | 10 +++---
tools/llvm-cfi-verify/CMakeLists.txt | 1 +
tools/obj2yaml/wasm2yaml.cpp | 11 ++-----
11 files changed, 116 insertions(+), 44 deletions(-)
create mode 100644 test/tools/llvm-nm/wasm/local-symbols.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 gcc.
from e6b5fa173fe P0409R2 - allow lambda capture [=, this] * parser.c (cp_p [...]
new b919941efc5 PR sanitizer/77631 Support for external debug info. * el [...]
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:
libbacktrace/ChangeLog | 32 +++
libbacktrace/Makefile.am | 10 +
libbacktrace/Makefile.in | 8 +-
libbacktrace/configure | 78 ++++++-
libbacktrace/configure.ac | 14 ++
libbacktrace/elf.c | 568 +++++++++++++++++++++++++++++++++++++++++++++-
libbacktrace/fileline.c | 6 +-
libbacktrace/internal.h | 1 +
libbacktrace/pecoff.c | 3 +-
libbacktrace/unknown.c | 1 +
libbacktrace/xcoff.c | 3 +-
11 files changed, 705 insertions(+), 19 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 4739f7353dc AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
new 9d697e1c3cc X86: treat SwiftCC as Win64_CC on Win64
new 820b8a54fb0 AMDGPU: Start selecting v_mad_mixhi_f16
new ffd407ea16d [mips] Fix calculation of a branch instruction offset to es [...]
new a656eb8f189 [llvm-readobj] Fix 'Teach readobj to dump .res files'.
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/Target/AMDGPU/SIFoldOperands.cpp | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 46 +++++-
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/VOP3PInstructions.td | 51 +++++-
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 6 +-
lib/Target/X86/X86Subtarget.h | 1 +
test/CodeGen/AMDGPU/mad-mix-hi.ll | 61 +++++--
test/CodeGen/AMDGPU/mad-mix-lo.ll | 192 +++++++++++++++++++---
test/CodeGen/X86/swiftcc.ll | 11 ++
test/MC/Mips/micromips-neg-offset.s | 9 +-
tools/llvm-readobj/WindowsResourceDumper.cpp | 2 +-
11 files changed, 332 insertions(+), 49 deletions(-)
create mode 100644 test/CodeGen/X86/swiftcc.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 bbb32807066 Introduce the llvm-cfi-verify tool (resubmission of D37937).
new 4739f7353dc AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
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/AsmParser/AMDGPUAsmParser.cpp | 7 ++++++-
lib/Target/AMDGPU/VOP3PInstructions.td | 28 +++++++++++++++----------
2 files changed, 23 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 llvm.
from 7287fcb5d58 AMDGPU: Start selecting v_mad_mixlo_f16
new ce7bcb20903 [lit] Undo the patch to stop writing pyc files.
new 5a4ca9ad9c3 Remove the default subtarget from the new Nios2 port. It's [...]
new bbb32807066 Introduce the llvm-cfi-verify tool (resubmission of D37937).
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:
docs/CFIVerify.rst | 91 ++++++++
docs/index.rst | 6 +-
lib/Target/Nios2/Nios2TargetMachine.cpp | 6 +-
lib/Target/Nios2/Nios2TargetMachine.h | 4 -
tools/LLVMBuild.txt | 1 +
tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt | 6 +-
tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt | 4 +-
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 241 ++++++++++++++++++++++
utils/lit/lit.py | 2 -
utils/llvm-lit/llvm-lit.in | 2 -
10 files changed, 344 insertions(+), 19 deletions(-)
create mode 100644 docs/CFIVerify.rst
copy tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt (73%)
copy tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt (88%)
create mode 100644 tools/llvm-cfi-verify/llvm-cfi-verify.cpp
--
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 d3762c4675c Revert "Introduce the llvm-cfi-verify tool (resubmission of [...]
new 7287fcb5d58 AMDGPU: Start selecting v_mad_mixlo_f16
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/AMDGPUISelDAGToDAG.cpp | 9 ++
lib/Target/AMDGPU/VOP3PInstructions.td | 16 +++
test/CodeGen/AMDGPU/mad-mix-hi.ll | 120 +++++++++++++++++++++++
test/CodeGen/AMDGPU/mad-mix-lo.ll | 161 +++++++++++++++++++++++++++++++
4 files changed, 306 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/mad-mix-hi.ll
create mode 100644 test/CodeGen/AMDGPU/mad-mix-lo.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 clang.
from abb16417ba Fixed unused variable warning introduced in r313796 causing [...]
new b099f9b869 [OPENMP] Support for re-declarations when checking captured [...]
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/AST/Stmt.cpp | 6 +-----
test/OpenMP/target_codegen.cpp | 5 ++++-
2 files changed, 5 insertions(+), 6 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 db99a998067 Introduce the llvm-cfi-verify tool (resubmission of D37937).
new d3762c4675c Revert "Introduce the llvm-cfi-verify tool (resubmission of [...]
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/CFIVerify.rst | 91 -----------
docs/index.rst | 6 +-
tools/LLVMBuild.txt | 1 -
tools/llvm-cfi-verify/CMakeLists.txt | 14 --
tools/llvm-cfi-verify/LLVMBuild.txt | 22 ---
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 241 ------------------------------
6 files changed, 1 insertion(+), 374 deletions(-)
delete mode 100644 docs/CFIVerify.rst
delete mode 100644 tools/llvm-cfi-verify/CMakeLists.txt
delete mode 100644 tools/llvm-cfi-verify/LLVMBuild.txt
delete mode 100644 tools/llvm-cfi-verify/llvm-cfi-verify.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.