This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fd4ed124f49 Revert part of r321026 "[X86] Don't use NOPL when the assem [...]
new b01d49845cc [Hexagon] Cache loads to select to avoid traversing mutating DAG
new 40c166819e3 AArch64/X86: Factor out common bzero logic; NFC
new 4f43d6f3e07 X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI
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:
include/llvm/CodeGen/RuntimeLibcalls.def | 3 ++
include/llvm/CodeGen/TargetLowering.h | 3 ++
lib/CodeGen/TargetLoweringBase.cpp | 53 +++++++++++++++++------
lib/Target/AArch64/AArch64ISelLowering.cpp | 12 ++---
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 8 ++--
lib/Target/AArch64/AArch64Subtarget.cpp | 13 ------
lib/Target/AArch64/AArch64Subtarget.h | 7 ---
lib/Target/ARM/ARMISelLowering.cpp | 24 +++-------
lib/Target/ARM/ARMSubtarget.cpp | 5 ---
lib/Target/ARM/ARMSubtarget.h | 4 --
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 41 +++++++++++++-----
lib/Target/X86/X86ISelLowering.cpp | 18 +++-----
lib/Target/X86/X86SelectionDAGInfo.cpp | 7 +--
lib/Target/X86/X86Subtarget.cpp | 22 ----------
lib/Target/X86/X86Subtarget.h | 11 -----
test/CodeGen/Hexagon/autohvx/isel-select-const.ll | 32 ++++++++++++++
16 files changed, 134 insertions(+), 129 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-select-const.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 hjl/pie/static
in repository glibc.
discards c393eee146 Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]
discards 2516b61f06 Add --enable-static-pie to build-many-glibcs.py
discards 967b89cfc5 sparc: Check PIC instead of SHARED in start.S
discards c332c8d087 microblaze: Check PIC instead of SHARED in start.S
discards 9fe5ea04c3 sh: Update elf_machine_load_address for static PIE
discards f6a00f95e0 s390: Update elf_machine_load_address for static PIE
discards 13be4b4c4e aarch64: fix start code for static pie
discards f7204295e4 nios2: Don't use MIN in dl-machine.h
adds 93930ea935 Fix tst-leaks1 (bug 14681)
adds 984ae9967b New generic sincosf
adds 0b9bef6d22 powerpc: Update ulps
adds 2e77deef67 s390: Update ulps
adds 7d38eb3897 ldconfig: set LC_COLLATE to C [BZ #22505]
adds 14d886edbd aarch64: fix start code for static pie
adds bb195224ac elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]
adds c8e939f12a Update NEWS with aarch64 static pie support
adds 368b6c8da9 mips64: fix clobbering s0 in setjmp() [BZ #22624]
adds c85c564d14 mips32: fix clobbering s0 in setjmp() [BZ #22624]
adds 49b036bce9 Fix nscd readlink argument aliasing (bug 22446).
adds 8e1472d2c1 ld.so: Examine GLRO to detect inactive loader [BZ #20204]
adds 00c714df39 Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]
new bfbc0341f3 nios2: Don't use MIN in dl-machine.h
new 4844933a9a s390: Update elf_machine_load_address for static PIE
new 13e37fa5bb sh: Update elf_machine_load_address for static PIE
new 4a3b974ab7 microblaze: Check PIC instead of SHARED in start.S
new 27ea6ee71a sparc: Check PIC instead of SHARED in start.S
new 35a594236f Add --enable-static-pie variants to x86_64, x32 and i686
new 09e96bf7aa Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [...]
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 (c393eee146)
\
N -- N -- N refs/heads/hjl/pie/static (09e96bf7aa)
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 7 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 | 88 +++++++++++
Makeconfig | 3 +-
NEWS | 6 +-
dlfcn/dladdr.c | 3 +-
dlfcn/dladdr1.c | 3 +-
dlfcn/dlclose.c | 2 +-
dlfcn/dlerror.c | 2 +-
dlfcn/dlinfo.c | 2 +-
dlfcn/dlmopen.c | 2 +-
dlfcn/dlopen.c | 2 +-
dlfcn/dlopenold.c | 2 +-
dlfcn/dlsym.c | 2 +-
dlfcn/dlvsym.c | 2 +-
elf/Makefile | 6 +-
elf/dl-libc.c | 6 +-
elf/dl-load.c | 20 +--
elf/ldconfig.c | 4 +
elf/rtld.c | 4 +-
elf/tst-leaks1.c | 21 ++-
gmon/Makefile | 2 +-
libio/vtables.c | 3 +-
nscd/connections.c | 5 +-
scripts/build-many-glibcs.py | 10 +-
sysdeps/aarch64/start.S | 1 -
sysdeps/generic/ldsodefs.h | 20 ++-
sysdeps/ieee754/flt-32/s_cosf.c | 100 +-----------
sysdeps/ieee754/flt-32/s_sincosf.c | 172 +++++++++++++++------
sysdeps/ieee754/flt-32/{s_cosf.c => s_sincosf.h} | 185 +++++++----------------
sysdeps/ieee754/flt-32/s_sinf.c | 107 +------------
sysdeps/mips/mips64/setjmp_aux.c | 5 +
sysdeps/mips/setjmp_aux.c | 5 +
sysdeps/powerpc/fpu/libm-test-ulps | 40 ++---
sysdeps/s390/fpu/libm-test-ulps | 40 ++---
33 files changed, 416 insertions(+), 459 deletions(-)
copy sysdeps/ieee754/flt-32/{s_cosf.c => s_sincosf.h} (53%)
--
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 ae174c6cc7c 2017-11-20 François Dumont <fdumont(a)gcc.gnu.org>
new 2a59bca6e62 PR middle-end/83373 - False positive reported by -Wstringop [...]
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 | 7 +++
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/pr83373.c | 33 ++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-36.c | 86 +++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-37.c | 83 +++++++++++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 42 ++++++++++++++++++
6 files changed, 259 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr83373.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-36.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-37.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 glibc.
from 00c714df39 Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]
new 1421f39b7e Disable strncat test array-bounds warnings for GCC 8.
new 5983df320a Fix truncation warnings in posix/tst-glob_symlinks.c.
new 40c4162df6 Disable -Wrestrict for two nptl/tst-attr3.c tests.
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 | 10 ++++++++++
nptl/tst-attr3.c | 19 +++++++++++++++++++
posix/tst-glob_symlinks.c | 2 +-
string/tester.c | 8 ++++++--
4 files changed, 36 insertions(+), 3 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 binutils-2_29-branch
in repository binutils-gdb.
from 8ab2b1e7cf Automatic date update in version.in
new 4207f3a916 PR22626, invalid dynindx used for dynamic relocs against sec [...]
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:
bfd/ChangeLog | 8 ++++++++
bfd/elflink.c | 22 ++++++++++++++--------
2 files changed, 22 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 llvm.
from 456d2793cd7 [AArch64] Expand test coverage of vector element shuffling [...]
new fd4ed124f49 Revert part of r321026 "[X86] Don't use NOPL when the assem [...]
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/MCTargetDesc/X86AsmBackend.cpp | 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 llvm.
from f56fea260f5 Add test for .req directive starting with 'p'
new b43be724f7c Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbo [...]
new df42abc90b4 [TableGen][GlobalISel] Make the arguments of the Instructio [...]
new 456d2793cd7 [AArch64] Expand test coverage of vector element shuffling [...]
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:
lib/Object/WindowsResource.cpp | 6 +-
test/CodeGen/AArch64/arm64-neon-2velem.ll | 685 +++++++-----------------------
test/tools/llvm-cvtres/machine.test | 56 +--
test/tools/llvm-cvtres/symbols.test | 12 +-
utils/TableGen/GlobalISelEmitter.cpp | 36 +-
5 files changed, 206 insertions(+), 589 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 c54207d326 Decode expression lists used with DW_AT_byte_size and other [...]
new f795c49463 Test binutils_assemble return value
new 63f452a8bf PR22626, invalid dynindx used for dynamic relocs against sec [...]
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:
bfd/ChangeLog | 8 +
bfd/elflink.c | 22 ++-
binutils/ChangeLog | 17 ++
binutils/testsuite/binutils-all/ar.exp | 1 +
binutils/testsuite/binutils-all/arc/objdump.exp | 4 +
binutils/testsuite/binutils-all/arm/objdump.exp | 101 ++++++-----
binutils/testsuite/binutils-all/bfin/objdump.exp | 29 +--
binutils/testsuite/binutils-all/hppa/objdump.exp | 66 +++----
binutils/testsuite/binutils-all/m68k/objdump.exp | 58 +++---
binutils/testsuite/binutils-all/nm.exp | 222 +++++++++++------------
binutils/testsuite/binutils-all/objcopy.exp | 1 -
binutils/testsuite/binutils-all/objdump.exp | 2 +
binutils/testsuite/binutils-all/size.exp | 63 +++----
binutils/testsuite/binutils-all/vax/objdump.exp | 49 ++---
14 files changed, 345 insertions(+), 298 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 2bd867a1c6f [MachineOutliner][NFC] Gardening: use std::any_of instead o [...]
new f56fea260f5 Add test for .req directive starting with 'p'
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/MC/AArch64/dot-req.s | 5 +++++
1 file changed, 5 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 167a09fb8b7 PR c++/83116 * constexpr.c (cxx_eval_call_expression): On [...]
new ae174c6cc7c 2017-11-20 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 13 +++++++++++++
libstdc++-v3/include/debug/map.h | 10 ++--------
libstdc++-v3/include/debug/set.h | 10 ++--------
libstdc++-v3/include/debug/unordered_map | 10 ++--------
libstdc++-v3/include/debug/unordered_set | 10 ++--------
5 files changed, 21 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.