This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 841a67a Consolidate arm and mips posix_fadvise implementations
new f2d7f23 Remove i686, x86_64, and powerpc strtok implementations
new df3a4e1 Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.
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:
ChangeLog | 15 ++
sysdeps/i386/i686/strtok.S | 244 ------------------------
sysdeps/i386/i686/strtok_r.S | 5 -
sysdeps/i386/strtok.S | 358 -----------------------------------
sysdeps/i386/strtok_r.S | 5 -
sysdeps/nptl/lowlevellock.h | 4 +-
sysdeps/powerpc/powerpc64/strtok.S | 226 ----------------------
sysdeps/powerpc/powerpc64/strtok_r.S | 24 ---
sysdeps/x86_64/strtok.S | 208 --------------------
sysdeps/x86_64/strtok_r.S | 5 -
10 files changed, 17 insertions(+), 1077 deletions(-)
delete mode 100644 sysdeps/i386/i686/strtok.S
delete mode 100644 sysdeps/i386/i686/strtok_r.S
delete mode 100644 sysdeps/i386/strtok.S
delete mode 100644 sysdeps/i386/strtok_r.S
delete mode 100644 sysdeps/powerpc/powerpc64/strtok.S
delete mode 100644 sysdeps/powerpc/powerpc64/strtok_r.S
delete mode 100644 sysdeps/x86_64/strtok.S
delete mode 100644 sysdeps/x86_64/strtok_r.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 glibc.
from 58557c2 Open master for development
new 841a67a Consolidate arm and mips posix_fadvise implementations
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 | 13 ++++++++++
sysdeps/unix/sysv/linux/arm/posix_fadvise.c | 30 ----------------------
sysdeps/unix/sysv/linux/mips/kernel-features.h | 3 +++
.../unix/sysv/linux/mips/mips32/posix_fadvise.c | 4 ---
sysdeps/unix/sysv/linux/posix_fadvise.c | 23 +++++++++++------
5 files changed, 31 insertions(+), 42 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/arm/posix_fadvise.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.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.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 9087fb2 Daily bump.
new f269d51 2017-02-06 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 +++++
gcc/config/i386/cpuid.h | 2 +-
2 files changed, 6 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 clang.
from 8d572b5 clang-format: Fix bug with conflicting BreakBeforeBinaryOpera [...]
new 7be363f Revert "[AVR] Allow specifying the CPU on the command line"
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/Basic/Targets.cpp | 293 -----------------------
test/CodeGen/avr/target-cpu-defines/atmega328p.c | 6 -
test/CodeGen/avr/target-cpu-defines/attiny104.c | 6 -
test/CodeGen/avr/target-cpu-defines/common.c | 5 -
4 files changed, 310 deletions(-)
delete mode 100644 test/CodeGen/avr/target-cpu-defines/atmega328p.c
delete mode 100644 test/CodeGen/avr/target-cpu-defines/attiny104.c
delete mode 100644 test/CodeGen/avr/target-cpu-defines/common.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.
unknown user pushed a change to branch master
in repository gcc.
from 90e68a6 * doc/xml/manual/documentation_hacking.xml: Remove obsolete [...]
new baf05ee * config/avr/avr.md (*addhi3_zero_extend): Add alternative w [...]
new b422d8c S/390: Use macros from hwint.h where possible.
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/avr/avr.md | 12 +++++-----
gcc/config/s390/predicates.md | 4 ++--
gcc/config/s390/s390.c | 50 ++++++++++++++++++++----------------------
gcc/config/s390/s390.md | 5 ++---
gcc/config/s390/vector.md | 2 +-
gcc/config/s390/vx-builtins.md | 12 +++++-----
7 files changed, 61 insertions(+), 43 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 clang.
from 62d905d [AVR] Allow specifying the CPU on the command line
new 8d572b5 clang-format: Fix bug with conflicting BreakBeforeBinaryOpera [...]
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/Format/TokenAnnotator.cpp | 3 ++-
unittests/Format/FormatTest.cpp | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 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 binutils-gdb.
from 20b477a [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay
new 6ec7c1a [ARC] Provide an interface to decode ARC instructions.
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:
gas/config/tc-arc.c | 4 +
include/opcode/arc.h | 24 ++-
opcodes/arc-dis.c | 211 +++++++++++++++++----
opcodes/arc-dis.h | 196 +++++++++++++-------
opcodes/arc-opc.c | 57 +++++-
opcodes/arc-tbl.h | 508 +++++++++++++++++++++++++--------------------------
6 files changed, 636 insertions(+), 364 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 715a2a1 2017-02-06 Julian Brown <julian(a)codesourcery.com> Nave [...]
new 460c907 S/390: Add SIZE_TYPE comment.
new 90e68a6 * doc/xml/manual/documentation_hacking.xml: Remove obsolete [...]
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 | 4 ++++
gcc/config/s390/linux.h | 7 +++++--
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 12 +++++-------
4 files changed, 22 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 lld.
from 615317d Use a utility function to reduce repetition. NFC.
new b3216d0 [ELF] - Simplify i386-ps8.s testcase.
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/ELF/Inputs/i386-pc8.s | 2 --
test/ELF/i386-pc8.s | 6 ++++--
2 files changed, 4 insertions(+), 4 deletions(-)
delete mode 100644 test/ELF/Inputs/i386-pc8.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 1ec17f3 Add option to choose ABE revisions for comparison.
new 9757659 Ignore manifestid when comparing with --ignore-revisions.
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:
compare-manifests.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.