This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/linux-next.
from d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/ [...]
adds 2e6e902d1850 Linux 4.20-rc4
adds 70df9ebbd82c hwmon (ina2xx) Fix NULL id pointer in probe()
adds 35fdc3902179 hwmon: (raspberrypi) Fix initial notify
adds 38cd989ee38c hwmon: (ina2xx) Fix current value calculation
adds 243cfe3fb897 hwmon: (mlxreg-fan) Fix macros for tacho fault reading
adds 09aaf6813cfc hwmon: (w83795) temp4_type has writable permission
adds 6f8b52ba442c Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
5 files changed, 7 insertions(+), 13 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 241ac1bd314 Support for inserting profile-directed cache prefetches
new 5f6c1fdc7eb [AArch64] Refactor the scheduling predicates (1/3) (NFC)
new e62b9ce6c8b [AArch64] Refactor the scheduling predicates (2/3) (NFC)
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/AArch64.td | 1 +
lib/Target/AArch64/AArch64InstrInfo.cpp | 102 +--------------------
lib/Target/AArch64/AArch64InstrInfo.h | 12 +--
lib/Target/AArch64/AArch64SchedPredicates.td | 95 +++++++++++++++++++
lib/Target/AArch64/AArch64Schedule.td | 8 --
lib/Target/AArch64/AArch64Subtarget.cpp | 8 +-
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 2 +
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 1 +
.../llvm-mca/AArch64/CortexA57/shifted-register.s | 10 +-
.../llvm-mca/AArch64/Cyclone/register-offset.s | 12 +--
10 files changed, 120 insertions(+), 131 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64SchedPredicates.td
--
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 b1ba68e931d PR target/88195 * config/i386/i386.c (def_builtin2): If t [...]
new a9e81b51893 2018-11-26 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
new 12000efe077 2018-11-26 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
new 9890f25f797 compiler: initial support for exporting function bodies
The 3 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/ChangeLog | 4 +
gcc/doc/sourcebuild.texi | 4 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.h | 56 +++++
gcc/go/gofrontend/expressions.h | 12 ++
gcc/go/gofrontend/gogo.cc | 229 ++++++++++++++++++++-
gcc/go/gofrontend/gogo.h | 23 ++-
gcc/go/gofrontend/import.cc | 18 ++
gcc/go/gofrontend/import.h | 5 +
gcc/go/gofrontend/statements.cc | 22 ++
gcc/go/gofrontend/statements.h | 40 ++++
gcc/testsuite/ChangeLog | 30 +++
gcc/testsuite/c-c++-common/Warray-bounds-3.c | 4 +
gcc/testsuite/c-c++-common/Wrestrict.c | 5 +
gcc/testsuite/c-c++-common/rotate-8.c | 14 +-
gcc/testsuite/gcc.c-torture/execute/920501-8.c | 2 +
gcc/testsuite/gcc.c-torture/execute/930513-1.c | 2 +
.../gcc.c-torture/execute/ieee/920810-1.x | 4 +
gcc/testsuite/gcc.dg/pr53037-1.c | 2 +-
gcc/testsuite/gcc.dg/pr53037-2.c | 2 +-
gcc/testsuite/gcc.dg/pr53037-3.c | 2 +-
gcc/testsuite/gcc.dg/pr59963-2.c | 1 +
gcc/testsuite/gcc.dg/pr85512.c | 1 +
gcc/testsuite/gcc.dg/sancov/cmp0.c | 14 +-
gcc/testsuite/gcc.dg/torture/builtin-sprintf.c | 3 +-
gcc/testsuite/gcc.dg/tree-ssa/addadd.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 9 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-10.c | 94 ++++-----
gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c | 5 +-
gcc/testsuite/lib/target-supports.exp | 5 +
libgo/go/go/internal/gccgoimporter/parser.go | 63 +++++-
31 files changed, 603 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/920810-1.x
--
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 689482be856 [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use [...]
new 9926acb6bf4 AMDGPU: Record SGPR spills when restoring too
new 241ac1bd314 Support for inserting profile-directed cache prefetches
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.cpp | 4 +-
lib/Target/X86/CMakeLists.txt | 2 +
lib/Target/X86/X86.h | 7 +
lib/Target/X86/X86DiscriminateMemOps.cpp | 127 +++++++++++
lib/Target/X86/X86InsertPrefetch.cpp | 234 +++++++++++++++++++++
lib/Target/X86/X86TargetMachine.cpp | 2 +
test/CodeGen/X86/discriminate-mem-ops.ll | 55 +++++
test/CodeGen/X86/insert-prefetch-inline.afdo | 4 +
test/CodeGen/X86/insert-prefetch-inline.ll | 76 +++++++
.../X86/insert-prefetch-no-MachineMemOperand.ll | 46 ++++
test/CodeGen/X86/insert-prefetch-nomemop.afdo | 2 +
test/CodeGen/X86/insert-prefetch-other.afdo | 3 +
test/CodeGen/X86/insert-prefetch.afdo | 3 +
test/CodeGen/X86/insert-prefetch.ll | 101 +++++++++
14 files changed, 665 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/X86/X86DiscriminateMemOps.cpp
create mode 100644 lib/Target/X86/X86InsertPrefetch.cpp
create mode 100644 test/CodeGen/X86/discriminate-mem-ops.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-inline.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch-inline.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-no-MachineMemOperand.ll
create mode 100644 test/CodeGen/X86/insert-prefetch-nomemop.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch-other.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch.afdo
create mode 100644 test/CodeGen/X86/insert-prefetch.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 gcc.
from 0088d2e3453 2018-11-26 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
new f6245fb8441 PR target/58397 * config.host (*-*-netbsd*): Use x-netbsd [...]
new 62646c45fc9 PR c++/86900 * dwarf2out.c (secname_for_decl): For functi [...]
new 67cf60dadc9 PR testsuite/88090 * obj-c++.dg/attributes/method-nonnull [...]
new b1ba68e931d PR target/88195 * config/i386/i386.c (def_builtin2): If t [...]
The 4 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/ChangeLog | 18 ++++++++++++++
gcc/config.host | 4 ++++
gcc/config/{host-openbsd.c => host-netbsd.c} | 28 +++++++++++-----------
gcc/config/i386/i386.c | 8 +++++--
gcc/config/{x-hpux => x-netbsd} | 4 ++--
gcc/dwarf2out.c | 10 +++++++-
gcc/testsuite/ChangeLog | 13 ++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C | 14 +++++++++++
gcc/testsuite/gcc.target/i386/pr88195.c | 8 +++++++
.../obj-c++.dg/attributes/method-nonnull-1.mm | 6 +++--
10 files changed, 92 insertions(+), 21 deletions(-)
copy gcc/config/{host-openbsd.c => host-netbsd.c} (76%)
copy gcc/config/{x-hpux => x-netbsd} (53%)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr88195.c
--
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-arm-mainline-defconfig
in repository toolchain/linux-next.
from d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/ [...]
adds 2e6e902d1850 Linux 4.20-rc4
adds 70df9ebbd82c hwmon (ina2xx) Fix NULL id pointer in probe()
adds 35fdc3902179 hwmon: (raspberrypi) Fix initial notify
adds 38cd989ee38c hwmon: (ina2xx) Fix current value calculation
adds 243cfe3fb897 hwmon: (mlxreg-fan) Fix macros for tacho fault reading
adds 09aaf6813cfc hwmon: (w83795) temp4_type has writable permission
adds 6f8b52ba442c Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
5 files changed, 7 insertions(+), 13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e7e4f1f171d [ThinLTO] Consolidate cache key computation between new/old [...]
new 689482be856 [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use [...]
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/LegalizeVectorTypes.cpp | 9 +-
lib/Target/X86/X86ISelLowering.cpp | 14 +-
test/CodeGen/AArch64/arm64-convert-v4f64.ll | 36 ++--
test/CodeGen/AArch64/vcvt-oversize.ll | 14 +-
test/CodeGen/ARM/vcvt.ll | 10 +-
test/CodeGen/PowerPC/vec_conv_fp64_to_i16_elts.ll | 144 ++++++-------
test/CodeGen/PowerPC/vec_conv_fp64_to_i8_elts.ll | 96 ++++-----
test/CodeGen/X86/vec_cast2.ll | 2 +-
test/CodeGen/X86/vec_fp_to_int-widen.ll | 199 +++++------------
test/CodeGen/X86/vec_fp_to_int.ll | 248 ++++------------------
10 files changed, 256 insertions(+), 516 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 1ca6e4384 [COFF] ICF: use parallelForEach{,N}
new ff6e752b6 ELF: ICF: Include contents of referenced sections in initial [...]
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/ICF.cpp | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.