This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cb358c5493c [PowerPC] Make sure that we remove dead PHI nodes after the [...]
new 4397a01d712 [X86] Test bitfield loadstore tests on i686 as well
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/illegal-bitfield-loadstore.ll | 251 ++++++++++++++++---------
1 file changed, 162 insertions(+), 89 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 lnt.
from f5b9202 Fix error code path
new 4dd1f01 config.py: Fix pep8 warnings
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:
lnt/server/config.py | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 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 1f90a252c7c [X86][SSE] Dropped -mcpu from bitcast+setcc mask tests
new e54a2b399d1 [DAGCombiner] visitRotate patch to optimize pair of ROTR/RO [...]
new cb358c5493c [PowerPC] Make sure that we remove dead PHI nodes after the [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 ++++++++++++++++
lib/Target/PowerPC/PPCCTRLoops.cpp | 5 +++-
test/CodeGen/ARM/ror.ll | 9 +++-----
test/CodeGen/PowerPC/ppc-ctr-dead-code.ll | 38 +++++++++++++++++++++++++++++++
test/CodeGen/X86/combine-rotates.ll | 6 ++---
5 files changed, 66 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ppc-ctr-dead-code.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 lnt.
from 2a4151c Fix all other linter warnings
new f5b9202 Fix error code path
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:
lnt/server/db/v4db.py | 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 lld.
from 780dbb690 Use LoadedObjectInfoHelper to simplify/delegate the implement [...]
new 6dde2b65e Merge createOrphanCommands into addOrphanSections.
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/LinkerScript.cpp | 39 ++++++++++++++++++---------------------
ELF/LinkerScript.h | 1 -
ELF/Writer.cpp | 1 -
3 files changed, 18 insertions(+), 23 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 glibc.
from cb3c27e87b support: Add resolver testing mode which does not patch _res
new 8d6cba414a Edit and shorten float128 NEWS item.
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 | 107 +++++++++----------------------------------------------------------
1 file changed, 14 insertions(+), 93 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 d1071cff224 [Power9] Exploit vector extract with variable index.
new 1f90a252c7c [X86][SSE] Dropped -mcpu from bitcast+setcc mask tests
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/bitcast-and-setcc-128.ll | 156 +++++++++++++++---------------
test/CodeGen/X86/bitcast-and-setcc-256.ll | 104 ++++++++++----------
2 files changed, 130 insertions(+), 130 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 a55f05c7b1 Address comments that escaped D33333
new e300395c37 [Sema] Don't allow -Wunguarded-availability to be silenced w [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 +-
include/clang/Sema/DelayedDiagnostic.h | 14 +++-
include/clang/Sema/Sema.h | 16 ++--
lib/Sema/DelayedDiagnostic.cpp | 6 +-
lib/Sema/SemaDeclAttr.cpp | 115 ++++++++++++++++++++---------
lib/Sema/SemaExpr.cpp | 97 ++++++++----------------
test/Sema/attr-availability.c | 25 +++++--
test/Sema/attr-deprecated.c | 4 +-
test/Sema/attr-unavailable-message.c | 8 +-
test/SemaCXX/attr-deprecated.cpp | 8 +-
test/SemaObjC/attr-availability.m | 30 ++++++--
test/SemaObjC/unguarded-availability-new.m | 8 +-
test/SemaObjC/unguarded-availability.m | 35 ++++++++-
13 files changed, 220 insertions(+), 148 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 glibc.
from 97e7b6aa42 Added Tok-Pisin locale.
new 76637a921f support: Check isolation of loopback addresses in tst-suppor [...]
new d4165eedf5 support: Add support_chroot_create and support_chroot_free
new cb3c27e87b support: Add resolver testing mode which does not patch _res
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 | 35 +++
resolv/Makefile | 6 +-
resolv/tst-resolv-res_init-skeleton.c | 69 ++---
resolv/tst-resolv-threads.c | 484 ++++++++++++++++++++++++++++++++++
support/Makefile | 1 +
support/namespace.h | 32 +++
support/resolv_test.c | 37 ++-
support/resolv_test.h | 10 +
support/support_chroot.c | 71 +++++
support/tst-support-namespace.c | 84 +++++-
10 files changed, 777 insertions(+), 52 deletions(-)
create mode 100644 resolv/tst-resolv-threads.c
create mode 100644 support/support_chroot.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 ee1d801b4fb [Power9] Exploit vector integer extend instructions when in [...]
new d1071cff224 [Power9] Exploit vector extract with variable index.
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/PPCInstrVSX.td | 92 ++++++++++++++++++
test/CodeGen/PowerPC/vec_extract_p9.ll | 167 +++++++++++++++++++++++++++++++++
2 files changed, 259 insertions(+)
create mode 100644 test/CodeGen/PowerPC/vec_extract_p9.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.