This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b8d6b71172 CodeGen: Insert addr space cast for automatic/temp var at ri [...]
new 149c4361fb [OPENMP] Generalization of sema analysis of reduction-based [...]
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/Sema/SemaOpenMP.cpp | 304 +++++++++++++++++++++++++++---------------------
1 file changed, 172 insertions(+), 132 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 427334567 [ELF] - Fix member name: alignment -> Alignment. NFC.
new 8c0ea7e41 [COFF] Accept discarded relocations in DWARF debug sections
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:
COFF/Chunks.cpp | 2 +-
COFF/Chunks.h | 3 +++
test/COFF/reloc-discarded-dwarf.s | 15 +++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 test/COFF/reloc-discarded-dwarf.s
--
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 e4e21d9ed1 Fix runtime failure triggered by a corrupt ecoff input file.
new c5ed057625 Fix Fission (broken by my previous patch)
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 | 5 +++++
gdb/dwarf2read.c | 1 +
2 files changed, 6 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 7a0cfc0ffdd [DAG] Allow base element type of store merge type to also b [...]
new 78554e8137a AMDGPU: Fix crash when folding immediates into multiple uses
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/SIFoldOperands.cpp | 1 +
test/CodeGen/MIR/AMDGPU/fold-multiple.mir | 40 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/CodeGen/MIR/AMDGPU/fold-multiple.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 clang.
from 2e7468f0ae clang-format: [JS] Correctly format JavaScript imports with [...]
new b8d6b71172 CodeGen: Insert addr space cast for automatic/temp var at ri [...]
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/CodeGen/CGExpr.cpp | 3 +++
test/CodeGenCXX/amdgcn-automatic-variable.cpp | 33 ++++++++++++++++++++++-----
2 files changed, 30 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 binutils-gdb.
from 27841e762c Remove one line comment
new e4e21d9ed1 Fix runtime failure triggered by a corrupt ecoff input file.
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:
bfd/ChangeLog | 6 ++++++
bfd/coffcode.h | 8 +++++++-
2 files changed, 13 insertions(+), 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 llvm.
from e06b7236751 [X86] Add optsize and minsize memcmp tests (D35067)
new 7a0cfc0ffdd [DAG] Allow base element type of store merge type to also b [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 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 llvm.
from c49eec7f315 [X86] Added cmov target to memcmp test
new 9bdeb8250b9 [AMDGPU] resubmit r308179: CodeGen: check dst operand type [...]
new e06b7236751 [X86] Add optsize and minsize memcmp tests (D35067)
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/Target/AMDGPU/SIInstrInfo.td | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 2 +-
lib/Target/AMDGPU/VOP2Instructions.td | 11 +-
lib/Target/AMDGPU/VOP3Instructions.td | 11 +-
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/CodeGen/X86/{memcmp.ll => memcmp-minsize.ll} | 403 +++++++++++----------
test/CodeGen/X86/{memcmp.ll => memcmp-optsize.ll} | 94 ++---
test/MC/AMDGPU/vop3-errs.s | 38 +-
13 files changed, 354 insertions(+), 276 deletions(-)
copy test/CodeGen/X86/{memcmp.ll => memcmp-minsize.ll} (63%)
copy test/CodeGen/X86/{memcmp.ll => memcmp-optsize.ll} (88%)
--
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 5baec9da9b3 fix formatting issue; NFC
new f9e61eebbf5 [globalisel][tablegen] Enable the import of rules involving fma.
new c49eec7f315 [X86] Added cmov target to memcmp test
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:
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/select-fma.mir | 41 ++++++++
test/CodeGen/X86/memcmp.ll | 108 ++++++---------------
4 files changed, 75 insertions(+), 77 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-fma.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.