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 5b3e2657 [clangd] Log more info about preambles
new 8da30ea0 [clangd] Index symbols share storage within a slab.
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:
clangd/index/Index.cpp | 12 ++++++++++--
clangd/index/Index.h | 29 ++++++++++++++++++++---------
unittests/clangd/FileIndexTests.cpp | 3 ++-
unittests/clangd/IndexTests.cpp | 3 ++-
unittests/clangd/SymbolCollectorTests.cpp | 2 +-
5 files changed, 35 insertions(+), 14 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 lldb.
from c69b4161f Make sure DataBufferLLVM contents are writable
new 83aa29acc Work around test failures on red-hat linux
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:
.../radar_9673664/TestExprHelpExamples.py | 2 +-
.../c/conflicting-symbol/TestConflictingSymbol.py | 45 +++++++++++++++++++---
.../lldbsuite/test/lang/cpp/lambdas/main.cpp | 2 +-
3 files changed, 41 insertions(+), 8 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 4c5b914b95d [X86] Add v48i8 AVG test case, based on discussion on D41440
new 0be79235013 [X86] Add (and (or x, C), D) -> D iff (C & D) == D non-spla [...]
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/CodeGen/X86/combine-and.ll | 11 +++++++++++
1 file changed, 11 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 openmp.
from 623b98e [OMPT] Fix return address handling in a few GOMP interface methods
new 62dafa3 [OMPT] Add missing ompt_get_num_procs function
new 00e405e Add missing test case from D41171 commit
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:
runtime/src/include/50/ompt.h.var | 4 ++++
runtime/src/ompt-general.cpp | 9 +++++++++
runtime/test/ompt/callback.h | 2 ++
runtime/test/ompt/misc/api_calls.c | 6 ++++++
runtime/test/ompt/misc/unset_callback.c | 29 +++++++++++++++++++++++++++++
5 files changed, 50 insertions(+)
create mode 100644 runtime/test/ompt/misc/unset_callback.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 gcc.
from e0fcf2e9892 PR rtl-optimization/82973 * emit-rtl.h (valid_for_const_v [...]
new 2074ebe7571 Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).
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/gcov-dump.c | 20 ++++++++++++--------
2 files changed, 18 insertions(+), 8 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 883f8a25f8 [CodeGen] Fix access sizes in new-format TBAA tags
new d3e23db50e Added helper to get size of PrecompiledPreamble
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/Frontend/PrecompiledPreamble.h | 9 ++++++++-
lib/Frontend/PrecompiledPreamble.cpp | 27 ++++++++++++++++++++++++---
2 files changed, 32 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-tools-extra.
from 3dcb4d85 [clangd] Use the clang-tools-extra as the official repo for ` [...]
new 5b3e2657 [clangd] Log more info about preambles
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:
clangd/ClangdUnit.cpp | 12 ++++++++++--
1 file changed, 10 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 f8f4866 [AArch64] add required arch specific code for running OMPT te [...]
new ad36fb5 [OMPT] Add annotations to testcases that are expected to fail [...]
new df39d67 [OMPT] Use frames at different level when using clang version [...]
new 617a41c [OMPT] Handle null pointer in set_callback to improve performance
new 623b98e [OMPT] Fix return address handling in a few GOMP interface methods
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 | 2 ++
runtime/src/kmp_gsupport.cpp | 14 ++++++++++----
runtime/src/ompt-general.cpp | 7 +++++--
runtime/test/ompt/callback.h | 11 +++++++++++
runtime/test/ompt/cancel/cancel_taskgroup.c | 5 +++--
runtime/test/ompt/cancel/cancel_worksharing.c | 5 ++---
runtime/test/ompt/misc/control_tool.c | 6 ++++--
runtime/test/ompt/parallel/max_active_levels_serialized.c | 1 +
runtime/test/ompt/parallel/nested.c | 10 ++++++----
runtime/test/ompt/parallel/nested_lwt.c | 1 +
runtime/test/ompt/parallel/nested_serialized.c | 1 +
runtime/test/ompt/parallel/parallel_if0.c | 1 +
runtime/test/ompt/parallel/serialized.c | 1 +
runtime/test/ompt/synchronization/barrier/explicit.c | 1 +
runtime/test/ompt/synchronization/barrier/for_loop.c | 1 +
runtime/test/ompt/synchronization/barrier/for_simd.c | 1 +
runtime/test/ompt/synchronization/barrier/single.c | 1 +
runtime/test/ompt/synchronization/critical.c | 1 +
runtime/test/ompt/synchronization/ordered.c | 1 +
runtime/test/ompt/synchronization/taskgroup.c | 1 +
runtime/test/ompt/synchronization/taskwait.c | 1 +
.../test/ompt/synchronization/test_nest_lock_parallel.c | 1 +
runtime/test/ompt/tasks/dependences.c | 1 +
runtime/test/ompt/tasks/explicit_task.c | 8 +++++---
runtime/test/ompt/tasks/serialized.c | 8 +++++---
runtime/test/ompt/tasks/task_in_joinbarrier.c | 7 ++++---
runtime/test/ompt/tasks/untied_task.c | 7 ++++---
runtime/test/ompt/worksharing/for/base.h | 8 ++++----
runtime/test/ompt/worksharing/for/dynamic_split.c | 1 +
runtime/test/ompt/worksharing/for/guided_split.c | 1 +
runtime/test/ompt/worksharing/for/runtime_split.c | 1 +
runtime/test/ompt/worksharing/sections.c | 5 +++--
32 files changed, 86 insertions(+), 35 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 153f2e38511 [DAGCombine] Improve ReduceLoadWidth for SRL
new 4c5b914b95d [X86] Add v48i8 AVG test case, based on discussion on D41440
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/CodeGen/X86/avg.ll | 404 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 404 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 compiler-rt.
from 56efba10e [ubsan] Diagnose noreturn functions which return (compiler-rt)
new 5d934695c [mips][compiler-rt] Provide 64bit atomic add and sub
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/sanitizer_common/sanitizer_atomic_clang.h | 17 ++-
lib/sanitizer_common/sanitizer_atomic_clang_mips.h | 118 +++++++++++++++++++++
.../sanitizer_atomic_clang_other.h | 63 -----------
3 files changed, 125 insertions(+), 73 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_atomic_clang_mips.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.