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 32f6cc55 [clangd] send diagnostic categories only when 'categorySuppor [...]
new ffae2786 [clangd] Increase the timeouts in TUScheduler tests to 10 seconds.
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:
unittests/clangd/TUSchedulerTests.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 47ff67b78de Allow creating llvm::Function in non-zero address spaces
new 8d709d9d439 [Support] Fix some Wundef warnings
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/Support/COM.cpp | 2 +-
lib/Support/CodeGenCoverage.cpp | 4 ++--
lib/Support/Locale.cpp | 4 ++--
lib/Support/LockFileManager.cpp | 10 +++++-----
4 files changed, 10 insertions(+), 10 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 2d4513605a [x86/retpoline] Split the LLVM concept of retpolines into se [...]
new 41f404f7ac [libclang] Fix cursors for arguments of Subscript and Call o [...]
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/Index/annotate-operator-call-expr.cpp | 84 ++++++++++++++++++
tools/libclang/CIndex.cpp | 132 ++++++++++++++++++++++++++++-
2 files changed, 215 insertions(+), 1 deletion(-)
create mode 100644 test/Index/annotate-operator-call-expr.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 gcc.
from 49bd2ed1331 2018-08-23 Richard Biener <rguenther(a)suse.de>
new a7852b351bd PR target/86951 arm - Handle speculation barriers on pre-ar [...]
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 | 14 ++++++++++++++
gcc/config/arm/arm-protos.h | 2 ++
gcc/config/arm/arm.c | 15 ++++++++++++++-
gcc/config/arm/arm.md | 16 +++++++++++-----
libgcc/ChangeLog | 7 +++++++
libgcc/config/arm/lib1funcs.S | 44 +++++++++++++++++++++++++++++++++++++++++++
libgcc/config/arm/t-arm | 2 +-
7 files changed, 93 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 9e358573332 [AArch64] Improve SVE handling of single-vector permutes
new 49bd2ed1331 2018-08-23 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/pr87024.c | 14 ++++++++++++++
gcc/tree-inline.c | 8 +++++++-
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87024.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 286f6b54738 TableGen/SearchableTables: Cast enums to unsigned in genera [...]
new 47ff67b78de Allow creating llvm::Function in non-zero address spaces
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/LangRef.rst | 25 ++--
include/llvm/IR/Function.h | 18 ++-
include/llvm/IR/GlobalValue.h | 1 +
lib/AsmParser/LLParser.cpp | 127 +++++++++++----------
lib/AsmParser/LLParser.h | 14 ++-
lib/Bitcode/Reader/BitcodeReader.cpp | 10 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 4 +-
lib/IR/AsmWriter.cpp | 30 +++++
lib/IR/AutoUpgrade.cpp | 4 +-
lib/IR/Function.cpp | 20 +++-
lib/IR/Globals.cpp | 5 +
lib/IR/Module.cpp | 8 +-
.../Instrumentation/DataFlowSanitizer.cpp | 7 +-
lib/Transforms/Utils/CloneFunction.cpp | 4 +-
lib/Transforms/Utils/CloneModule.cpp | 9 +-
lib/Transforms/Utils/CodeExtractor.cpp | 7 +-
test/Assembler/call-nonzero-program-addrspace-2.ll | 21 +++-
test/Assembler/call-nonzero-program-addrspace.ll | 24 ++--
test/Assembler/invoke-nonzero-program-addrspace.ll | 22 +++-
test/Bitcode/function-address-space-fwd-decl.ll | 39 +++++++
test/Bitcode/function-default-address-spaces.ll | 35 ++++++
.../function-nonzero-address-spaces-types.ll | 23 ++++
test/Bitcode/function-nonzero-address-spaces.ll | 29 +++++
23 files changed, 368 insertions(+), 118 deletions(-)
create mode 100644 test/Bitcode/function-address-space-fwd-decl.ll
create mode 100644 test/Bitcode/function-default-address-spaces.ll
create mode 100644 test/Bitcode/function-nonzero-address-spaces-types.ll
create mode 100644 test/Bitcode/function-nonzero-address-spaces.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 gcc.
from 5654cf465a3 Signed zero for {max,min}val intrinsics
new 4beafa0b8cc Fix aarch64_evpc_tbl guard (PR 85910)
new 9e358573332 [AArch64] Improve SVE handling of single-vector permutes
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/config/aarch64/aarch64.c | 10 +++++++---
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/vect/no-vfa-vect-depend-2.c | 5 +----
gcc/testsuite/gcc.dg/vect/no-vfa-vect-depend-3.c | 5 +----
gcc/testsuite/gcc.dg/vect/pr65947-13.c | 3 ++-
gcc/testsuite/gcc.dg/vect/pr80631-2.c | 3 ++-
7 files changed, 33 insertions(+), 13 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 7197616 tcwg-bisect-llvm-kernel.sh: New job script
new 0e3d725 tcwg-bisect-llvm-kernel.sh: New job script
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 (7197616)
\
N -- N -- N refs/heads/llvm-kernel-v2 (0e3d725)
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:
tcwg-bisect-llvm-kernel.sh | 19 +++++++++++--------
1 file changed, 11 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 gcc.
from 1dce029ca15 Remove C++14-isms from C++11 tests
new 5654cf465a3 Signed zero for {max,min}val intrinsics
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/fortran/ChangeLog | 7 ++++++-
gcc/fortran/trans-intrinsic.c | 26 ++++++--------------------
2 files changed, 12 insertions(+), 21 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 644076a3348 2017-08-23 Paul Thomas <pault(a)gcc.gnu.org>
new 00c805e5d2d Skip tests that depend on the cxx11 std::string
new 1dce029ca15 Remove C++14-isms from C++11 tests
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:
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/testsuite/20_util/reference_wrapper/lwg2993.cc | 2 +-
libstdc++-v3/testsuite/21_strings/basic_string/init-list.cc | 1 +
libstdc++-v3/testsuite/23_containers/list/68222_neg.cc | 4 ++--
.../experimental/polymorphic_allocator/pmr_typedefs_match.cc | 1 +
.../experimental/polymorphic_allocator/pmr_typedefs_string.cc | 1 +
6 files changed, 17 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.