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 b87f37da [clangd] Compute expected type for templates
new fc7d5bbb [clang-tidy] Verify fix description for misc-unused-using-decl.
new 553356f8 [clang-tidy] Fix description for misc-definitions-in-headers.
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/misc/DefinitionsInHeadersCheck.cpp | 9 ++++++---
test/clang-tidy/misc-definitions-in-headers.hpp | 1 +
test/clang-tidy/misc-unused-using-decls.cpp | 1 +
3 files changed, 8 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 12f38f55f12 gn build: make clangd depend on clang resource headers
new 64fe333f1ed Revert 361827. It broke the bots.
new 76ee591e560 [XCOFF] Implement parsing symbol table for xcoffobjfile and [...]
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:
include/llvm/BinaryFormat/XCOFF.h | 74 +-
include/llvm/Object/XCOFFObjectFile.h | 61 +-
include/llvm/ObjectYAML/XCOFFYAML.h | 25 +-
lib/Object/XCOFFObjectFile.cpp | 202 +-
lib/ObjectYAML/XCOFFYAML.cpp | 67 +
.../PowerPC/vector-constrained-fp-intrinsics.ll | 10810 -------------------
test/tools/obj2yaml/Inputs/aix_xcoff.o | Bin 588 -> 740 bytes
test/tools/obj2yaml/aix_xcoff.test | 83 +-
tools/llvm-readobj/XCOFFDumper.cpp | 2 +-
tools/obj2yaml/xcoff2yaml.cpp | 45 +-
10 files changed, 500 insertions(+), 10869 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.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 7104903887 Add release note entries for recent typo correction changes
new ff610072dd [CodeComplete] Consistently break after '{' in multi-line patterns
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/Sema/SemaCodeComplete.cpp | 8 ++++++++
test/CodeCompletion/ordinary-name-cxx11.cpp | 30 +++++++++++++++++++++--------
test/CodeCompletion/ordinary-name.cpp | 30 +++++++++++++++++++++--------
3 files changed, 52 insertions(+), 16 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 lld.
from 69475cb5d Add release note entries for recent typo correction changes
new 8c5f1ab24 Reland D61583 [ELF] Error on relocations to STT_SECTION symbo [...]
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/DWARF.cpp | 5 ++-
ELF/InputFiles.cpp | 3 ++
ELF/InputSection.cpp | 3 +-
ELF/Relocations.cpp | 14 +++++--
test/ELF/comdat-discarded-error.s | 12 +++++-
test/ELF/comdat-discarded-gdb-index.s | 63 ++++++++++++++++++++++++++++++
test/ELF/comdat-discarded-reloc.s | 2 +-
test/ELF/comdat.s | 4 +-
test/ELF/invalid-undef-section-symbol.test | 2 +-
test/ELF/relocatable-eh-frame.s | 4 +-
10 files changed, 100 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/comdat-discarded-gdb-index.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ce5083d9b 2: update: llvm-linux: 17751
new a995ffb99 2: update: llvm-linux: 17751
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ce5083d9b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 212 +-
02-build_llvm/console.log | 11736 ++++++++++++++++----------------
03-build_linux/console.log | 2014 +++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 13988 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13990 insertions(+), 13994 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 974d33f2a38 [x86] split 256-bit store of concatenated vectors
new ef1b6ff6b66 [CMake] Default options for faster executables on MSVC
new 29c3789af89 Add constrained intrinsic tests for powerpc64 and powerpc64le.
new 12f38f55f12 gn build: make clangd depend on clang resource headers
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:
CMakeLists.txt | 4 +
cmake/modules/ChooseMSVCCRT.cmake | 26 +-
cmake/modules/HandleLLVMOptions.cmake | 8 +
.../PowerPC/vector-constrained-fp-intrinsics.ll | 10810 +++++++++++++++++++
.../clang-tools-extra/clangd/tool/BUILD.gn | 1 +
5 files changed, 10848 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.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 gcc-9-branch
in repository gcc.
from 12144d490cb * gcc-interface/trans.c (lvalue_required_for_attribute_p): [...]
new 46149296b09 PR c++/90548 - ICE with generic lambda and empty pack. * [...]
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 | 8 ++++++++
gcc/cp/pt.c | 23 ++++++++++++++++-------
gcc/testsuite/g++.dg/cpp1y/lambda-generic-90548.C | 22 ++++++++++++++++++++++
3 files changed, 46 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-90548.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 openmp.
from 34def82 Revert "[OPENMP][NVPTX]Fix barriers and parallel level counte [...]
new 93fe5ce [openmp] [test] Skip kernel-breaking tests on NetBSD
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/test/lit.cfg | 3 +++
runtime/test/tasking/omp_taskloop_num_tasks.c | 6 ++++++
runtime/test/tasking/omp_taskwait.c | 4 ++++
3 files changed, 13 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 clang.
from 0bdda4905c [Analyzer] Replace `CXXSelfAssignmentBRVisitor` with `NoteTags`
new 7104903887 Add release note entries for recent typo correction changes
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:
docs/ReleaseNotes.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.