This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 7991310 Do not hardcode platform names in manual/libm-err-tab.pl (bug [...]
new 860aacd Fix alpha sqrt fegetenv namespace (bug 20768).
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 | 4 ++++
sysdeps/alpha/fpu/feholdexcpt.c | 2 +-
2 files changed, 5 insertions(+), 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 gcc.
from a740a7e MIPS: Handle -mbranch-likely in testsuite options
new b07ada2 Start adding target-specific selftests
new 1c518af Correct typo in changelog author
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 | 19 +++++++++++++++++++
gcc/config/i386/i386.c | 34 ++++++++++++++++++++++++++++++++++
gcc/doc/tm.texi | 4 ++++
gcc/doc/tm.texi.in | 2 ++
gcc/rtl-tests.c | 10 +++-------
gcc/selftest-rtl.h | 45 +++++++++++++++++++++++++++++++++++++++++++++
gcc/selftest-run-tests.c | 5 +++++
gcc/target.def | 6 ++++++
gcc/testsuite/ChangeLog | 2 +-
9 files changed, 119 insertions(+), 8 deletions(-)
create mode 100644 gcc/selftest-rtl.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from b546fab Remove gdbserver-mismatch.sh file
new d865b93 Make own clone of abe.git if --abe-path is not set.
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-checkout.sh | 5 +++++
1 file 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from c3c3ead [clang-tidy] Ignore forward declarations without definitions [...]
new 34c7f21 [clang-tidy] Fixed readability-else-after-return for cascade [...]
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/readability/ElseAfterReturnCheck.cpp | 2 +-
test/clang-tidy/readability-else-after-return.cpp | 44 ++++++++++++++++++-----
2 files changed, 37 insertions(+), 9 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 5dd9216 * fold-const.c (fold_cond_expr_with_comparison): Remove call [...]
new 5aa7459 Add support for ARM Cortex-M23 processor
new d04ccd5 Add support for ARM Cortex-M33 processor
new a740a7e MIPS: Handle -mbranch-likely in testsuite options
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 | 24 ++++++++++++++++++++++++
gcc/config/arm/arm-arches.def | 4 ++--
gcc/config/arm/arm-cores.def | 2 ++
gcc/config/arm/arm-tables.opt | 6 ++++++
gcc/config/arm/arm-tune.md | 11 ++++++-----
gcc/config/arm/arm.c | 3 ++-
gcc/config/arm/bpabi.h | 8 ++++----
gcc/doc/invoke.texi | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/mips/mips.exp | 4 +++-
10 files changed, 56 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 glibc.
from 95e431c An optimized memchr was missing for AArch64. This version is [...]
new d060cd0 Define wordsize.h macros everywhere
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 | 29 ++++++++++++++++++++++
bits/wordsize.h | 26 +++++++++++++++++++
.../strcspn-ppc64.c => aarch64/bits/wordsize.h} | 16 ++++++------
sysdeps/generic/stdint.h | 11 +++++---
sysdeps/gnu/bits/utmp.h | 4 +--
sysdeps/gnu/bits/utmpx.h | 2 +-
sysdeps/mips/bits/wordsize.h | 10 +++++++-
sysdeps/powerpc/powerpc32/bits/wordsize.h | 3 +++
sysdeps/powerpc/powerpc64/bits/wordsize.h | 3 +++
sysdeps/s390/s390-32/bits/wordsize.h | 3 +++
sysdeps/s390/s390-64/bits/wordsize.h | 3 +++
sysdeps/sparc/sparc32/bits/wordsize.h | 3 +++
sysdeps/sparc/sparc64/bits/wordsize.h | 3 +++
sysdeps/tile/tilegx/bits/wordsize.h | 3 +++
sysdeps/tile/tilepro/bits/wordsize.h | 3 ++-
sysdeps/unix/sysv/linux/alpha/bits/wordsize.h | 1 +
sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h | 3 +++
sysdeps/unix/sysv/linux/sparc/bits/wordsize.h | 2 ++
sysdeps/wordsize-32/bits/wordsize.h | 5 +++-
sysdeps/wordsize-64/bits/wordsize.h | 3 ++-
sysdeps/x86/bits/wordsize.h | 4 +++
21 files changed, 123 insertions(+), 17 deletions(-)
copy sysdeps/{powerpc/powerpc64/multiarch/strcspn-ppc64.c => aarch64/bits/wordsize [...]
--
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 b19ea8d Add support for ARM Cortex-M33 processor
new d46a216 Commit missing ChangeLog entry for Cortex-M33 support
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/ChangeLog | 6 ++++++
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 13be480 Add maintainers for RISC-V target.
new ce1b0a4 Add support for ARM Cortex-M23 processor
new b19ea8d Add support for ARM Cortex-M33 processor
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:
gas/ChangeLog | 14 ++++++++++++++
gas/NEWS | 2 ++
gas/config/tc-arm.c | 4 ++++
gas/doc/c-arm.texi | 2 ++
include/opcode/arm.h | 4 ++++
5 files changed, 26 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4f7eddc Update RISC-V documentation and make sure that it is included [...]
new 13be480 Add maintainers for RISC-V target.
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:
binutils/ChangeLog | 5 +++++
binutils/MAINTAINERS | 2 ++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.