This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21258/2.23
in repository glibc.
at 883cadc554 x86-64: Improve branch predication in _dl_runtime_resolve_av [...]
This branch includes the following new commits:
new 83037ea1d9 X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]
new 883cadc554 x86-64: Improve branch predication in _dl_runtime_resolve_av [...]
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.
--
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 c768868859 Automatic date update in version.in
new 59fa66c538 Handle symbol defined in IR and referenced in DSO
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 | 7 +++++++
bfd/elflink.c | 6 ++++++
include/ChangeLog | 5 +++++
include/bfdlink.h | 4 ++++
ld/ChangeLog | 11 +++++++++++
ld/plugin.c | 23 +++++++++++++++++------
ld/testsuite/ld-plugin/lto.exp | 9 +++++++++
ld/testsuite/ld-plugin/pr21382a.c | 17 +++++++++++++++++
ld/testsuite/ld-plugin/pr21382b.c | 7 +++++++
9 files changed, 83 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr21382a.c
create mode 100644 ld/testsuite/ld-plugin/pr21382b.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 0f69ba82438 [MVT][SVE] Scalable vector MVTs (3/3)
new 98dfa5e49d1 Introduce LLVMDIBuilderRef
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-c/Types.h | 7 +++++++
include/llvm/IR/DIBuilder.h | 3 +++
2 files changed, 10 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 5134e1bab0c MIPS: Prevent buffer overrun in uninitialised variable fix
new 15edd328473 2017-04-20 Richard Biener <rguenther(a)suse.de>
new 8a55e97dd4e 2017-04-20 Richard Biener <rguenther(a)suse.de>
new aefec09646b 2017-04-20 Richard Biener <rguenther(a)suse.de>
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 | 24 ++++++++++++++++++++++++
gcc/ggc-page.c | 24 ++++++++++++++----------
gcc/tree-ssa-sccvn.c | 36 ++++++++++++++++++++++++++----------
gcc/tree-ssa-sccvn.h | 3 +++
gcc/tree-vect-stmts.c | 6 ++++--
5 files changed, 71 insertions(+), 22 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 aaribaud/y2038-2.25
in repository glibc.
from 11d2a1a4ec Add __timegm64
new fb7be0c549 Add __clock_nanosleep64
new 17fe24940d Add __timespec_get64
new 655f001986 Add __futimens64
new 5dfc46096b Add __utimensat64
The 4 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/time.h | 3 ++
io/futimens.c | 9 ++++++
io/sys/stat.h | 17 +++++++++++
io/utimensat.c | 9 ++++++
sysdeps/unix/clock_nanosleep.c | 1 +
sysdeps/unix/sysv/linux/arm/Versions | 6 ++++
sysdeps/unix/sysv/linux/clock_nanosleep.c | 50 ++++++++++++++++++++++++++++++-
sysdeps/unix/sysv/linux/futimens.c | 15 ++++++++++
sysdeps/unix/sysv/linux/timespec_get.c | 35 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/utimensat.c | 24 +++++++++++++++
time/Versions | 3 ++
time/time.h | 17 +++++++++++
12 files changed, 188 insertions(+), 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 0e3700625d3 [MVT][SVE] Scalable vector MVTs (2/3) Adds scalable vector [...]
new 0f69ba82438 [MVT][SVE] Scalable vector MVTs (3/3)
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/CodeGen/MachineValueType.h | 134 +++++++++++++++++++++++++++
include/llvm/CodeGen/ValueTypes.h | 59 ++++++++++--
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 4 +-
unittests/CodeGen/CMakeLists.txt | 1 +
unittests/CodeGen/ScalableVectorMVTsTest.cpp | 88 ++++++++++++++++++
5 files changed, 274 insertions(+), 12 deletions(-)
create mode 100644 unittests/CodeGen/ScalableVectorMVTsTest.cpp
--
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 780f89d9610 [MVT][SVE] Scalable vector MVTs (1/3)
new 51d7cb91e64 [mips][msa] Mask vectors holding shift amounts
new 0e3700625d3 [MVT][SVE] Scalable vector MVTs (2/3) Adds scalable vector [...]
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:
include/llvm/CodeGen/MachineValueType.h | 414 +++++++++++++++++-------
include/llvm/CodeGen/ValueTypes.h | 8 +-
include/llvm/CodeGen/ValueTypes.td | 216 ++++++++-----
lib/Target/Mips/MipsMSAInstrInfo.td | 74 +++++
lib/Target/Mips/MipsSEISelLowering.cpp | 25 +-
test/CodeGen/Mips/msa/shift_constant_pool.ll | 171 ++++++++++
test/CodeGen/Mips/msa/shift_no_and.ll | 460 +++++++++++++++++++++++++++
test/TableGen/intrinsic-long-name.td | 2 +-
test/TableGen/intrinsic-varargs.td | 2 +-
utils/TableGen/CodeGenTarget.cpp | 39 +++
10 files changed, 1196 insertions(+), 215 deletions(-)
create mode 100644 test/CodeGen/Mips/msa/shift_constant_pool.ll
create mode 100644 test/CodeGen/Mips/msa/shift_no_and.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 clang.
from 59a0c5ecb8 [index] Record class template specializations using a new 'S [...]
new 3e6188d584 Delete unused IncompleteFormat variable, NFCi.
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/Index/CommentToXML.cpp | 4 +---
1 file changed, 1 insertion(+), 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 cb2e4174da5 * DEV-PHASE: Set to prerelease.
new 6125c940f74 MIPS: Prevent buffer overrun in uninitialised variable fix
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 | 8 ++++++++
gcc/config/mips/mips.c | 2 +-
2 files changed, 9 insertions(+), 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 4d16adb1878 [ARM] Fix handling of mapping symbols when changing sections
new 780f89d9610 [MVT][SVE] Scalable vector MVTs (1/3)
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/CodeGen/ValueTypes.h | 11 +++++++++++
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 13 +++++--------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 ++++-------
3 files changed, 20 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.