This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 831f8f80c20 Break seems serve better here.
new b1984510d5c [X86][SLM] Add SLM arithmetic vectorization 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/Transforms/SLPVectorizer/X86/arith-add.ll | 58 ++++++++
test/Transforms/SLPVectorizer/X86/arith-fp.ll | 180 ++++++++++++++++++++-----
test/Transforms/SLPVectorizer/X86/arith-mul.ll | 74 ++++++++++
test/Transforms/SLPVectorizer/X86/arith-sub.ll | 58 ++++++++
4 files changed, 333 insertions(+), 37 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 ce478a5667f Fix a ubsan failure introduced by r305092
new 831f8f80c20 Break seems serve better here.
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:
tools/llvm-stress/llvm-stress.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 llvm.
from 47e23552c83 [EarlyCSE] Add option to use MemorySSA for function simplif [...]
new ce478a5667f Fix a ubsan failure introduced by r305092
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/Object/WindowsResource.cpp | 4 ++--
1 file changed, 2 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 clang.
from c324dfff9b [clang] Implement -Wcast-qual for C++
new d765951530 Revert "[clang] Implement -Wcast-qual for 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:
docs/ReleaseNotes.rst | 3 -
lib/Sema/SemaCast.cpp | 94 +++++++--------------------
test/Sema/warn-cast-qual.c | 31 ---------
test/SemaCXX/warn-cast-qual.cpp | 140 ----------------------------------------
4 files changed, 24 insertions(+), 244 deletions(-)
delete mode 100644 test/SemaCXX/warn-cast-qual.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 clang.
from 4bd0ca0a2f Revert r305110 to fix buildbot
new c324dfff9b [clang] Implement -Wcast-qual for 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:
docs/ReleaseNotes.rst | 3 +
lib/Sema/SemaCast.cpp | 94 ++++++++++++++++++++-------
test/Sema/warn-cast-qual.c | 31 +++++++++
test/SemaCXX/warn-cast-qual.cpp | 140 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 244 insertions(+), 24 deletions(-)
create mode 100644 test/SemaCXX/warn-cast-qual.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 zack/headers-cleanups
in repository glibc.
discards 19f6bc9876 Don't install libio.h or _G_config.h.
discards 3d65f74331 Remove bits/string.h.
discards f41e7a647d Remove bits/string2.h (to be superseded).
discards 2b4769e871 Rename xlocale.h to bits/types/locale_t.h.
discards 57110e73f2 Make error_t available on all supported hosts.
discards 86aa75f4de Remove __need macros from errno.h (__need_Emath, __need_error_t).
discards e3db7bc1e2 Remove __need_IOV_MAX and __need_FOPEN_MAX.
discards dac0645f50 Remove __need_schedparam and __cpu_set_t_defined.
discards 61851d2f8a Factor out shared definitions from bits/signum.h.
new 8458956a62 Correct an outdated comment in stdlib/errno.h.
new f009222b3f Factor out shared definitions from bits/signum.h.
new 50cd575c1c Remove __need_schedparam and __cpu_set_t_defined.
new 5fc904cb7a Remove __need_IOV_MAX and __need_FOPEN_MAX.
new 00065583c3 Remove __need macros from errno.h (__need_Emath, __need_error_t).
new b6ebf68c6f Make error_t available on all supported hosts.
new 3f3affa7c6 Rename xlocale.h to bits/types/locale_t.h.
new 7ac8052127 Remove bits/string2.h (to be superseded).
new 3aeb9d1d86 Remove bits/string.h.
new 3a9f2f8d8f Don't install libio.h or _G_config.h.
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 (19f6bc9876)
\
N -- N -- N refs/heads/zack/headers-cleanups (3a9f2f8d8f)
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 10 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 ++++
scripts/make-errno-enum.sh | 16 ++++++++--------
stdlib/errno.h | 19 ++++++-------------
sysdeps/mach/hurd/errnos.awk | 1 -
4 files changed, 18 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 master
in repository glibc.
from cdfbe5037f powerpc: add sysconf support for cache geometries
new 8458956a62 Correct an outdated comment in stdlib/errno.h.
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 | 4 ++++
stdlib/errno.h | 2 +-
2 files changed, 5 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 gcc.
from 690e30468ed 2017-06-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 8fe6a288baa * cgraphbuild.c (cgraph_edge::rebuild_references): Do not [...]
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 | 5 +++++
gcc/cgraphbuild.c | 2 --
2 files changed, 5 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 llvm.
from 04f04da96cc Added llvm_unreachable to address warning: this statement m [...]
new 47e23552c83 [EarlyCSE] Add option to use MemorySSA for function simplif [...]
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 | 6 +++++-
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.