This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f4559b5 getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
new 04e0167 getValueType().getScalarSizeInBits() -> getScalarValueSizeInB [...]
new 0f71258 AMDGPU: Support folding FrameIndex operands
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 56 +++++++++++++----------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 12 +++----
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 11 +++---
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 2 +-
lib/Target/AMDGPU/SIFoldOperands.cpp | 35 +++++++++++++-----
lib/Target/PowerPC/PPCISelLowering.cpp | 8 ++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 8 ++---
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 6 ++--
9 files changed, 70 insertions(+), 70 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 be3fec6 [LV] Process pointer IVs with PHINodes in collectLoopUniforms
new 8bc95d0 AMDGPU: Improve splitting 64-bit bit ops by constants
new f4559b5 getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 64 ++++----
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 8 +-
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 6 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 36 ++---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 22 +--
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 2 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 46 ++----
lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 +-
lib/Target/AMDGPU/SIFoldOperands.cpp | 126 ++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 173 +++++++++++++++-------
lib/Target/AMDGPU/SIISelLowering.h | 6 +
lib/Target/AMDGPU/SIInstructions.td | 4 +-
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
lib/Target/SystemZ/SystemZOperators.td | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/AMDGPU/and.ll | 14 ++
test/CodeGen/AMDGPU/bitreverse.ll | 3 +-
test/CodeGen/AMDGPU/bswap.ll | 4 +-
test/CodeGen/AMDGPU/constant-fold-mi-operands.ll | 144 ++++++++++++++++++
test/CodeGen/AMDGPU/ctpop64.ll | 3 +-
test/CodeGen/AMDGPU/or.ll | 102 ++++++++++++-
test/CodeGen/AMDGPU/shift-and-i128-ubfe.ll | 1 -
test/CodeGen/AMDGPU/sint_to_fp.i64.ll | 1 +
test/CodeGen/AMDGPU/xor.ll | 78 ++++++++++
27 files changed, 691 insertions(+), 173 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/constant-fold-mi-operands.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 6d2a6c1 Fix documentation of MemberExpr::getMemberDecl
new 300b9de CodeGen: simplify the logic a slight bit
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/CodeGenModule.cpp | 16 +++++++---------
lib/CodeGen/CodeGenModule.h | 2 +-
lib/CodeGen/TargetInfo.cpp | 4 ----
3 files changed, 8 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 compiler-rt.
from 645d4bf [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add t [...]
new 0036373 [interception] Avoid duplicate declaration of isdigit in test
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/interception/tests/interception_linux_test.cc | 4 ++++
1 file changed, 4 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 gcc.
from 7b329bc Fix dg-require before dg-run directives in testsuite.
new b99cc6d * c-common.c (c_common_truthvalue_conversion): Use false ins [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 6 +++---
gcc/c-family/c-common.h | 2 +-
gcc/c-family/c-omp.c | 8 ++++----
gcc/c/ChangeLog | 15 +++++++++++++++
gcc/c/c-array-notation.c | 4 ++--
gcc/c/c-decl.c | 2 +-
gcc/c/c-parser.c | 8 ++++----
gcc/c/c-typeck.c | 46 ++++++++++++++++++++++++----------------------
gcc/cp/ChangeLog | 16 ++++++++++++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl2.c | 4 ++--
gcc/cp/init.c | 11 ++++++-----
gcc/cp/pt.c | 2 +-
gcc/cp/semantics.c | 2 +-
gcc/cp/typeck.c | 33 ++++++++++++++++-----------------
16 files changed, 103 insertions(+), 64 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 e6d042f Fix seg-fault in objdump when run on a fuzzed PE binary.
new 4f90d84 Fix ld --gc-section segfault with ARMv8-M entry function in a [...]
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 | 5 +++++
bfd/elf32-arm.c | 3 ++-
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-arm/cmse-veneers.rd | 2 ++
ld/testsuite/ld-arm/cmse-veneers.s | 10 ++++++++++
5 files changed, 25 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 2ecc1fc MCInstrDesc: this fixes an issue setting/getting member Flags [...]
new b50cea7 [ARM] Promote small global constants to constant pools
new be3fec6 [LV] Process pointer IVs with PHINodes in collectLoopUniforms
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/ARM/ARMAsmPrinter.cpp | 13 ++
lib/Target/ARM/ARMAsmPrinter.h | 9 +-
lib/Target/ARM/ARMISelLowering.cpp | 111 ++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ++
lib/Transforms/Vectorize/LoopVectorize.cpp | 26 +++-
test/CodeGen/ARM/constantpool-promote.ll | 109 +++++++++++++
.../LoopVectorize/consecutive-ptr-uniforms.ll | 169 +++++++++++++++++++++
7 files changed, 445 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 3824319 [X86][SSE] Removed unused getTargetShuffleNode function
new 2ecc1fc MCInstrDesc: this fixes an issue setting/getting member Flags [...]
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/MachineInstr.h | 4 ++--
include/llvm/MC/MCInstrDesc.h | 2 +-
2 files changed, 3 insertions(+), 3 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 b7ff7de [ELF] - Implemented --section-start, -Ttext, -Tdata, -Tbss options.
new 6b5acca Move helper function higher in the file. 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:
ELF/LinkerScript.cpp | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 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 7328eb7 Fix code-gen crash on Power9 for insert_vector_elt with varia [...]
new 1c82089 [X86] Added i128 lshr+shl -> mask combine test
new 3824319 [X86][SSE] Removed unused getTargetShuffleNode function
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/X86/X86ISelLowering.cpp | 17 -----------------
test/CodeGen/X86/shift-i128.ll | 6 ++++++
2 files changed, 6 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.