This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 401311cfba resolv: Support binary labels in test framework
new d7ff3f11b6 tst-ttyname: skip the test when /dev/ptmx is not available
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 +++++
sysdeps/unix/sysv/linux/tst-ttyname.c | 9 ++++++++-
2 files changed, 13 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 ecb72f41193 [PowerPC] Manually schedule the prologue and epilogue
new 3e1ae868476 [X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_128 a [...]
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/IR/IntrinsicsX86.td | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 clang.
from 590cfc2ac3 PR35862: Suppress -Wmissing-variable-declarations warning on [...]
new 78c4666039 [X86] Replace cvt*2mask intrinsics with native IR using 'icm [...]
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/CodeGen/CGBuiltin.cpp | 31 +++++++++++++++++++++++++++----
test/CodeGen/avx512bw-builtins.c | 6 ++++--
test/CodeGen/avx512dq-builtins.c | 6 ++++--
test/CodeGen/avx512vlbw-builtins.c | 12 ++++++++----
test/CodeGen/avx512vldq-builtins.c | 15 +++++++++++----
5 files changed, 54 insertions(+), 16 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 e9fb716fe6b AlwaysInliner: Alow setting InsertLifetime in the new-style pass
new ecb72f41193 [PowerPC] Manually schedule the prologue and epilogue
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/PowerPC/PPCFrameLowering.cpp | 71 +++++++++++++++++++++--
test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 10 ++--
test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 8 +--
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 16 ++---
test/CodeGen/PowerPC/tls_get_addr_clobbers.ll | 18 +++---
test/CodeGen/PowerPC/vsxD-Form-spills.ll | 50 ++++++++--------
6 files changed, 117 insertions(+), 56 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 lld.
from cfa3cc068 Fix uninitialized read error reported by MSAN.
new 504b0ed61 Move scanReloc to an auxiliary function.
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/Relocations.cpp | 301 +++++++++++++++++++++++++++-------------------------
1 file changed, 155 insertions(+), 146 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 libcxx.
from 7023194c8 Make rehash(0) work with ubsan's unsigned-integer-overflow.
new 773a3a53f Apparently 'C++14' is different than 'c++14'
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:
.../utilities/function.objects/func.search/func.search.bm/hash.pass.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 gcc.
from 46231b9e2b0 2018-01-08 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 2d295049f89 2018-01-08 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:
libgcc/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 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 4794bea0230 [cmake] Pass CMAKE_MAKE_PROGRAM to native configure
new e9fb716fe6b AlwaysInliner: Alow setting InsertLifetime in the new-style pass
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/Transforms/IPO/AlwaysInliner.h | 8 +++++++-
lib/Transforms/IPO/AlwaysInliner.cpp | 3 ++-
2 files changed, 9 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 gcc.
from 2a6d2269ca5 2018-01-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 46231b9e2b0 2018-01-08 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:
libgcc/config/rs6000/_divkc3.c | 20 ++++----
libgcc/config/rs6000/_mulkc3.c | 18 ++++----
libgcc/config/rs6000/extendkftf2-sw.c | 2 +-
libgcc/config/rs6000/ibm-ldouble.c | 87 +++++++++++++++++++----------------
libgcc/config/rs6000/quad-float128.h | 17 +++----
libgcc/config/rs6000/trunctfkf2-sw.c | 4 +-
6 files changed, 74 insertions(+), 74 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 3693c1f4595 Fix uninitialized read error reported by MSAN.
new 4794bea0230 [cmake] Pass CMAKE_MAKE_PROGRAM to native configure
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:
cmake/modules/CrossCompile.cmake | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.