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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a956c18c 8: update: llvm-linux: 17559
new f118927e 8: update: llvm-linux: 17559
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 (a956c18c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 139 +-
02-build_llvm/console.log | 12020 ++++++++++++-------------
03-build_linux/console.log | 6157 +++++++------
06-update_baseline/console.log | 48 +-
console.log | 18364 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 18360 insertions(+), 18376 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from 0fb33c048a9 Daily bump.
adds 968f2b14d06 * es.po: Update.
adds c90f5047fc5 Daily bump.
adds ba66de4d52e driver: Also prune joined switches with negation
adds 48530b2595d [AArch64] Don't split 64-bit constant stores to volatile location
new 65850e702a3 gcc/ 2019-10-01 Oleg Endo <olegendo(a)gcc.gnu.org>
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 | 31 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.md | 4 +-
gcc/config/aarch64/aarch64.opt | 6 +-
gcc/config/arm/arm.opt | 6 +-
gcc/config/sh/sh.c | 6 +-
gcc/po/ChangeLog | 4 ++
gcc/po/es.po | 84 +++++++++-------------
gcc/testsuite/ChangeLog | 7 ++
.../aarch64/nosplit-di-const-volatile_1.c | 15 ++++
10 files changed, 103 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 346192ec 0: update: binutils-gcc-linux: all
new 21129c0e 0: update: binutils-gcc-linux: all
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 (346192ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 110 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11110 +++++++--------
04-build_abe-stage1/console.log | 14052 +++++++++----------
05-build_linux/console.log | 802 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 25 +
console.log | 26533 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 26581 insertions(+), 26499 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 3a01de298f8 [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression [...]
new 303c51ac632 [AMDGPU] Add VerifyScheduling support.
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/CodeGen/MachineScheduler.h | 1 +
lib/CodeGen/MachineScheduler.cpp | 7 ++++---
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 18 ++++++++++++++++++
3 files changed, 23 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 clang.
from 72b8749991 [clang] Make handling of unnamed template params similar to [...]
new 57d782aed7 [Diagnostics] Move warning into the subgroup (-Wenum-compare [...]
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/Basic/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
test/Sema/warn-conditional-emum-types-mismatch.c | 2 ++
3 files changed, 5 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 lldb.
from 3c88bb86f Update SymbolFilePDB for FindTypes API change.
new 3cd66b353 Remove size_t return parameter from FindTypes
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/lldb/Core/Module.h | 18 ++--
include/lldb/Core/ModuleList.h | 10 +-
include/lldb/Symbol/SymbolFile.h | 10 +-
include/lldb/Symbol/TypeList.h | 5 +-
source/API/SBModule.cpp | 19 ++--
source/API/SBTarget.cpp | 15 ++-
source/Commands/CommandObjectTarget.cpp | 116 ++++++++++-----------
source/Core/Module.cpp | 50 ++++-----
source/Core/ModuleList.cpp | 48 ++++-----
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 30 +++---
.../LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp | 25 ++---
.../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 12 +--
.../SymbolFile/Breakpad/SymbolFileBreakpad.h | 19 ++--
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 9 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 74 ++++++-------
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 14 +--
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 14 +--
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 8 +-
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 35 +++----
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 21 ++--
.../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 8 +-
.../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 6 +-
source/Symbol/SymbolFile.cpp | 12 +--
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 27 +++--
24 files changed, 261 insertions(+), 344 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 23fe803d5a9 Revert rL349624 : Let TableGen write output only if it chan [...]
new dbd92ddd527 [Dominators][CodeGen] Add MachinePostDominatorTree verification
new 3a01de298f8 [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression [...]
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/CodeGen/MachinePostDominators.h | 1 +
include/llvm/CodeGen/TargetLowering.h | 12 ++
lib/CodeGen/MachineDominators.cpp | 7 +-
lib/CodeGen/MachinePostDominators.cpp | 15 +-
lib/CodeGen/MachineSink.cpp | 3 -
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 308 +++------------------------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 240 +++++++++++++++++++++
test/CodeGen/AArch64/O3-pipeline.ll | 1 +
8 files changed, 303 insertions(+), 284 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 502bc4ce4 [lldb][NFC] Mark ClangASTContext constructor as explicit
new 3c88bb86f Update SymbolFilePDB for FindTypes API change.
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:
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 25 ++++++++++---------------
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 14 +++++++-------
2 files changed, 17 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.