This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 68e7471 Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.
new a2d302c Read OMP_TARGET_OFFLOAD and provide API to access ICV
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/dllexports | 1 +
runtime/src/kmp.h | 12 ++++++++++++
runtime/src/kmp_csupport.cpp | 4 ++++
runtime/src/kmp_global.cpp | 3 +++
runtime/src/kmp_settings.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 64 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 9ec8f37d286 [ReachingDefAnalysis] Fix what I assume to be a typo Reachi [...]
new 6bfc13d2f5f [X86] Drop unnecessary InstRW overrides for WriteFMA
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/X86ScheduleZnver1.td | 24 ------------------------
1 file changed, 24 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 936f16c17b [format] Initialize regex lazily
new c2eb4fa159 [Driver] Fix some Clang-tidy modernize and Include What You [...]
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/Driver/Action.h | 106 ++++++++++++++++++++++++++-----------
include/clang/Driver/Compilation.h | 58 ++++++++++++--------
include/clang/Driver/Job.h | 33 ++++++------
include/clang/Driver/Multilib.h | 42 +++++++++------
include/clang/Driver/ToolChain.h | 87 ++++++++++++++++--------------
lib/Driver/Action.cpp | 38 ++++++-------
lib/Driver/Compilation.cpp | 46 +++++++++-------
lib/Driver/Job.cpp | 39 ++++++++------
lib/Driver/Multilib.cpp | 31 +++++------
lib/Driver/ToolChain.cpp | 50 ++++++++++-------
10 files changed, 310 insertions(+), 220 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 8ea8d065cbb PR c++/84927 * constexpr.c (cxx_eval_bare_aggregate): Upd [...]
new 244909bcdcf PR debug/84875 * dce.c (delete_unmarked_insns): Don't rem [...]
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 | 6 ++++++
gcc/dce.c | 27 ++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr84875.c | 28 ++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84875.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 287b901befd [ObjCARC] Add funclet token to ARC marker
new 9ec8f37d286 [ReachingDefAnalysis] Fix what I assume to be a typo Reachi [...]
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/CodeGen/ReachingDefAnalysis.h | 2 +-
lib/CodeGen/ReachingDefAnalysis.cpp | 8 ++++----
2 files changed, 5 insertions(+), 5 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 a17a5fa0b67 For llvm-objdump and Mach-O files, fix the printing of modu [...]
new 13041108baf [X86] Don't use the MSVC stack protector names on mingw
new 287b901befd [ObjCARC] Add funclet token to ARC marker
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/Target/X86/X86ISelLowering.cpp | 11 +-
lib/Transforms/ObjCARC/ObjCARCContract.cpp | 35 ++++-
test/CodeGen/X86/stack-protector.ll | 172 ++++++++++++++++++++-
test/CodeGen/X86/win32-ssp.ll | 29 ++++
test/Transforms/ObjCARC/contract-marker-funclet.ll | 61 ++++++++
5 files changed, 296 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/win32-ssp.ll
create mode 100644 test/Transforms/ObjCARC/contract-marker-funclet.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 clang.
from 9901645365 [AArch64] Add vmulxh_lane fp16 vector intrinsic
new 84b0664388 Set dso_local on string literals.
new 936f16c17b [format] Initialize regex lazily
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/CodeGenModule.cpp | 1 +
lib/Format/NamespaceEndCommentsFixer.cpp | 16 ++++++++--------
test/CodeGen/c-strings.c | 2 +-
test/CodeGen/string-literal-short-wstring.c | 4 ++--
test/CodeGen/wchar-const.c | 2 +-
test/CodeGenCXX/funcsig.cpp | 14 +++++++-------
test/CodeGenCXX/ms_wide_predefined_expr.cpp | 2 +-
7 files changed, 21 insertions(+), 20 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 a08b9a16814 [AArch64] Add vmulxh_lane fp16 vector intrinsic
new a17a5fa0b67 For llvm-objdump and Mach-O files, fix the printing of modu [...]
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:
.../X86/Inputs/objModInit.macho-x86_64 | Bin 0 -> 828 bytes
test/tools/llvm-objdump/X86/macho-section.test | 4 ++
tools/llvm-objdump/MachODump.cpp | 52 +++++++++++++++++----
3 files changed, 47 insertions(+), 9 deletions(-)
create mode 100644 test/tools/llvm-objdump/X86/Inputs/objModInit.macho-x86_64
--
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 0fe4b6fb4c Set dso_local for runtime function.
new 9901645365 [AArch64] Add vmulxh_lane fp16 vector intrinsic
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/arm_neon.td | 8 +++-----
lib/CodeGen/CGBuiltin.cpp | 10 ++++++++++
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 26 ++++++++++++--------------
3 files changed, 25 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.