This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 234c23e0a02 [AArch64][SVE] Asm: Support for PFALSE and PTEST instructions.
new bd68890e8f0 [InstCombine] try to fold 'sub' to 'not'
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/Transforms/InstCombine/InstCombineAddSub.cpp | 8 +++++++-
test/Transforms/InstCombine/sub-not.ll | 8 ++++----
2 files changed, 11 insertions(+), 5 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 9b9b7f28bd [Sema][ObjC] Warn when a method declared in a protocol takes [...]
new 3ed5b235b1 [UBSan] Strengthen pointer checks in 'new' expressions
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/CGClass.cpp | 46 +++++++----
lib/CodeGen/CGExprCXX.cpp | 20 ++++-
lib/CodeGen/CGValue.h | 21 ++++-
lib/CodeGen/CodeGenFunction.h | 8 +-
test/CodeGenCXX/ubsan-new-checks.cpp | 146 +++++++++++++++++++++++++++++++++++
5 files changed, 215 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-new-checks.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 8a22271900d [AArch64][SVE] Asm: Data-dependent loop predicate partition [...]
new c358be353a3 AMDGPU: Stop wasting argument registers with v3i32/v3f32
new 234c23e0a02 [AArch64][SVE] Asm: Support for PFALSE and PTEST instructions.
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/AArch64/AArch64SVEInstrInfo.td | 3 +
lib/Target/AArch64/SVEInstrFormats.td | 42 ++++++++++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 46 ++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 13 +++++
test/CodeGen/AMDGPU/call-argument-types.ll | 64 ++++++++++++++++++++--
test/CodeGen/AMDGPU/fmaxnum.ll | 22 ++++++++
test/CodeGen/AMDGPU/fminnum.ll | 11 ++++
test/CodeGen/AMDGPU/function-args.ll | 39 +++++++++++++
test/CodeGen/AMDGPU/function-returns.ll | 39 +++++++++++++
.../{brka-diagnostics.s => pfalse-diagnostics.s} | 4 +-
test/MC/AArch64/SVE/{setffr.s => pfalse.s} | 8 +--
.../{brka-diagnostics.s => ptest-diagnostics.s} | 4 +-
test/MC/AArch64/SVE/{wrffr.s => ptest.s} | 16 +++---
13 files changed, 290 insertions(+), 21 deletions(-)
copy test/MC/AArch64/SVE/{brka-diagnostics.s => pfalse-diagnostics.s} (82%)
copy test/MC/AArch64/SVE/{setffr.s => pfalse.s} (83%)
copy test/MC/AArch64/SVE/{brka-diagnostics.s => ptest-diagnostics.s} (82%)
copy test/MC/AArch64/SVE/{wrffr.s => ptest.s} (71%)
--
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 f02d879e99f DAG: Add calling convention argument to calling convention funcs
new 6f476979f90 [InstSimplify] Moved Select + AND/OR tests from InstCombine
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/Transforms/{InstCombine => InstSimplify}/select-and-cmp.ll | 2 +-
test/Transforms/{InstCombine => InstSimplify}/select-or-cmp.ll | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename test/Transforms/{InstCombine => InstSimplify}/select-and-cmp.ll (99%)
rename test/Transforms/{InstCombine => InstSimplify}/select-or-cmp.ll (99%)
--
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 3d794576ede AMDGPU: Stop trying to extend arguments for clover
new f02d879e99f DAG: Add calling convention argument to calling convention funcs
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/TargetLowering.h | 7 +-
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 8 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 209 ++++++++++++----------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 10 +-
lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 3 +-
lib/CodeGen/TargetLoweringBase.cpp | 7 +-
lib/Target/AArch64/AArch64FastISel.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 7 +-
lib/Target/ARM/ARMFastISel.cpp | 2 +-
lib/Target/Mips/MipsCallLowering.cpp | 3 +-
lib/Target/Mips/MipsFastISel.cpp | 2 +-
lib/Target/Mips/MipsISelLowering.cpp | 6 +-
lib/Target/Mips/MipsISelLowering.h | 5 +-
lib/Target/PowerPC/PPCFastISel.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +
lib/Target/PowerPC/PPCISelLowering.h | 2 +
lib/Target/X86/X86FastISel.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 6 +-
lib/Target/X86/X86ISelLowering.h | 3 +-
20 files changed, 163 insertions(+), 127 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 glibc.
from 99bc624136 hurd: Fix some ld.so symbol override from libc
new af86087f02 hurd: Fix some ld.so symbol override from libc
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 | 1 +
sysdeps/mach/hurd/i386/localplt.data | 2 +-
sysdeps/{generic => mach/hurd}/not-errno.h | 4 +++-
3 files changed, 5 insertions(+), 2 deletions(-)
copy sysdeps/{generic => mach/hurd}/not-errno.h (81%)
--
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 bcb1c4afd8 Update translations for cs, pl, and uk.
new 99bc624136 hurd: Fix some ld.so symbol override from libc
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 | 7 +++++++
sysdeps/mach/hurd/dl-unistd.h | 10 ++--------
sysdeps/mach/hurd/i386/ld.abilist | 2 ++
sysdeps/mach/hurd/i386/localplt.data | 8 ++++----
4 files changed, 15 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 d38f49543ed [GlobalOpt] Test array indices inside structs for out-of-bo [...]
new 3d794576ede AMDGPU: Stop trying to extend arguments for clover
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/AMDGPUISelLowering.cpp | 6 +-
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 26 --
test/CodeGen/AMDGPU/kernel-args.ll | 337 ++++++++++++---------
test/CodeGen/AMDGPU/lower-kernargs.ll | 32 +-
test/CodeGen/AMDGPU/r600.extract-lowbits.ll | 369 +++++++++++++++++++----
test/CodeGen/AMDGPU/store-global.ll | 48 +--
test/CodeGen/AMDGPU/store-private.ll | 8 +-
test/CodeGen/AMDGPU/zero_extend.ll | 10 +-
8 files changed, 540 insertions(+), 296 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 cf073c23aa2 [InstCombine] Fold Select with AND/OR condition
new d38f49543ed [GlobalOpt] Test array indices inside structs for out-of-bo [...]
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/Transforms/IPO/GlobalOpt.cpp | 118 ++++++++++--------------
test/Transforms/GlobalOpt/globalsra-multigep.ll | 16 ++++
test/Transforms/GlobalOpt/globalsra-partial.ll | 5 +-
3 files changed, 66 insertions(+), 73 deletions(-)
create mode 100644 test/Transforms/GlobalOpt/globalsra-multigep.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.