This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2cd0264b95 [OPENMP] Further test fixes.
new 2716acdc11 [OPENMP] Further fixes of the reduction codegen tests
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/OpenMP/taskloop_reduction_codegen.cpp | 140 ++++++++++++------------
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 140 ++++++++++++------------
2 files changed, 140 insertions(+), 140 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 a4d564f6 ClangApplyReplacementsTests: Add clangBasic in libdeps.
new b1070ce8 [clang-tidy] Add modernize-use-bool-literals.IgnoreMacros option
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-tidy/modernize/UseBoolLiteralsCheck.cpp | 12 +++++++++++-
clang-tidy/modernize/UseBoolLiteralsCheck.h | 6 ++++--
...als.cpp => modernize-use-bool-literals-ignore-macros.cpp} | 10 +++++-----
test/clang-tidy/modernize-use-bool-literals.cpp | 6 +++++-
4 files changed, 25 insertions(+), 9 deletions(-)
copy test/clang-tidy/{modernize-use-bool-literals.cpp => modernize-use-bool-litera [...]
--
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 9df1993314f [AMDGPU] CodeGen: check dst operand type to determine if om [...]
new bbff56beac9 [X86] Add LEA scheduling tests
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/X86/lea32-schedule.ll | 581 +++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/lea64-schedule.ll | 479 ++++++++++++++++++++++++++++++
2 files changed, 1060 insertions(+)
create mode 100644 test/CodeGen/X86/lea32-schedule.ll
create mode 100644 test/CodeGen/X86/lea64-schedule.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 binutils-gdb.
from eb3ff9a551 Introduce class completion_tracker & rewrite completion<->re [...]
new 6a2c1b8790 "complete" command and completion word break characters
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:
gdb/ChangeLog | 12 ++++
gdb/cli/cli-cmds.c | 34 +++++------
gdb/completer.c | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/completer.h | 10 ++++
4 files changed, 210 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 9ee8c80e504 [X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL/ISD::ROTR
new 9df1993314f [AMDGPU] CodeGen: check dst operand type to determine if om [...]
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.td | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 2 +-
lib/Target/AMDGPU/VOP2Instructions.td | 11 +++++--
lib/Target/AMDGPU/VOP3Instructions.td | 10 ++++--
lib/Target/AMDGPU/VOPCInstructions.td | 24 +++++++++-----
lib/Target/AMDGPU/VOPInstructions.td | 2 ++
.../rename-independent-subregs-mac-operands.mir | 2 +-
test/CodeGen/AMDGPU/sdwa-peephole-instr.mir | 35 ++++++++++----------
test/CodeGen/AMDGPU/sdwa-vop2-64bit.mir | 4 +--
.../CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir | 2 +-
test/MC/AMDGPU/vop3-errs.s | 38 ++++++++++++++--------
11 files changed, 81 insertions(+), 51 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 28d7df76a2 [OPENMP] Rework tests to pacify buildbots.
new 2cd0264b95 [OPENMP] Further test fixes.
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/OpenMP/taskloop_reduction_codegen.cpp | 116 ++++++++++++------------
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 116 ++++++++++++------------
2 files changed, 116 insertions(+), 116 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 cadc6666bc9 Fixed line endings. NFCI.
new 9ee8c80e504 [X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL/ISD::ROTR
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/X86/X86ISelLowering.cpp | 35 +++++++-
lib/Target/X86/X86InstrAVX512.td | 103 ++++++++++++++++++++++
test/CodeGen/X86/avx512-rotate.ll | 132 +++++++++++++----------------
test/CodeGen/X86/combine-rotates.ll | 20 +----
test/CodeGen/X86/vector-rotate-128.ll | 155 ++++++++++++++++++++++------------
test/CodeGen/X86/vector-rotate-256.ll | 147 ++++++++++++++++++++------------
test/CodeGen/X86/vector-rotate-512.ll | 35 ++------
7 files changed, 399 insertions(+), 228 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 b001b6336b [OPENMP] Codegen for reduction clauses in 'taskloop' directives.
new 28d7df76a2 [OPENMP] Rework tests to pacify buildbots.
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/OpenMP/taskloop_reduction_codegen.cpp | 4 +---
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 4 +---
2 files changed, 2 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 3f5734df587 [CodeGen] Add begin-end iterators to MachineInstr
new cadc6666bc9 Fixed line endings. NFCI.
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/X86/x86-cmov-converter.ll | 642 ++++++++++++++++-----------------
1 file changed, 321 insertions(+), 321 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.