This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8381d3e3032 [DebugInfo][Dexter] Unreachable line stepped onto after Sim [...]
new e6d7df955dd [X86] Fix VZEROUPPER scheduling info on SNB,HSW,BDW,SXL,SKX.
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/X86SchedBroadwell.td | 6 +-
lib/Target/X86/X86SchedHaswell.td | 6 +-
lib/Target/X86/X86SchedSandyBridge.td | 7 ++
lib/Target/X86/X86SchedSkylakeClient.td | 6 +-
lib/Target/X86/X86SchedSkylakeServer.td | 6 +-
test/CodeGen/X86/avx-schedule.ll | 84 ++++++-------
test/CodeGen/X86/avx2-schedule.ll | 40 +++---
test/CodeGen/X86/avx512-schedule.ll | 140 ++++++++++-----------
test/CodeGen/X86/avx512vpopcntdq-schedule.ll | 8 +-
test/CodeGen/X86/f16c-schedule.ll | 10 +-
test/CodeGen/X86/fma-schedule.ll | 120 +++++++++---------
test/CodeGen/X86/fma4-schedule.ll | 24 ++--
test/CodeGen/X86/xop-schedule.ll | 10 +-
test/tools/llvm-mca/X86/Broadwell/resources-avx1.s | 6 +-
test/tools/llvm-mca/X86/Generic/resources-avx1.s | 6 +-
test/tools/llvm-mca/X86/Haswell/resources-avx1.s | 6 +-
.../llvm-mca/X86/SandyBridge/resources-avx1.s | 6 +-
.../llvm-mca/X86/SkylakeClient/resources-avx1.s | 6 +-
.../llvm-mca/X86/SkylakeServer/resources-avx1.s | 6 +-
19 files changed, 255 insertions(+), 248 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 8e070ff5958 [ARM] Enable mixed types in ARM CGP
new 8381d3e3032 [DebugInfo][Dexter] Unreachable line stepped onto after Sim [...]
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/IR/Instruction.h | 8 +++
lib/IR/Instruction.cpp | 7 ++
lib/Transforms/Utils/SimplifyCFG.cpp | 16 +++++
test/CodeGen/X86/pr39187-g.ll | 121 +++++++++++++++++++++++++++++++++++
4 files changed, 152 insertions(+)
create mode 100644 test/CodeGen/X86/pr39187-g.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 0a1353a3c8c [ARM] Small reorganisation in ARMParallelDSP
new 8e070ff5958 [ARM] Enable mixed types in ARM CGP
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/ARM/ARMCodeGenPrepare.cpp | 134 ++++++++--------
test/CodeGen/ARM/CGP/arm-cgp-calls.ll | 4 +-
test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 223 ++++++++++++++++++++++++++-
test/CodeGen/ARM/CGP/arm-cgp-signed-icmps.ll | 7 +-
4 files changed, 298 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 gcc.
from ecf7930550f Fallback in libsanitizer for scudo sanitizer (PR sanitizer/87892).
new 47b2004781c Include patch in LOCAL_PATCHES.
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:
libsanitizer/ChangeLog | 4 ++++
libsanitizer/LOCAL_PATCHES | 1 +
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 5acaada745 Make gold testsuite work with CC and CXX specifying -B
adds 17cf289784 gdb/riscv: Handle errors while setting the frame id
adds cd115d615c gdb/riscv: Update test to support targets without FP hardware
adds b5420128da x86-64: fix ZMM register state tracking
adds d4718d5c9f (AArch64) wrong value returned by "finish" for HFA
adds 20f0d60db4 Avoid crash when calling warning too early
adds 3c6618cd22 Fix output indentation for "info pretty-printers"
adds 9c710e1157 Capitalize "<TAB>" in require_record_target error
adds 663cc8c0fc Automatic date update in version.in
adds 0e2779e98d PowerPC, don't use bfd reloc howto in md_assemble
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 6 +
gas/config/tc-ppc.c | 260 ++++++++++++++++++++-
gdb/ChangeLog | 35 +++
gdb/aarch64-tdep.c | 2 +-
gdb/i387-tdep.c | 40 ++--
gdb/python/lib/gdb/command/pretty_printers.py | 2 +-
gdb/record.c | 2 +-
gdb/riscv-tdep.c | 17 +-
gdb/target.c | 10 +-
gdb/target.h | 2 +-
gdb/testsuite/ChangeLog | 16 ++
gdb/testsuite/gdb.arch/i386-avx512.c | 7 +
gdb/testsuite/gdb.arch/i386-avx512.exp | 10 +
gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 24 +-
.../warning.exp} | 28 ++-
16 files changed, 411 insertions(+), 52 deletions(-)
copy gdb/testsuite/{gdb.ada/access_to_unbounded_array.exp => gdb.base/warning.exp} (62%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from c49a7a07f2 Automatic date update in version.in
adds 7a7e7a58e1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.