This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/testsuite-isomac
in repository glibc.
discards faa5fa2 First round of additional fixes from many-glibc tests.
discards f98551b Suppress internal declarations for most of the testsuite.
omits aeebade Clean up conditionals for declaration of gets().
adds 9174b4c Update arm, mips, powerpc-nofpu libm-test-ulps.
new 40fe010 Clean up conditionals for declaration of gets().
new 6e27486 Suppress internal declarations for most of the testsuite.
new abefeff First round of additional fixes from many-glibc tests.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (faa5fa2)
\
N -- N -- N refs/heads/zack/testsuite-isomac (abefeff)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 7 ++
sysdeps/arm/libm-test-ulps | 112 +++++++++---------
sysdeps/mips/mips32/libm-test-ulps | 112 +++++++++---------
sysdeps/mips/mips64/libm-test-ulps | 200 ++++++++++++++++----------------
sysdeps/powerpc/nofpu/libm-test-ulps | 216 ++++++++++++++++++-----------------
5 files changed, 343 insertions(+), 304 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 zack/testsuite-isomac
in repository glibc.
omits a4a287e Suppress internal declarations for most of the testsuite.
new f98551b Suppress internal declarations for most of the testsuite.
new faa5fa2 First round of additional fixes from many-glibc tests.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a4a287e)
\
N -- N -- N refs/heads/zack/testsuite-isomac (faa5fa2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
Makeconfig | 1 +
elf/Makefile | 14 ++++++-------
include/libc-symbols.h | 13 ++++++++++++
include/math.h | 5 +++++
include/string.h | 10 +++++-----
math/test-misc.c | 23 +++++++++++-----------
sysdeps/generic/math_ldbl.h | 3 ++-
sysdeps/ia64/fpu/libm-symbols.h | 2 +-
sysdeps/ieee754/ldbl-128ibm/math_ldbl.h | 11 ++++++++---
.../ldbl-128ibm/test-canonical-ldbl-128ibm.c | 2 +-
.../ldbl-128ibm/test-totalorderl-ldbl-128ibm.c | 2 +-
sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 1 -
12 files changed, 55 insertions(+), 32 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 de80e80 [InstCombine] update trunc(shuffle) tests to reflect IR reality; NFC
new 08ce689 Refactor instruction simplification code in visitors. NFC.
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/Analysis/InlineCost.cpp | 155 +++++++++++++++++++-------------------------
1 file changed, 67 insertions(+), 88 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 c5838a8 [analyzer] Fix crash in CastToStruct when there is no record [...]
new 0dfa81d [analyzer] Revert 295545. There are buildbot failures.
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/StaticAnalyzer/Checkers/CastToStructChecker.cpp | 7 -------
test/Analysis/cast-to-struct.cpp | 5 -----
2 files changed, 12 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 2692959 * g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.
new 8afa52d * common.opt (gno-column-info, gcolumn-info): New options. [...]
new 460902c * final.c (last_columnnum, override_columnnum): New variable [...]
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 | 45 +++++++++++++++++++++++++++++++++
gcc/common.opt | 8 ++++++
gcc/dbxout.c | 15 ++++++-----
gcc/debug.c | 20 ++++++++++-----
gcc/debug.h | 20 +++++++++------
gcc/doc/invoke.texi | 9 +++++++
gcc/dwarf2out.c | 72 +++++++++++++++++++++++++++++++++++++++++++----------
gcc/final.c | 28 +++++++++++++++------
gcc/sdbout.c | 12 ++++++---
gcc/vmsdbgout.c | 17 ++++++++-----
gcc/xcoffout.c | 5 ++--
gcc/xcoffout.h | 5 ++--
12 files changed, 203 insertions(+), 53 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 34b4908 opt-viewer: Fix syntax highlighting
new de80e80 [InstCombine] update trunc(shuffle) tests to reflect IR reality; NFC
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/Transforms/InstCombine/trunc.ll | 49 +++++++++++++++++++++++++++++-------
1 file changed, 40 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 llvm.
from 47cf6aa [AVX-512] Remove 128/256-bit masked fp max/min intrinsics. Up [...]
new 34b4908 opt-viewer: Fix syntax highlighting
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:
utils/opt-viewer/opt-viewer.py | 27 ++++++++++++++++++---------
1 file changed, 18 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 2b77b49 PR target/79569 * config/i386/i386.opt (m3dnowa): Replace U [...]
new 2692959 * g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/tls/thread_local-order2.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 557f247 * doc/xml/manual/profile_mode.xml: Fix link.
new b0faa56 PR target/79559 * config/i386/i386.c (ix86_print_operand): [...]
new 2b77b49 PR target/79569 * config/i386/i386.opt (m3dnowa): Replace U [...]
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 | 14 +++++++++++
gcc/common/config/i386/i386-common.c | 14 ++++++++++-
gcc/config/i386/i386.c | 42 ++++++++++++++++++++------------
gcc/config/i386/i386.opt | 2 +-
gcc/doc/extend.texi | 10 +++-----
gcc/doc/invoke.texi | 11 ++++++---
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.target/i386/3dnowA-3.c | 10 ++++++++
gcc/testsuite/gcc.target/i386/pr79559.c | 11 +++++++++
9 files changed, 95 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/3dnowA-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79559.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 clang.
from 0b7608a Process attributes 'ifunc' and 'alias' when checking for rede [...]
new c5838a8 [analyzer] Fix crash in CastToStruct when there is no record [...]
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/StaticAnalyzer/Checkers/CastToStructChecker.cpp | 7 +++++++
test/Analysis/cast-to-struct.cpp | 5 +++++
2 files changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.