This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 60e994c1015 VIEW_CONVERT_EXPR slots for strict-align targets (PR 83884)
new 323d2aadd7e PR tree-optimization/81184 * gcc.dg/pr21643.c: Adjust dg- [...]
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/testsuite/ChangeLog | 9 ++++++++-
gcc/testsuite/gcc.dg/pr21643.c | 3 ++-
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c | 4 +++-
3 files changed, 13 insertions(+), 3 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 a4cc0e368c8 [ThinLTO] - Remove code duplication. NFC.
new ff1be352937 [X86][AVX] Add extra 'interleaved+lanepermute' shuffle test
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/vector-shuffle-256-v8.ll | 51 +++++++++++++++++++++++++++++++
1 file changed, 51 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 binutils-gdb.
from 1be5d8d3bb PowerPC PLT speculative execution barriers
new c75bc4f76f Warning fix
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:
bfd/ChangeLog | 4 ++++
bfd/elf64-ppc.c | 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 llvm.
from f3c589a0352 Allow usage of X86-prefixes as separate instrs. Differentia [...]
new a4cc0e368c8 [ThinLTO] - Remove code duplication. 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:
lib/LTO/ThinLTOCodeGenerator.cpp | 39 +++++++++++++++++----------------------
1 file changed, 17 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 clang-tools-extra.
from ae15a31d add ID as a special acronym to objc property declaration chec [...]
new 500154a5 [clang-tidy] fix minor formatting issue
new 161cd829 [clang-tidy] implement check for goto
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:
clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp | 55 ++++++++
...nterfacesGlobalInitCheck.h => AvoidGotoCheck.h} | 19 +--
clang-tidy/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
clang-tidy/hicpp/HICPPTidyModule.cpp | 6 +-
docs/ReleaseNotes.rst | 12 ++
.../checks/cppcoreguidelines-avoid-goto.rst | 50 ++++++++
docs/clang-tidy/checks/hicpp-avoid-goto.rst | 12 ++
docs/clang-tidy/checks/list.rst | 2 +
test/clang-tidy/cppcoreguidelines-avoid-goto.cpp | 139 +++++++++++++++++++++
10 files changed, 288 insertions(+), 11 deletions(-)
create mode 100644 clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
copy clang-tidy/cppcoreguidelines/{InterfacesGlobalInitCheck.h => AvoidGotoCheck.h} (56%)
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-avoid-goto.rst
create mode 100644 docs/clang-tidy/checks/hicpp-avoid-goto.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-avoid-goto.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 lld.
from 8515507cb [WebAssembly] Define __heap_base global
new 18ab1279d [ELF] - Stop mixing order of -defsym/-script commands.
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/Driver.cpp | 15 +++++++--------
test/ELF/linkerscript/defsym.s | 19 +++++++++++++++++++
2 files changed, 26 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/linkerscript/defsym.s
--
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 a470b46d806 [MC] Fix -stack-size-section on ARM
new f3c589a0352 Allow usage of X86-prefixes as separate instrs. Differentia [...]
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/AsmParser/X86AsmParser.cpp | 7 ++++++
test/CodeGen/X86/inline-asm-A-constraint.ll | 3 ++-
test/MC/X86/x86-64.s | 38 ++++++++++++++++++++++++++++-
3 files changed, 46 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 9ea16f6 Fixed libomp static build broken by the commit rL322202.
new 5c21042 [OMPT] Return appropiate values for ompt runtime entry points [...]
new 5904994 [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
new a02eb72 [OMPT] Add Workaround for Intel Compiler Bug
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:
runtime/src/include/50/ompt.h.var | 20 ++++-----
runtime/src/kmp_atomic.h | 2 +-
runtime/src/kmp_csupport.cpp | 30 ++++++-------
runtime/src/ompt-general.cpp | 29 +++++++-----
runtime/src/ompt-specific.cpp | 23 ++++++----
.../test/ompt/misc/api_calls_from_other_thread.cpp | 51 ++++++++++++++++++++++
runtime/test/ompt/tasks/task_types.c | 2 +-
runtime/test/ompt/tasks/task_types_serialized.c | 1 +
8 files changed, 113 insertions(+), 45 deletions(-)
create mode 100644 runtime/test/ompt/misc/api_calls_from_other_thread.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 release_60
in repository openmp.
from b3d58d0 Creating release_60 branch off revision 321711
new b1dec7c Merging r321964: -------------------------------------------- [...]
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_csupport.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.