This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ff81848a8eb MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
new 934182c665e PR preprocessor/83173: Enhance -fdump-internal-locations output
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/ChangeLog | 13 ++
gcc/diagnostic-show-locus.c | 51 -------
gcc/diagnostic.c | 46 +++++++
gcc/diagnostic.h | 3 +
gcc/input.c | 41 +++++-
libcpp/ChangeLog | 6 +
libcpp/location-example.txt | 325 +++++++++++++++++++++++++-------------------
7 files changed, 293 insertions(+), 192 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-mainline-allnoconfig
in repository toolchain/linux-next.
from 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 [...]
adds ef78e5ec9214 ia64: export node_distance function
No new revisions were added by this update.
Summary of changes:
arch/ia64/include/asm/numa.h | 4 +++-
arch/ia64/kernel/acpi.c | 6 +++---
arch/ia64/mm/numa.c | 6 ++++++
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
7 files changed, 17 insertions(+), 15 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 0b90da66f5f PR target/88188 * config/rs6000/rs6000.c (print_operand) [...]
new c94fccdf42e PR preprocessor/83173: Additional check before decrementing [...]
new 81affb1d35c compiler: import inlinable functions from package data
new 4249dcb9095 PR preprocessor/83173: New test
new ff81848a8eb MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
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 | 10 +
gcc/config/mips/mips.c | 14 +-
gcc/config/mips/mips.h | 1 +
gcc/config/mips/mips.opt | 4 +
gcc/doc/invoke.texi | 14 +-
gcc/go/ChangeLog | 5 +
gcc/go/go-gcc.cc | 5 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 7 +
gcc/go/gofrontend/expressions.cc | 9 +
gcc/go/gofrontend/go.cc | 6 +-
gcc/go/gofrontend/gogo.cc | 323 +++++++++++++++++++--
gcc/go/gofrontend/gogo.h | 84 +++++-
gcc/go/gofrontend/import.cc | 17 +-
gcc/go/gofrontend/import.h | 71 +++++
gcc/go/gofrontend/statements.cc | 8 +
gcc/go/gofrontend/statements.h | 4 +
gcc/go/gofrontend/types.cc | 4 +-
gcc/testsuite/ChangeLog | 14 +
.../plugin/location-overflow-test-pr83173-1.h | 2 +
.../plugin/location-overflow-test-pr83173-2.h | 2 +
.../gcc.dg/plugin/location-overflow-test-pr83173.c | 21 ++
.../gcc.dg/plugin/location-overflow-test-pr83173.h | 2 +
.../gcc.dg/plugin/location_overflow_plugin.c | 13 +-
gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +-
libcpp/ChangeLog | 7 +
libcpp/files.c | 32 +-
27 files changed, 631 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h
create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h
create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h
--
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-mainline-allmodconfig
in repository toolchain/linux-next.
from 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 [...]
adds ef78e5ec9214 ia64: export node_distance function
No new revisions were added by this update.
Summary of changes:
arch/ia64/include/asm/numa.h | 4 +++-
arch/ia64/kernel/acpi.c | 6 +++---
arch/ia64/mm/numa.c | 6 ++++++
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
7 files changed, 17 insertions(+), 15 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 c8872d113ad [AMDGPU] Disable DAG combine at -O0
new 13e71ac98c4 [x86] regenerate checks; NFC
new 6da4a0e40ec [llvm-mca] pass -dispatch-stats flag to a couple of tests. 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:
test/CodeGen/X86/pr32588.ll | 27 +++---
test/tools/llvm-mca/X86/BdVer2/load-throughput.s | 99 +++++++++++++++++++-
test/tools/llvm-mca/X86/BdVer2/store-throughput.s | 105 +++++++++++++++++++++-
3 files changed, 216 insertions(+), 15 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 62b8ade669b * config/lm32/lm32.c (lm32_block_move_inline): Use RETURN_ [...]
new 559e6ed4b16 * config/riscv/riscv (riscv_block_mvoe_straight): Use RETU [...]
new 0b90da66f5f PR target/88188 * config/rs6000/rs6000.c (print_operand) [...]
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:
gcc/ChangeLog | 15 +++++++++++++++
gcc/config/riscv/riscv.c | 2 +-
gcc/config/rs6000/rs6000.c | 20 ++++++++++++++++----
gcc/config/sh/sh-mem.cc | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/pr88188.c | 13 +++++++++++++
7 files changed, 53 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88188.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-next-allmodconfig
in repository toolchain/binutils-gdb.
from f03a5541c4 Automatic date update in version.in
adds 8064608f25 Automatic date update in version.in
adds 513092d696 AArch64: Fix regression in Cortex A53 erratum when PIE. (PR [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 13 +++++
bfd/elfnn-aarch64.c | 78 ++++++++++++++++++++++++--
bfd/version.h | 2 +-
ld/ChangeLog | 7 +++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 49 ++++++++++++++++
ld/testsuite/ld-aarch64/erratum843419_tls_ie.s | 43 ++++++++++++++
7 files changed, 187 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.d
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.