This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/property
in repository glibc.
from 043aedabcb Add DL_PROCESS_PT_NOTE
new 121ff354c6 Didn't build
new 71b289337b Add DL_INIT
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:
sysdeps/unix/sysv/linux/x86/Makefile | 2 +-
sysdeps/unix/sysv/linux/x86/dl-cet.c | 27 +++---
sysdeps/unix/sysv/linux/x86/dl-cet.h | 102 +++++++++++++++++++++
.../sysv/linux/x86/dl-machine.h} | 8 +-
sysdeps/unix/sysv/linux/x86/dl-sysdep.c | 1 -
sysdeps/x86/cpu-features.h | 8 +-
sysdeps/x86/libc-start.c | 5 +-
sysdeps/x86_64/dl-machine.h | 90 +-----------------
8 files changed, 126 insertions(+), 117 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/x86/dl-cet.h
copy sysdeps/{i386/symbol-hacks.h => unix/sysv/linux/x86/dl-machine.h} (84%)
--
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 65a55fbbd9 [AArch64] Add dot product support for AArch64 to binutils
new 88305e1b9f Add support for version 2 of the GNU Build Attribute note sp [...]
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:
binutils/ChangeLog | 5 ++++
binutils/objcopy.c | 68 ++++++++++++++++++++++++++++++++++++------------------
binutils/readelf.c | 22 ++++++++++++------
3 files changed, 65 insertions(+), 30 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 4459676489c Create inliner params based on size and opt levels.
new 3d557de741a [X86][LLVM][test]Expanding Supports lowerInterleavedStore() [...]
new 93efc10cbc8 [globalisel][tablegen] Multiple 80-col corrections.
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:
test/CodeGen/X86/x86-interleaved-access.ll | 58 ++++++++++++++++++++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 61 ++++++++++++++++++++----------
2 files changed, 99 insertions(+), 20 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 457765feeb5 Add zero-length check to memcpy/memset load store loop expansion
new 4459676489c Create inliner params based on size and opt levels.
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/Passes/PassBuilder.cpp | 14 +++++++++++---
1 file changed, 11 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 gcc-7-branch
in repository gcc.
from f8fd582bb5e 2017-06-28 Eric Botcazou <ebotcazou(a)adacore.com>
new 428726d851a 2017-06-28 Richard Biener <rguenther(a)suse.de>
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 | 18 +++
gcc/ipa-polymorphic-call.c | 3 +-
gcc/passes.def | 2 +-
gcc/testsuite/ChangeLog | 13 +++
gcc/testsuite/g++.dg/pr81007.C | 15 +++
gcc/testsuite/gcc.dg/torture/pr81083.c | 15 +++
gcc/tree-ssa-sccvn.c | 4 +-
libgcc/ChangeLog | 12 ++
libgcc/config.in | 6 +
libgcc/configure | 201 +++++++++++++++++++++++++++++++++
libgcc/configure.ac | 2 +
libgcc/libgcov.h | 1 +
12 files changed, 289 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr81007.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81083.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 hjl/cet/property
in repository glibc.
from 0e652272e3 Add _dl_cet_init
new 043aedabcb Add DL_PROCESS_PT_NOTE
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:
elf/dl-load.c | 57 ++++++++++++---------
elf/rtld.c | 6 +++
include/link.h | 7 +++
sysdeps/{ => unix/sysv/linux}/x86/dl-cet.c | 0
sysdeps/unix/sysv/linux/x86/dl-sysdep.c | 2 +-
sysdeps/x86_64/dl-machine.h | 81 ++++++++++++++++++++++++++++++
6 files changed, 127 insertions(+), 26 deletions(-)
rename sysdeps/{ => unix/sysv/linux}/x86/dl-cet.c (100%)
--
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 c12cfa6e823 2017-06-28 Richard Biener <rguenther(a)suse.de>
new ed0e7ff0ef0 [gcc] 2017-06-28 Michael Meissner <meissner(a)linux.vnet.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 | 6 ++++++
gcc/multiple_target.c | 1 +
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/lib/target-supports.exp | 32 ++++++++++++++++++++++++++++++++
4 files changed, 46 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 79b4061151c [GlobalISel][X86] Test G_CONSTANT i32 0 TableGen'erated sel [...]
new 457765feeb5 Add zero-length check to memcpy/memset load store loop expansion
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/Utils/LowerMemIntrinsics.cpp | 17 ++++++++++++-----
test/CodeGen/NVPTX/lower-aggr-copies.ll | 4 ++++
2 files changed, 16 insertions(+), 5 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 72db095419c Do not allow to inline ifunc resolvers (PR ipa/81128).
new c12cfa6e823 2017-06-28 Richard Biener <rguenther(a)suse.de>
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/tree-vect-loop.c | 191 ++++++++++++++++++++++++++-------------------------
gcc/tree-vect-slp.c | 10 +--
3 files changed, 108 insertions(+), 102 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 f90583eadc7 Revert r306528
new 79b4061151c [GlobalISel][X86] Test G_CONSTANT i32 0 TableGen'erated sel [...]
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/CodeGen/X86/GlobalISel/select-constant.mir | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.