This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 644d38570a Remove add-ons mechanism.
new 1e9522c61c nscd: Eliminate compilation time dependency in the build 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:
ChangeLog | 11 +++++++++++
nscd/nscd_stat.c | 27 +++++++++++++++++++++------
2 files changed, 32 insertions(+), 6 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 19f82f3586 Always do locking when iterating over list of streams (bug 15142)
new 644d38570a Remove add-ons mechanism.
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 | 50 +++++
INSTALL | 17 --
Makeconfig | 27 +--
Makefile | 3 +-
NEWS | 4 +
config.make.in | 3 -
configure | 287 +++--------------------------
configure.ac | 268 +++------------------------
libidn/configure | 16 --
manual/Makefile | 9 +-
manual/install.texi | 16 --
manual/libc-texinfo.sh | 17 +-
manual/maint.texi | 11 +-
scripts/build-many-glibcs.py | 1 -
scripts/gen-sorted.awk | 34 +---
scripts/test-installation.pl | 3 +-
sysdeps/nptl/Makeconfig | 2 +-
sysdeps/unix/inet/Subdirs | 1 +
sysdeps/unix/inet/configure | 9 +
{libidn => sysdeps/unix/inet}/configure.ac | 8 +-
20 files changed, 137 insertions(+), 649 deletions(-)
delete mode 100644 libidn/configure
create mode 100644 sysdeps/unix/inet/configure
rename {libidn => sysdeps/unix/inet}/configure.ac (54%)
--
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 a9a80eaeeed Revert "Re-land "[MergeICmps] Disable mergeicmps if the tar [...]
new 5eb1a9dfa98 [LV] Fix PR34743 - handle casts that sink after interleaved loads
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/Transforms/Vectorize/LoopVectorize.cpp | 5 ++-
.../LoopVectorize/interleaved-accesses.ll | 52 ++++++++++++++++++++++
2 files changed, 56 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 glibc.
from 91e7cf982d abort: Do not flush stdio streams [BZ #15436]
new 19f82f3586 Always do locking when iterating over list of streams (bug 15142)
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 | 8 ++++++++
libio/genops.c | 60 ++++++++++++++++++----------------------------------------
2 files changed, 26 insertions(+), 42 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 97953bab05 Avoid spurious readelf error status from decode_arm_unwind.
new 2bfa0cdfad Fix the MSP430 assembler so that it detects and reports extr [...]
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/ChangeLog | 13 +++++
gas/config/tc-msp430.c | 110 +++++++++++++++++++++++++++---------
gas/testsuite/gas/msp430/msp430.exp | 1 +
gas/testsuite/gas/msp430/pr22133.d | 4 ++
gas/testsuite/gas/msp430/pr22133.l | 4 ++
gas/testsuite/gas/msp430/pr22133.s | 9 +++
6 files changed, 114 insertions(+), 27 deletions(-)
create mode 100644 gas/testsuite/gas/msp430/pr22133.d
create mode 100644 gas/testsuite/gas/msp430/pr22133.l
create mode 100644 gas/testsuite/gas/msp430/pr22133.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 0e07a11aa0b * i386.c (znver1_cost): Set branch_cost to 3 (instead of 2 [...]
new 8ff665ce393 2017-09-28 Tamar Christina <tamar.christina(a)arm.com>
new 0757ef39bf4 gcc/testsuite/ 2017-10-05 Tamar Christina <tamar.christin [...]
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/doc/sourcebuild.texi | 6 ++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/vect/slp-perm-9.c | 4 ++--
gcc/testsuite/gcc.dg/vect/vect-align-1.c | 4 ++--
gcc/testsuite/gcc.dg/vect/vect-align-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 13 +++++++++++++
8 files changed, 40 insertions(+), 6 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 a94975e5731 Re: [PATCH] C++ warning on vexing parse
new dd728ef3929 * i386.c (ix86_size_cost, i386_cost, i486_cost, pentium_co [...]
new 0e07a11aa0b * i386.c (znver1_cost): Set branch_cost to 3 (instead of 2 [...]
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 | 30 ++++++++++++++
gcc/config/i386/i386.c | 94 +++++++++++++++++++++++++++++++-------------
gcc/config/i386/i386.h | 13 +++---
gcc/config/i386/x86-tune.def | 15 -------
4 files changed, 103 insertions(+), 49 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 895743db761 revert r314698 - [InstCombine] remove one-use restriction f [...]
new a9a80eaeeed Revert "Re-land "[MergeICmps] Disable mergeicmps if the tar [...]
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/Transforms/Scalar/MergeICmps.cpp | 35 +++------
test/Transforms/MergeICmps/X86/lit.local.cfg | 3 -
test/Transforms/MergeICmps/X86/pair-int32-int32.ll | 91 ----------------------
test/Transforms/MergeICmps/X86/volatile.ll | 48 ------------
test/Transforms/MergeICmps/pair-int32-int32.ll | 81 +++++++++----------
.../MergeICmps/{X86 => }/tuple-four-int8.ll | 39 +++-------
test/Transforms/MergeICmps/volatile.ll | 30 +++++++
7 files changed, 87 insertions(+), 240 deletions(-)
delete mode 100644 test/Transforms/MergeICmps/X86/lit.local.cfg
delete mode 100644 test/Transforms/MergeICmps/X86/pair-int32-int32.ll
delete mode 100644 test/Transforms/MergeICmps/X86/volatile.ll
rename test/Transforms/MergeICmps/{X86 => }/tuple-four-int8.ll (57%)
create mode 100644 test/Transforms/MergeICmps/volatile.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 llvm.
from 3c69ee55401 [TablgeGen] : Tidy up CodeGenSchedule. NFC.
new 895743db761 revert r314698 - [InstCombine] remove one-use restriction f [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 12 ++++++------
test/Transforms/InstCombine/icmp-shr.ll | 2 +-
2 files changed, 7 insertions(+), 7 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 64f7152491 Update the Hungarian translation in the gprof directory.
new 97953bab05 Avoid spurious readelf error status from decode_arm_unwind.
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 | 4 ++++
binutils/readelf.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.