This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from bd7bbb26f3 NEWS: fix spelling mistake
new d4ae782776 NEWS: Fix spelling mistake: "%ob" -> "%Ob".
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:
NEWS | 2 +-
1 file changed, 1 insertion(+), 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 sthibaul/hurd-builds
in repository glibc.
from 390f57bbbe Update from t/gsync-libc
new 6d71abd623 Add missing hooks from t/extern_inline
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:
mach/lock-intern.h | 20 ++++++++++++++++++++
1 file changed, 20 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 gcc.
from 64202b819f5 * g++.dg/cpp1y/lambda-generic.C: Remove libstdc++ dependency.
new 3815462d06a libgcc: xtensa: fix NaN return from add/sub/mul/div helpers
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:
libgcc/ChangeLog | 7 +++++
libgcc/config/xtensa/ieee754-df.S | 54 ++++++++++++++++++++++++++++-----------
libgcc/config/xtensa/ieee754-sf.S | 51 ++++++++++++++++++++++++------------
3 files changed, 81 insertions(+), 31 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 gcc-7-branch
in repository gcc.
from 4d28913a860 PR rtl-optimization/81443 * rtlanal.c (num_sign_bit_copie [...]
new 598768d5c31 libgcc: xtensa: fix NaN return from add/sub/mul/div helpers
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:
libgcc/ChangeLog | 10 ++++++++
libgcc/config/xtensa/ieee754-df.S | 54 ++++++++++++++++++++++++++++-----------
libgcc/config/xtensa/ieee754-sf.S | 51 ++++++++++++++++++++++++------------
3 files changed, 84 insertions(+), 31 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 8d5a764aadb [safestack] Inline safestack pointer access when possible.
new 1e1ff854ff4 [X86][AVX] LowerBUILD_VECTORAsVariablePermute - add support [...]
new 3c94d120f95 [X86] Move 'Int_' to the end of the name of the VCOMISS/VUC [...]
new 79a01aab604 [X86] Remove 'Int_' from instregexs in Zen scheduler model.
new 9ddf1ec1345 [X86] Merge some regular expressions in Zen scheduler model [...]
The 4 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/Target/X86/X86ISelLowering.cpp | 121 ++++++++++++++++++------------
lib/Target/X86/X86InstrAVX512.td | 26 +++----
lib/Target/X86/X86InstrInfo.cpp | 16 ++--
lib/Target/X86/X86InstrSSE.td | 38 +++++-----
lib/Target/X86/X86ScheduleZnver1.td | 32 +++-----
test/CodeGen/X86/evex-to-vex-compress.mir | 64 ++++++++--------
test/CodeGen/X86/sse-schedule.ll | 32 ++++----
test/CodeGen/X86/sse2-schedule.ll | 32 ++++----
test/CodeGen/X86/var-permute-128.ll | 17 +----
9 files changed, 188 insertions(+), 190 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 users/hjl/x86
in repository binutils-gdb.
discards f2db3ae0d5 gold: Initial R_X86_64_THUNK_GOTPCRELX support
discards 1955c4cd5b x86-64: Add R_X86_64_THUNK_GOTPCRELX
new 289bbbd39c x86-64: Add R_X86_64_THUNK_GOTPCRELX
new b020fa8b7c gold: Initial R_X86_64_THUNK_GOTPCRELX support
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 (f2db3ae0d5)
\
N -- N -- N refs/heads/users/hjl/x86 (b020fa8b7c)
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:
ld/testsuite/ld-x86-64/gotpcrel2.dd | 2 +-
1 file changed, 1 insertion(+), 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 e2c431bb4d6 PR sanitizer/83987 * tree.c (cp_free_lang_data): Change D [...]
new 33c25b7ab15 C++: Fix ICE in fold_for_warn on CAST_EXPR (PR c++/83974)
new 5602246c00d PR c++/83947 - ICE with auto declarations.
new 64202b819f5 * g++.dg/cpp1y/lambda-generic.C: Remove libstdc++ dependency.
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/cp/ChangeLog | 12 ++++++++++++
gcc/cp/decl.c | 8 +++++---
gcc/cp/pt.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/auto-fn46.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic.C | 9 +++++----
gcc/testsuite/g++.dg/warn/pr83974.C | 11 +++++++++++
7 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn46.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr83974.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 llvm.
from 48c582c9ac0 [Debugify] Add a mode to opt to enable faster testing
new b06a0ab6c38 Fix MSVC "result of 32-bit shift implicitly converted to 64 [...]
new 8d5a764aadb [safestack] Inline safestack pointer access when 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:
lib/CodeGen/SafeStack.cpp | 51 +++++++++++++++++++++++++++++-
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
test/CodeGen/X86/safestack.ll | 8 +++++
test/CodeGen/X86/safestack_inline.ll | 30 ++++++++++++++++++
4 files changed, 89 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/safestack_inline.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 binutils-gdb.
from 62fd0a980b MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option marker
new 0984958bd1 MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'
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 | 6 ++++++
gas/configure | 3 ++-
gas/configure.ac | 3 ++-
3 files changed, 10 insertions(+), 2 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 gcc-7-branch
in repository gcc.
from 2443174bc28 Daily bump.
new 4d28913a860 PR rtl-optimization/81443 * rtlanal.c (num_sign_bit_copie [...]
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/rtlanal.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.