This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 4d8e8a2c [clangd] Prevent thread starvation in tests on loaded systems.
new d8d21fda Revert r347419 "Update call to EvaluateAsInt() to the new syntax."
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:
clang-tidy/bugprone/MisplacedWideningCastCheck.cpp | 12 +++++------
clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp | 23 ++++++++--------------
.../cert/ProperlySeededRandomGeneratorCheck.cpp | 4 ++--
3 files changed, 16 insertions(+), 23 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-allyesconfig
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 binutils-gdb.
from 9fca35fc34 AArch64: Fix regression in Cortex A53 erratum when PIE. (PR [...]
new 131a5a648d Initialize *uncompressed_align_pow_p to 0
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 | 6 ++++++
bfd/compress.c | 2 ++
2 files changed, 8 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-release-aarch64-stable-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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 02aa6d736e7 Come up with memop_ret enum instead of int endp for memory [...]
new f052211c3ff Support simd function declarations via a pre-include.
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 | 6 +++
gcc/config/gnu-user.h | 4 ++
gcc/fortran/ChangeLog | 16 ++++++
gcc/fortran/decl.c | 41 ++++++++++++++++
gcc/fortran/gfortran.h | 22 +++++++++
gcc/fortran/lang-specs.h | 10 +++-
gcc/fortran/lang.opt | 4 ++
gcc/fortran/match.h | 1 +
gcc/fortran/parse.c | 3 ++
gcc/fortran/scanner.c | 4 ++
gcc/fortran/trans-intrinsic.c | 70 +++++++++++++++++++++++++++
gcc/gcc.c | 19 ++++++++
gcc/testsuite/ChangeLog | 12 +++++
gcc/testsuite/gfortran.dg/simd-builtins-1.f90 | 19 ++++++++
gcc/testsuite/gfortran.dg/simd-builtins-1.h | 4 ++
gcc/testsuite/gfortran.dg/simd-builtins-2.f90 | 20 ++++++++
gcc/testsuite/gfortran.dg/simd-builtins-3.f90 | 1 +
gcc/testsuite/gfortran.dg/simd-builtins-3.h | 8 +++
gcc/testsuite/gfortran.dg/simd-builtins-4.f | 1 +
gcc/testsuite/gfortran.dg/simd-builtins-4.h | 8 +++
gcc/testsuite/gfortran.dg/simd-builtins-5.f | 9 ++++
gcc/testsuite/gfortran.dg/simd-builtins-6.f90 | 24 +++++++++
22 files changed, 304 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-1.h
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-3.h
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-4.f
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-4.h
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-5.f
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-6.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.