This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a1ccc0654b x86: Use RTM intrinsics in pthread mutex lock elision
new a06fc4a533 Fix build from commit 0b727ed
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/unix/sysv/linux/fd_to_filename.h | 2 ++
2 files 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 c1168a2f66 Allow remote debugging over a Unix local domain socket.
new 64a336ac13 RISC-V: Add fence.tso instruction
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 | 5 +++++
gas/testsuite/gas/riscv/{t_insns.d => fence-tso.d} | 5 +++--
gas/testsuite/gas/riscv/fence-tso.s | 2 ++
include/ChangeLog | 5 +++++
include/opcode/riscv-opc.h | 2 ++
opcodes/ChangeLog | 4 ++++
opcodes/riscv-opc.c | 1 +
7 files changed, 22 insertions(+), 2 deletions(-)
copy gas/testsuite/gas/riscv/{t_insns.d => fence-tso.d} (61%)
create mode 100644 gas/testsuite/gas/riscv/fence-tso.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 llvm.
from 4cd3487f7fe [Hexagon] Fix extracting subvectors of non-HVX vNi1
new 2e34e6d02ba [X86][Btver2] Fix BLENDV and AESDEC schedules
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/Target/X86/X86ScheduleBtVer2.td | 8 ++---
test/tools/llvm-mca/X86/BtVer2/resources-aes.s | 18 +++++------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 38 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 14 ++++-----
4 files changed, 39 insertions(+), 39 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 54333f7f10a ((X /[ex] A) +- B) * A --> X +- A * B
new 4580c5a5a1b net: don't fail test if splice fails because pipe2 is missing
new 1fc1dc15d77 * config/i386/i386.c (ix86_emit_i387_round): Extend op1 to [...]
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 | 5 +++
gcc/config/i386/i386.c | 86 +++++++++++++++++----------------------------
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/net/splice_test.go | 6 ++++
4 files changed, 45 insertions(+), 54 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 f646df2dd3f [ARM] Emmit data symbol for constant pool data
new 1b9f2a9da5f [InstCombine] add tests with undef elements; NFC
new 4cd3487f7fe [Hexagon] Fix extracting subvectors of non-HVX vNi1
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/Target/Hexagon/HexagonISelLowering.cpp | 3 ++-
test/CodeGen/Hexagon/vect/extract-v4i1.ll | 28 +++++++++++++++++++++++++++
test/Transforms/InstCombine/vector-casts.ll | 30 +++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/vect/extract-v4i1.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 gcc.
from d74fa224a36 rs6000: Fix vec-init-6.c (PR87081)
new 37db4f8d72c No a*x+b*x factorization for signed vectors
new 7127b8d74c6 vector<bool> _M_start and 0 offset
new 54333f7f10a ((X /[ex] A) +- B) * A --> X +- A * B
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 | 10 ++++++++++
gcc/fold-const.c | 2 +-
gcc/match.pd | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.c | 12 ++++++++++++
gcc/tree.c | 13 ++++++++++++-
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/bits/stl_bvector.h | 6 +++---
9 files changed, 81 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.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 fc829e82f68 [NFC][CodeGen][X86] fma.ll, lwp-intrinsics.ll: actually spe [...]
new f646df2dd3f [ARM] Emmit data symbol for constant pool data
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/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 5 +++++
test/MC/ARM/CheckDataSymbol.s | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/MC/ARM/CheckDataSymbol.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 0b727ed4d6 libio: Flush stream at freopen (BZ#21037)
new a1ccc0654b x86: Use RTM intrinsics in pthread mutex lock elision
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 | 9 +++++
sysdeps/unix/sysv/linux/x86/Makefile | 4 +++
sysdeps/unix/sysv/linux/x86/hle.h | 70 ++----------------------------------
3 files changed, 16 insertions(+), 67 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 811d121401 [Preprocessor] Hide include typo correction behind SpellChecking.
new 4b113a837e [Preprocesssor] Filename should fall back to the written nam [...]
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/Lex/PPDirectives.cpp | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 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-tools-extra.
from 02a35f7e [clangd] Zap TODONEs
new 34bd4856 [clangd] Add a #include completion test that triggers an assertion.
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:
unittests/clangd/CodeCompleteTests.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.