This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a14d8acd32 Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397
new 326e74e7c1 Add aliases to recognize normalized charset names (bug 19527)
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 | 5 +++++
iconvdata/gconv-modules | 2 ++
2 files changed, 7 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 fc7aa874aa Remove sunos.em
new c77852c891 Fix illegal memory accesses in the assembler when attempting [...]
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 | 11 +++++++++++
gas/cond.c | 38 ++++++++++++++++++++++----------------
gas/config/obj-elf.c | 3 ++-
gas/stabs.c | 6 ++++++
4 files changed, 41 insertions(+), 17 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 a97e9991f07 SmallVectorMemoryBuffer: Fix some comments
new 2be99d04c02 [InstCombine] simplify getBinOpsForFactorization(); 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:
.../InstCombine/InstructionCombining.cpp | 40 ++++++++--------------
1 file changed, 15 insertions(+), 25 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 634083c3647 i386: Check error_mark_node in multiversioning
new 4482dd6d231 2018-04-16 Aaron Sawdey <acsawdey(a)linux.ibm.com>
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 | 9 ++++++++-
gcc/config/rs6000/rs6000-c.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr83660.C | 14 ++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83660.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 72fc210036d [InstCombine] simplify fneg+fadd folds; NFC
new a97e9991f07 SmallVectorMemoryBuffer: Fix some comments
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:
include/llvm/Support/SmallVectorMemoryBuffer.h | 6 ++----
1 file changed, 2 insertions(+), 4 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 7d7f34a40df [InstCombine] fix formatting; NFC
new 72fc210036d [InstCombine] simplify fneg+fadd folds; 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/Transforms/InstCombine/InstCombineAddSub.cpp | 15 ++++++------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 -
.../InstCombine/InstructionCombining.cpp | 17 --------------
test/Transforms/InstCombine/fadd.ll | 27 ++++++++++++++++++++++
test/Transforms/InstCombine/fast-math.ll | 24 -------------------
5 files changed, 34 insertions(+), 50 deletions(-)
create mode 100644 test/Transforms/InstCombine/fadd.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 8a3de5e1a3 gdb: Remove support for SH-5/SH64
new d7867d174c Fix i960 machine name
new fc7aa874aa Remove sunos.em
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:
binutils/ChangeLog | 4 +
binutils/readelf.c | 2 +-
ld/ChangeLog | 4 +
ld/emultempl/sunos.em | 1042 -------------------------------------------------
4 files changed, 9 insertions(+), 1043 deletions(-)
delete mode 100644 ld/emultempl/sunos.em
--
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 3210e64b499 [AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for v_cndmask_b32
new 7d7f34a40df [InstCombine] fix formatting; 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/Transforms/InstCombine/InstructionCombining.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 368802e5eb3 [test] Avoid spurious failure in debug-names-find.s. NFC.
new 3210e64b499 [AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for v_cndmask_b32
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/AMDGPU/SIPeepholeSDWA.cpp | 4 ++++
lib/Target/AMDGPU/VOP2Instructions.td | 24 +++++++++++++++++++++++-
test/MC/AMDGPU/vop_dpp.s | 8 ++++++++
test/MC/AMDGPU/vop_sdwa.s | 14 ++++++++++++++
test/MC/Disassembler/AMDGPU/dpp_vi.txt | 8 +++++++-
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 9 +++++++++
test/MC/Disassembler/AMDGPU/sdwa_vi.txt | 3 +++
7 files changed, 68 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 master
in repository binutils-gdb.
from a2a79012fe gdb: Remove OpenBSD/m88k support
new 8a3de5e1a3 gdb: Remove support for SH-5/SH64
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:
gdb/ChangeLog | 17 +
gdb/MAINTAINERS | 1 -
gdb/Makefile.in | 3 -
gdb/NEWS | 3 +
gdb/configure.tgt | 11 +-
gdb/regcache.c | 4 -
gdb/sh-linux-tdep.c | 23 +-
gdb/sh-tdep.c | 5 -
gdb/sh64-tdep.c | 2440 ---------------------------------------------------
gdb/sh64-tdep.h | 24 -
10 files changed, 32 insertions(+), 2499 deletions(-)
delete mode 100644 gdb/sh64-tdep.c
delete mode 100644 gdb/sh64-tdep.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.