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 336ef6d22a S390: Add symfile-mem
new 6b05c8bd43 Fix PR 22567: set SAL .section in minsym_found
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:
gdb/ChangeLog | 5 +++++
gdb/linespec.c | 3 ++-
2 files changed, 7 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 4b64a06806a [X86][AVX512] Tag CLWB instruction to CLFLUSH/PREFETCH sche [...]
new b415523f30b [InstCombine] PR35354: Convert store(bitcast, load bitcast [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 57 +++++++++++++++++++++-
test/Transforms/InstCombine/load-bitcast-select.ll | 14 ++----
2 files changed, 60 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 94c88e340e0 [AMDGPU] add labels to +DumpCode output
new c264a07cd68 [X86][AVX512] Tag AVX512_512_SEXT_MASK_* instructions sched [...]
new 95462df77a8 [PatternMatch] Add matcher for LoadInst, NFC.
new 4b64a06806a [X86][AVX512] Tag CLWB instruction to CLFLUSH/PREFETCH sche [...]
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:
include/llvm/IR/PatternMatch.h | 20 ++++++++++++++++++++
lib/Target/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrInfo.td | 5 ++---
3 files changed, 23 insertions(+), 4 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 668d6ffa85 In stdbool.h, define bool, false, true only in gnu++98
new 984e4561c9 [OPENMP] Initial codegen for `target teams distribute` directive.
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/Sema/Sema.h | 4 +
lib/Basic/OpenMPKinds.cpp | 2 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 4 +
lib/CodeGen/CGStmtOpenMP.cpp | 56 ++++++++--
lib/CodeGen/CodeGenFunction.h | 12 ++-
lib/Sema/SemaExpr.cpp | 2 +-
lib/Sema/SemaOpenMP.cpp | 32 +++++-
test/OpenMP/target_teams_codegen.cpp | 16 +--
...gen.cpp => target_teams_distribute_codegen.cpp} | 115 ++++++++++-----------
...rget_teams_distribute_codegen_registration.cpp} | 22 ++--
...ams_distribute_codegen_registration_naming.cpp} | 6 +-
...> target_teams_distribute_collapse_codegen.cpp} | 17 ++-
...get_teams_distribute_dist_schedule_codegen.cpp} | 33 +++---
...rget_teams_distribute_firstprivate_codegen.cpp} | 32 +++---
...arget_teams_distribute_lastprivate_codegen.cpp} | 91 +++++++++-------
...=> target_teams_distribute_private_codegen.cpp} | 15 ++-
... target_teams_distribute_reduction_codegen.cpp} | 60 ++++++-----
17 files changed, 292 insertions(+), 227 deletions(-)
copy test/OpenMP/{target_teams_codegen.cpp => target_teams_distribute_codegen.cpp} (92%)
copy test/OpenMP/{target_parallel_for_codegen_registration.cpp => target_teams_dis [...]
copy test/OpenMP/{target_simd_codegen_registration_naming.cpp => target_teams_dist [...]
copy test/OpenMP/{teams_distribute_collapse_codegen.cpp => target_teams_distribute [...]
copy test/OpenMP/{teams_distribute_dist_schedule_codegen.cpp => target_teams_distr [...]
copy test/OpenMP/{teams_distribute_firstprivate_codegen.cpp => target_teams_distri [...]
copy test/OpenMP/{teams_distribute_simd_lastprivate_codegen.cpp => target_teams_di [...]
copy test/OpenMP/{teams_distribute_private_codegen.cpp => target_teams_distribute_ [...]
copy test/OpenMP/{teams_distribute_simd_reduction_codegen.cpp => target_teams_dist [...]
--
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 5a07983 [libomptarget] Split implementation of interface functions
new c549ebc Add missing memory barrier for queuing locks
new a0542f7 Fix thread affinity on non-x86 Linux
new 3cee552 Use hyperbarrier by default on all architectures
new a5acc90 [CMake] Remove legacy LIBOMP_LIT_ARGS
The 4 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:
cmake/OpenMPTesting.cmake | 4 ----
runtime/src/kmp_affinity.cpp | 2 +-
runtime/src/kmp_global.cpp | 21 ++++++---------------
runtime/src/kmp_lock.cpp | 1 +
runtime/src/kmp_os.h | 5 +----
.../worksharing/single/omp_single_copyprivate.c | 2 +-
6 files changed, 10 insertions(+), 25 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-tools-extra.
from 89827634 [change-namespace] Fix crash when injected base-class name is [...]
new e0c44121 [clangd] Convert lit code completion tests to unit-tests. NFC
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/clangd/completion-items-kinds.test | 42 ------
test/clangd/completion-priorities.test | 73 ----------
test/clangd/completion-qualifiers.test | 43 ------
test/clangd/completion-snippet.test | 102 --------------
unittests/clangd/CodeCompleteTests.cpp | 232 +++++++++++++++++++++++---------
unittests/clangd/Matchers.h | 112 +++++++++++++++
6 files changed, 278 insertions(+), 326 deletions(-)
delete mode 100644 test/clangd/completion-items-kinds.test
delete mode 100644 test/clangd/completion-priorities.test
delete mode 100644 test/clangd/completion-qualifiers.test
delete mode 100644 test/clangd/completion-snippet.test
create mode 100644 unittests/clangd/Matchers.h
--
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 71a2c0556 Use lambda to simplify code.
new 6aa8fea23 Print the bad value and required alignment for unaligned relocations
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/Target.h | 3 ++-
test/ELF/aarch64-lo12-alignment.s | 8 ++++----
test/ELF/aarch64-load-alignment.s | 2 +-
test/ELF/mips-align-err.s | 2 +-
4 files changed, 8 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 master
in repository gcc.
from e12e201d8c0 Disable hwcap on Solaris in g++.dg/opt/pr83252.C
new dd554eab241 2017-12-08 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/uninit-pr81782.c | 14 ++++++++++++++
gcc/tree-ssa-uninit.c | 4 ++--
4 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr81782.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 8500e487c71 [NFC] Rename variable from Cond to Pred to make it more sound
new 94c88e340e0 [AMDGPU] add labels to +DumpCode output
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/AMDGPU/AMDGPUAsmPrinter.cpp | 27 +++++++++++++++++++++++++--
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 6 ++++--
2 files changed, 29 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.