This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 226dedc0e2 Attempt to fix Windows buildbot failure due to mismatching d [...]
new 747fcbb890 Factor out and unify emission of "module is unavailable" dia [...]
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/DiagnosticFrontendKinds.td | 1 +
include/clang/Lex/Preprocessor.h | 7 +++++
lib/Frontend/CompilerInstance.cpp | 18 +++---------
lib/Frontend/FrontendAction.cpp | 16 ++---------
lib/Lex/PPDirectives.cpp | 38 ++++++++++++++++----------
lib/Lex/Pragma.cpp | 14 ++--------
test/Modules/requires-coroutines.mm | 11 ++++----
test/Modules/requires-gnuinlineasm.m | 4 ++-
test/Modules/requires.m | 17 ++++++++----
test/Modules/requires.mm | 8 ++++--
10 files changed, 64 insertions(+), 70 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 1a6f43b655 Rather than rejecting attempts to run preprocessor-only acti [...]
new 226dedc0e2 Attempt to fix Windows buildbot failure due to mismatching d [...]
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/Modules/preprocess-module.cpp | 13 +++++++++++--
1 file changed, 11 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 glibc.
from 9cd30491dd x86: Add macros to implement ifunce selection in C
new ef9c4cb6c7 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
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 | 42 ++++++++++++++++++++++
include/wchar.h | 3 ++
sysdeps/x86_64/memset.S | 18 +++++++++-
sysdeps/x86_64/multiarch/Makefile | 4 +++
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 22 ++++++++++++
.../x86_64/multiarch/memset-avx2-unaligned-erms.S | 8 ++++-
.../multiarch/memset-avx512-unaligned-erms.S | 9 ++++-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 24 +++++++++++--
sysdeps/x86_64/multiarch/memset.S | 13 +++++--
sysdeps/{s390 => x86_64}/multiarch/wmemset.c | 17 ++++-----
sysdeps/x86_64/multiarch/wmemset.h | 42 ++++++++++++++++++++++
.../x86_64/multiarch/wmemset_chk-nonshared.S | 7 ++--
.../multiarch/wmemset_chk.c} | 28 ++++++---------
sysdeps/x86_64/{bzero.S => wmemset.S} | 0
sysdeps/x86_64/{memset_chk.S => wmemset_chk.S} | 12 +++----
15 files changed, 206 insertions(+), 43 deletions(-)
copy sysdeps/{s390 => x86_64}/multiarch/wmemset.c (74%)
create mode 100644 sysdeps/x86_64/multiarch/wmemset.h
copy resolv/tst-resolv-res_init-thread.c => sysdeps/x86_64/multiarch/wmemset_chk-n [...]
copy sysdeps/{posix/preadv64v2.c => x86_64/multiarch/wmemset_chk.c} (65%)
copy sysdeps/x86_64/{bzero.S => wmemset.S} (100%)
copy sysdeps/x86_64/{memset_chk.S => wmemset_chk.S} (83%)
--
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 4610c738886 * parser.c (cp_parser_base_specifier): Fix typos in [...]
new 16572f66896 * doc/invoke.texi (-Wduplicated-branches): Add to 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:
gcc/ChangeLog | 4 ++++
gcc/doc/invoke.texi | 3 ++-
2 files changed, 6 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 clang.
from ffdad0d2b5 [test] Fix baremetal test to allow any -resource-dir
new 1a6f43b655 Rather than rejecting attempts to run preprocessor-only acti [...]
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/LangOptions.h | 1 +
include/clang/Basic/SourceManager.h | 4 ++
include/clang/Frontend/ASTUnit.h | 7 +--
include/clang/Frontend/FrontendAction.h | 4 +-
lib/Basic/SourceManager.cpp | 35 +++++++++++++++
lib/Frontend/ASTUnit.cpp | 36 ++++++++++++---
lib/Frontend/FrontendAction.cpp | 78 ++++++++++++++++++++++++++-------
lib/Serialization/ASTReader.cpp | 1 +
test/Modules/preprocess-module.cpp | 7 ++-
9 files changed, 147 insertions(+), 26 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 25d2128b777 * cfgexpand.c (expand_gimple_tailcall): Initialize profile [...]
new 8e820aa21f0 * doc/invoke.texi (-Wduplicated-branches): Add to 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:
gcc/ChangeLog | 4 ++++
gcc/doc/invoke.texi | 3 ++-
2 files changed, 6 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 lldb.
from d0833908f cmake: Put PROCESS_VM_READV detection results into Config.h
new cbe14d4ab Avoid invalid string access in ObjCLanguage::MethodName::SetName
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:
source/Plugins/Language/ObjC/ObjCLanguage.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 ae8365d5e80 PR libstdc++/80939 Remove unmeetable constexpr specifiers
new 087d57054e4 [gcc] 2017-06-05 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 009cb465096 * parser.c (cp_parser_base_specifier): Fix typos in [...]
new 25d2128b777 * cfgexpand.c (expand_gimple_tailcall): Initialize profile [...]
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 | 44 +++
gcc/cfgexpand.c | 4 +-
gcc/config/rs6000/rs6000.c | 509 +++++++++++++++++++++++++++++-
gcc/cp/ChangeLog | 4 +
gcc/cp/parser.c | 4 +-
gcc/doc/extend.texi | 10 +-
gcc/ipa-inline.c | 5 +-
gcc/profile-count.h | 6 +-
gcc/shrink-wrap.c | 4 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/powerpc/clone1.c | 26 ++
gcc/tree-inline.c | 11 +-
gcc/tree-ssa-threadupdate.c | 14 +-
13 files changed, 620 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/clone1.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 gcc-7-branch
in repository gcc.
from 42c6ec2715e 2017-06-05 Janus Weil <janus(a)gcc.gnu.org>
new 4610c738886 * parser.c (cp_parser_base_specifier): Fix typos in [...]
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 | 4 ++++
gcc/cp/parser.c | 4 ++--
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 openmp.
from d2cb509 [OpenMP] libomptarget: eliminate compiler warnings at build
new 2b5580f OpenMP 4.5: implemented support of schedule(simd:guided) and [...]
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:
runtime/src/kmp.h | 4 +-
runtime/src/kmp_dispatch.cpp | 129 ++++++-
runtime/src/kmp_runtime.cpp | 2 +-
runtime/test/worksharing/for/kmp_sch_simd_guided.c | 410 +++++++++++++++++++++
.../worksharing/for/kmp_sch_simd_runtime_api.c | 221 +++++++++++
.../worksharing/for/kmp_sch_simd_runtime_guided.c | 196 ++++++++++
.../worksharing/for/kmp_sch_simd_runtime_static.c | 201 ++++++++++
7 files changed, 1160 insertions(+), 3 deletions(-)
create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_guided.c
create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c
create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c
create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.