This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 517e1b183ba Daily bump.
new 9690ebada7e 2017-10-22 Thomas Koenig <tkoenig(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:
gcc/testsuite/ChangeLog | 6 ++++++
.../gfortran.dg/execute_command_line_3.f90 | 23 ++++++++++++++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/intrinsics/execute_command_line.c | 10 ++--------
4 files changed, 38 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/execute_command_line_3.f90
--
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/pr82659
in repository gcc.
from 310deaafaa1 i386: Don't generate ENDBR if function is only called directly
new a8e4ac8ce6c Add bootstrap-cet.mk
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:
config/bootstrap-cet.mk | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 config/bootstrap-cet.mk
--
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/pr82659
in repository gcc.
at 310deaafaa1 i386: Don't generate ENDBR if function is only called directly
This branch includes the following new commits:
new 310deaafaa1 i386: Don't generate ENDBR if function is only called directly
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.
--
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 5631544a096 [X86] Add a pass to convert instruction chains between domains.
new 0be7a36e81d [ARM] Dynamic stack alignment for 16-bit Thumb
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/ARMBaseRegisterInfo.cpp | 6 +-----
lib/Target/ARM/ARMFrameLowering.cpp | 14 ++++++------
lib/Target/ARM/Thumb1FrameLowering.cpp | 34 ++++++++++++++++++++++++++----
test/CodeGen/ARM/thumb1_return_sequence.ll | 10 ++++++---
test/CodeGen/Thumb/large-stack.ll | 4 ++--
test/CodeGen/Thumb/long.ll | 9 +++++---
6 files changed, 53 insertions(+), 24 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 ce20559b072 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocati [...]
new 5631544a096 [X86] Add a pass to convert instruction chains between domains.
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/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 4 +
lib/Target/X86/X86DomainReassignment.cpp | 752 +++++++
lib/Target/X86/X86TargetMachine.cpp | 7 +
test/CodeGen/X86/avx512-insert-extract.ll | 18 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 66 +-
test/CodeGen/X86/avx512-mask-op.ll | 104 +-
test/CodeGen/X86/avx512-schedule.ll | 2067 +++++++++++++++-----
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 24 +-
.../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 36 +-
test/CodeGen/X86/domain-reassignment.mir | 813 ++++++++
test/CodeGen/X86/gpr-to-mask.ll | 51 +-
12 files changed, 3277 insertions(+), 666 deletions(-)
create mode 100644 lib/Target/X86/X86DomainReassignment.cpp
create mode 100644 test/CodeGen/X86/domain-reassignment.mir
--
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/pr21265/2.23
in repository glibc.
discards c9af02d35a x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
adds 9d521f59de Update NEWS for [BZ #21666] fix
new 19d009625f x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
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 (c9af02d35a)
\
N -- N -- N refs/heads/hjl/pr21265/2.23 (19d009625f)
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 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 | 1 +
1 file changed, 1 insertion(+)
--
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/pr21265/2.26
in repository glibc.
discards 5d9b05d1ad x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
discards aca8619adb x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
adds 2e78ea7a20 sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]
adds c96d7a646b i386: Hide __old_glob64 [BZ #18822]
adds 305f4f057d posix: Sync glob with gnulib [BZ #1062]
adds a76376df7c CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]
adds 6182b3708b glob: Add new test tst-glob-tilde
new b2c78ae69e x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
new 4a30c87b87 x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
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 (5d9b05d1ad)
\
N -- N -- N refs/heads/hjl/pr21265/2.26 (4a30c87b87)
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:
ChangeLog | 111 +++
NEWS | 8 +
posix/Makefile | 13 +-
posix/flexmember.h | 45 ++
posix/glob.c | 776 ++++++++++-----------
posix/glob64.c | 6 -
posix/glob_internal.h | 57 ++
posix/glob_pattern_p.c | 33 +
posix/globfree.c | 41 ++
posix/globfree64.c | 31 +
posix/tst-glob-tilde.c | 136 ++++
sysdeps/gnu/glob64.c | 3 -
sysdeps/gnu/globfree64.c | 10 +
sysdeps/posix/sysconf.c | 1 +
sysdeps/unix/sysv/linux/Makefile | 10 +-
sysdeps/unix/sysv/linux/alpha/glob.c | 4 -
.../unix/sysv/linux/alpha/{glob.c => globfree.c} | 20 +-
sysdeps/unix/sysv/linux/i386/glob64.c | 36 +-
.../unix/sysv/linux/mips/mips64/n64/globfree64.c | 1 +
sysdeps/unix/sysv/linux/oldglob.c | 42 ++
sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c | 27 +
sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c | 40 ++
sysdeps/unix/sysv/linux/wordsize-64/globfree64.c | 2 +
sysdeps/unix/sysv/linux/x86_64/x32/globfree.c | 1 +
sysdeps/wordsize-64/glob.c | 2 -
sysdeps/wordsize-64/{glob.c => globfree.c} | 5 +-
sysdeps/wordsize-64/globfree64.c | 1 +
27 files changed, 980 insertions(+), 482 deletions(-)
create mode 100644 posix/flexmember.h
create mode 100644 posix/glob_internal.h
create mode 100644 posix/glob_pattern_p.c
create mode 100644 posix/globfree.c
create mode 100644 posix/globfree64.c
create mode 100644 posix/tst-glob-tilde.c
create mode 100644 sysdeps/gnu/globfree64.c
copy sysdeps/unix/sysv/linux/alpha/{glob.c => globfree.c} (65%)
create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c
create mode 100644 sysdeps/unix/sysv/linux/oldglob.c
create mode 100644 sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c
create mode 100644 sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c
create mode 100644 sysdeps/unix/sysv/linux/wordsize-64/globfree64.c
create mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/globfree.c
copy sysdeps/wordsize-64/{glob.c => globfree.c} (57%)
create mode 100644 sysdeps/wordsize-64/globfree64.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 binutils-gdb.
from 56fbd04185 Fix gas/22304 by forcing a 64-bit bfd for cris*-*.
new 67c04379ac Fix spurious left-over quotes from last edit.
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/cris/range-err-1.s | 6 +++---
2 files changed, 8 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 master
in repository binutils-gdb.
from a73ca55259 Automatic date update in version.in
new 56fbd04185 Fix gas/22304 by forcing a 64-bit bfd for cris*-*.
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 | 5 +++++
bfd/config.bfd | 3 +++
2 files changed, 8 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 llvm.
from 3ae8f2dc117 [X86] Teach the disassembler that some instructions use VEX [...]
new ce20559b072 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocati [...]
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/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 38 ++++++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 81 ++++++++++++++++++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 4 +-
.../RuntimeDyld/Targets/RuntimeDyldELFMips.cpp | 11 ++-
.../Mips/ELF_Mips64r2N64_PIC_relocations.s | 2 +-
.../RuntimeDyld/Mips/ELF_N32_relocations.s | 2 +-
6 files changed, 122 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.