This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fb661b795c2 [Attributor] Try to fix "missing field 'RetInsts' initializ [...]
new 6d385cd1f12 Remove LVALUE / RVALUE workarounds
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/llvm/ADT/Optional.h | 25 ++++++++++---------------
include/llvm/Support/Compiler.h | 20 --------------------
unittests/ADT/OptionalTest.cpp | 4 ----
3 files changed, 10 insertions(+), 39 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 30684d0962 [LifetimeAnalysis] Support std::stack::top() and std::option [...]
new 68afe3d5dc Remove LVALUE / RVALUE workarounds
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/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 14c042e 0: update: llvm-linux: boot
new 619fbdc 0: update: llvm-linux: boot
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 (14c042e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 166 +-
02-build_llvm/console.log | 12051 ++++++++++++++++----------------
03-build_linux/console.log | 1804 ++---
04-boot_linux/console.log | 386 +-
console.log | 14432 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 14408 insertions(+), 14439 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 linux.
from a8dba0531bc0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 2067b2b3f484 afs: Fix the CB.ProbeUuid service handler to reply correctly
new 4a46fdba449a afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
new a6eed4ab5dd4 fs: afs: Fix a possible null-pointer dereference in afs_pu [...]
new 37c0bbb33266 afs: Fix off-by-one in afs_rename() expected data version [...]
new 5dc84855b0fc afs: Only update d_fsdata if different in afs_d_revalidate()
new 9dd0b82ef530 afs: Fix missing dentry data version updating
new e22a97a2a85d Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub [...]
new 54b13723f765 sh: kernel: disassemble: Mark expected switch fall-throughs
new 1ee1119d184b sh: kernel: hw_breakpoint: Fix missing break in switch statement
new 41de59634046 Merge tag 'Wimplicit-fallthrough-5.3-rc5' of git://git.ker [...]
The 10 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:
arch/sh/kernel/disassemble.c | 5 +--
arch/sh/kernel/hw_breakpoint.c | 1 +
fs/afs/cmservice.c | 10 ++---
fs/afs/dir.c | 89 ++++++++++++++++++++++++++++++++++--------
fs/afs/file.c | 12 +++---
fs/afs/vlclient.c | 11 +++---
6 files changed, 92 insertions(+), 36 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 1956c0ef9b4 [Bugpoint redesign] Modified Functions pass to consider dec [...]
new fb661b795c2 [Attributor] Try to fix "missing field 'RetInsts' initializ [...]
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/Transforms/IPO/Attributor.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from da69edd612a PR c++/91436 fix C++ dialect for std::make_unique fix-it hint
new 85f0c58dd28 PR testsuite/91449 - new test case gcc.dg/strlenopt-73.c fa [...]
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 | 5 +++++
gcc/testsuite/gcc.dg/strlenopt-73.c | 8 +++++---
2 files changed, 10 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 lldb.
from 289db4f08 [LLDB] Migrate llvm::make_unique to std::make_unique
new 81654ff79 Improve anonymous class heuristic in ClangASTContext::CreateR [...]
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:
.../TestCompletionCrashInLambda.py | 4 ---
.../completion-crash-lambda/main.cpp | 6 ----
.../TestCompletionInLambdaAndUnnamedClass.py} | 2 +-
.../main.cpp | 11 +++++++
source/Symbol/ClangASTContext.cpp | 38 +++++++++++++++++++---
5 files changed, 46 insertions(+), 15 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/expression_command/completion-cr [...]
delete mode 100644 packages/Python/lldbsuite/test/expression_command/completion-cr [...]
copy packages/Python/lldbsuite/test/{lang/cpp/lambdas/TestLambdas.py => expression [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/completion-in [...]
--
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 90e2c984f04 [docs] Fix sphinx doc generation errors
new 1956c0ef9b4 [Bugpoint redesign] Modified Functions pass to consider dec [...]
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/Reduce/remove-funcs.ll | 5 +---
tools/llvm-reduce/deltas/ReduceFunctions.cpp | 37 +++++++++++-----------------
2 files changed, 16 insertions(+), 26 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 8df0ef00c [ELF] --gdb-index: fix odd variable name cUs after r365730 an [...]
new 5d92057f0 [LLD] Migrate llvm::make_unique to std::make_unique
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:
COFF/LTO.cpp | 8 ++++----
COFF/PDB.cpp | 2 +-
ELF/InputFiles.cpp | 2 +-
ELF/LTO.cpp | 8 ++++----
ELF/LinkerScript.cpp | 4 ++--
ELF/SyntheticSections.cpp | 2 +-
include/lld/ReaderWriter/MachOLinkingContext.h | 2 +-
lib/Driver/DarwinLdDriver.cpp | 8 ++++----
lib/ReaderWriter/FileArchive.cpp | 2 +-
lib/ReaderWriter/MachO/CompactUnwindPass.cpp | 2 +-
lib/ReaderWriter/MachO/GOTPass.cpp | 2 +-
lib/ReaderWriter/MachO/LayoutPass.cpp | 2 +-
lib/ReaderWriter/MachO/MachOLinkingContext.cpp | 6 +++---
lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | 4 ++--
lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp | 8 ++++----
lib/ReaderWriter/MachO/ObjCPass.cpp | 2 +-
lib/ReaderWriter/MachO/ShimPass.cpp | 2 +-
lib/ReaderWriter/MachO/TLVPass.cpp | 2 +-
wasm/LTO.cpp | 6 +++---
19 files changed, 37 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.