This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f08478711d Add a new Simulator entry for the target triple environment.
new 12e3001c5fe [X86][SSE] combineBitcastvxi1 - use PACKSSWB directly to pa [...]
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/X86ISelLowering.cpp | 9 ++--
test/CodeGen/X86/bitcast-and-setcc-128.ll | 86 ++++++++++---------------------
test/CodeGen/X86/bitcast-and-setcc-256.ll | 52 +++++++------------
test/CodeGen/X86/bitcast-setcc-256.ll | 58 +++++++--------------
test/CodeGen/X86/bitcast-setcc-512.ll | 4 +-
5 files changed, 70 insertions(+), 139 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 96af6760cd [Driver] Use ld.lld directly for Fuchsia rather than passing flavor
new b1ead8ba0f [Sema] Add support for flexible array members in Obj-C.
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/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 22 +++
lib/Sema/SemaDecl.cpp | 115 ++++++------
lib/Sema/SemaDeclObjC.cpp | 112 +++++++++++
lib/Sema/SemaObjCProperty.cpp | 8 +
test/Sema/transparent-union.c | 2 +-
test/SemaCXX/flexible-array-test.cpp | 5 +
test/SemaObjC/flexible-array-arc.m | 36 ++++
test/SemaObjC/flexible-array.m | 288 +++++++++++++++++++++++++++++
test/SemaObjC/ivar-sem-check-1.m | 5 +-
test/SemaObjCXX/flexible-array.mm | 37 ++++
11 files changed, 577 insertions(+), 55 deletions(-)
create mode 100644 test/SemaObjC/flexible-array-arc.m
create mode 100644 test/SemaObjC/flexible-array.m
create mode 100644 test/SemaObjCXX/flexible-array.mm
--
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 compiler-rt.
from d93cb79ee [Sanitizers] Add total primary allocator RSS to allocator report.
new 4b9f44eeb [libFuzzer] Periodically purge allocator's quarantine to prol [...]
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerExtFunctions.def | 1 +
lib/fuzzer/FuzzerFlags.def | 4 ++++
lib/fuzzer/FuzzerInternal.h | 3 +++
lib/fuzzer/FuzzerLoop.cpp | 23 ++++++++++++++++++++++-
lib/fuzzer/FuzzerOptions.h | 1 +
6 files changed, 32 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 6d8b51f8988 Fix buildbot breakage
new 4f08478711d Add a new Simulator entry for the target triple environment.
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/ADT/Triple.h | 7 ++++++-
lib/Support/Triple.cpp | 2 ++
unittests/ADT/TripleTest.cpp | 9 +++++++++
3 files changed, 17 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 binutils-gdb.
from 2739ef6db8 Add missing ChangeLog entries
new 4a8f9fc2b2 i386: Don't add elf32_x86_64 to supported emulations
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:
ld/ChangeLog | 5 +++++
ld/configure.tgt | 3 +--
2 files changed, 6 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 c68c23aba22 PR debug/82630 * target.def (const_not_ok_for_debug_p): D [...]
new 6940f1f12db /cp 2017-10-23 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 8 ++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/class-deduction46.C | 6 ++++++
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction46.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 clang.
from 13f1a2dfa1 [OpenMP] Avoid VLAs for some reductions on array sections
new 96af6760cd [Driver] Use ld.lld directly for Fuchsia rather than passing flavor
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/Driver/ToolChains/Fuchsia.cpp | 6 ++----
lib/Driver/ToolChains/Fuchsia.h | 2 +-
test/Driver/fuchsia.c | 7 +++----
test/Driver/fuchsia.cpp | 5 ++---
4 files changed, 8 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 lld.
from 2cefc44b7 Document a change of behavior in r315552.
new cf0214f0c Make Ctx a plain pointer again.
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 | 10 ++++------
ELF/LinkerScript.h | 9 ++++++++-
2 files changed, 12 insertions(+), 7 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 azanella/ifunc-c
in repository glibc.
omits 5c5605867e x32: Remove unused getcpu implementation
omits f02afb2b35 sparc: Remove ununsed ifunc assembly macros
omits 5de8fc0f68 sparc: refactor cpu_relax to C
omits edb111f82d sparc: cpu_relax ifunc
omits e4c33a5c61 sparc: refactor sparc32 nearbyint{f} selector to C
omits b38d57de07 sparc: refactor sparc32 rint{f} selector to C
omits 27a4849c6f sparc: refactor sparc32 llrint{f} selector to C
omits eec18f9072 sparc: refactor sparc32 fabs{f} selector to C
omits 1f83ea9da1 sparc: refactor sparc32 copysign selector to C
omits 33398de29b sparc: refactor sparc64 __mpn_add_n selector to C
omits 980a853350 sparc: refactor sparc64 __mpn_submul_1 selector to C
omits c78663dc76 sparc: refactor sparc64 __mpn_addmul_1 selector to C
omits 777b89ee28 sparc: refactor sparc64 __mpn_sub_n selector to C
omits 5c0875fd87 sparc: refactor sparc64 __mpn_mul_1 selector to C
omits a992cd52c5 sparc: refactor sparc64 rint{f} selector to C
omits 28c0e10b10 sparc: refactor sparc64 lrint{f} selector to C
omits 659bb83e14 sparc: refactor sparc64 nearbyint{f} selector to C
omits d5f97d7855 sparc: refactor sparc64 finite{f} selector to C
omits 3e7ff4fb71 sparc: refactor sparc64 isinf{f} selector to C
omits be2610a89d sparc: refactor sparc64 isnan{f} selector to C
omits 3f16c2b441 sparc: refactor sparc64 signbit{f} selector to C
omits 27e4725645 sparc: Assume VIS3 support
omits 6d480bb380 sparc: Implement memset/bzero ifunc selection in C
omits f07234c65c sparc: Implement memcpy/mempcpy ifunc selection in C
omits 3a0c82ed7d arm: Implement memchr ifunc selection in C
omits 2b475e2380 arm: Implement memcpy ifunc selection in C
new 31cacd9d25 arm: Implement memcpy ifunc selection in C
new ba3229df7d arm: Implement memchr ifunc selection in C
new 442a66b08b sparc: Implement memcpy/mempcpy ifunc selection in C
new 7b5281026d sparc: Implement memset/bzero ifunc selection in C
new 4c1de22655 sparc: Assume VIS3 support
new 8332778f92 sparc: refactor sparc64 signbit{f} selector to C
new 9d0a186f6a sparc: refactor sparc64 isnan{f} selector to C
new 180fa0e100 sparc: refactor sparc64 isinf{f} selector to C
new b452540e4f sparc: refactor sparc64 finite{f} selector to C
new ac80279e2b sparc: refactor sparc64 nearbyint{f} selector to C
new 551bb78f54 sparc: refactor sparc64 lrint{f} selector to C
new 302667ffe0 sparc: refactor sparc64 rint{f} selector to C
new d0010f96c7 sparc: refactor sparc64 __mpn_mul_1 selector to C
new 745600798f sparc: refactor sparc64 __mpn_sub_n selector to C
new 057be52fc0 sparc: refactor sparc64 __mpn_addmul_1 selector to C
new 5824bfb7b4 sparc: refactor sparc64 __mpn_submul_1 selector to C
new bc1ec3987f sparc: refactor sparc64 __mpn_add_n selector to C
new 1a1da2ab7a sparc: refactor sparc32 copysign selector to C
new 998a6ac6cd sparc: refactor sparc32 fabs{f} selector to C
new c068ef9d6c sparc: refactor sparc32 llrint{f} selector to C
new 990577d50a sparc: refactor sparc32 rint{f} selector to C
new c0126d4e6e sparc: refactor sparc32 nearbyint{f} selector to C
new 962cc6b408 sparc: cpu_relax ifunc
new cfd8234f5f sparc: refactor cpu_relax to C
new 0db64d1b2f sparc: Remove ununsed ifunc assembly macros
new e0a4696905 x32: Remove unused getcpu implementation
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 (5c5605867e)
\
N -- N -- N refs/heads/azanella/ifunc-c (e0a4696905)
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 26 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 | 4 ++++
sysdeps/arm/armv7/multiarch/memchr_noneon.S | 11 ++++-------
sysdeps/arm/armv7/multiarch/memcpy.c | 4 +++-
sysdeps/arm/armv7/multiarch/memcpy_arm.S | 4 ++++
sysdeps/arm/armv7/multiarch/memcpy_neon.S | 8 ++++----
sysdeps/arm/armv7/multiarch/memcpy_vfp.S | 4 +++-
6 files changed, 22 insertions(+), 13 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 30e015950d7 Made llvm-cfi-verify not execute unit tests on non-x86 builds.
new 6d8b51f8988 Fix buildbot breakage
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/SelectionDAG/SelectionDAGBuilder.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.