This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 13ac03dfa 0: update: gcc-5d531df70556d470c4688cefba082a10819d6c39: 0
new 15ac6e0e6 0: update: glibc-a6aaabd036d735a1b412f441bf6c706832655598: 0
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 (13ac03dfa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 12 +-
02-prepare_abe/console.log | 344 +-
03-build_abe-binutils/console.log | 8844 +-
04-build_abe-stage1/console.log | 18243 ++--
05-build_abe-linux/console.log | 124 +-
06-build_abe-glibc/console.log | 37830 +++++----
07-build_abe-stage2/console.log | 46533 +++++-----
08-build_llvm-true/console.log | 11370 +--
09-benchmark-O3_marm/benchmark-start.log | 2 +-
09-benchmark-O3_marm/benchmark.log | 5 +-
09-benchmark-O3_marm/console.log | 105 +-
10-check_regression/console.log | 2828 +-
10-check_regression/results-0.csv | 2182 +-
10-check_regression/results-1.csv | 2151 +-
10-check_regression/results-compare.csv | 10 +-
10-check_regression/results-full.csv | 2327 +-
10-check_regression/results.csv | 158 +-
10-check_regression/results.log | 2568 +-
11-update_baseline/console.log | 512 +-
11-update_baseline/results-0.csv | 2182 +-
11-update_baseline/results-1.csv | 2151 +-
11-update_baseline/results-compare.csv | 10 +-
11-update_baseline/results-full.csv | 2327 +-
11-update_baseline/results.csv | 158 +-
11-update_baseline/results.log | 2552 +-
console.log | 126793 ++++++++++++++--------------
jenkins/manifest.sh | 8 +-
results_id | 2 +-
28 files changed, 135890 insertions(+), 136441 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 86725945619 LiveIntervals: Fix handleMoveUp with subreg def moving acro [...]
new ccf0b77ef9f Prune two MachineInstr.h includes, fix up deps
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/DFAPacketizer.h | 6 +++---
include/llvm/CodeGen/MachineInstr.h | 13 +++++--------
include/llvm/CodeGen/TargetFrameLowering.h | 12 +-----------
include/llvm/CodeGen/TargetInstrInfo.h | 7 ++++---
lib/CodeGen/GlobalISel/RegisterBank.cpp | 1 +
lib/CodeGen/LexicalScopes.cpp | 1 +
lib/CodeGen/LiveVariables.cpp | 1 +
lib/CodeGen/MIRCanonicalizerPass.cpp | 1 +
lib/CodeGen/MIRVRegNamerUtils.cpp | 1 +
lib/CodeGen/MachineInstr.cpp | 10 +++++++---
lib/CodeGen/ReachingDefAnalysis.cpp | 1 +
lib/CodeGen/TargetFrameLoweringImpl.cpp | 15 ++++++++++++++-
lib/Target/AArch64/AArch64MachineFunctionInfo.h | 1 +
lib/Target/AMDGPU/SIInstrInfo.h | 2 +-
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp | 2 ++
lib/Target/ARM/ARMConstantPoolValue.cpp | 1 +
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 2 +-
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 3 +--
lib/Target/Hexagon/RDFDeadCode.cpp | 1 +
lib/Target/PowerPC/PPCInstrInfo.h | 2 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.h | 2 +-
lib/Target/X86/X86InstrInfo.h | 2 +-
tools/llvm-exegesis/lib/Assembler.cpp | 1 +
23 files changed, 52 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 clang.
from e0c6af7e0c [analyzer] Specify the C++ standard in more tests.
new 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue.
new ae6164e81a [clang][driver] Print compilation phases with indentation.
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/clang/AST/DeclCXX.h | 29 +++++++++++----
include/clang/Sema/Sema.h | 17 ++++++---
lib/AST/ASTImporter.cpp | 3 +-
lib/AST/Decl.cpp | 6 ++-
lib/Driver/Driver.cpp | 29 ++++++++++++---
lib/Sema/SemaLambda.cpp | 73 ++++++++++++++++++++++++++++---------
lib/Sema/TreeTransform.h | 12 ++++--
lib/Serialization/ASTReaderDecl.cpp | 1 +
lib/Serialization/ASTWriter.cpp | 1 +
test/CodeGenCUDA/unnamed-types.cu | 39 ++++++++++++++++++++
10 files changed, 167 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGenCUDA/unnamed-types.cu
--
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-8-branch
in repository gcc.
from 8d81ae42356 2019-10-18 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f91c50c1eb3 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 1bada236e12 2019-10-18 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 57e7f423933 Daily bump.
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/DATESTAMP | 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/gnu-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 39d5d2cef 0: update: binutils-gcc-linux: all
new 630505b81 0: update: binutils-85102364b2d1845fe9ae7d70096671a3ea4bccf3: 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 (39d5d2cef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11483 +++++++------
04-build_abe-stage1/console.log | 19917 +++++++++++-----------
05-build_linux/console.log | 609 +-
06-boot_linux/console.log | 2 +-
console.log | 32640 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 32041 insertions(+), 33222 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 release_90
in repository libcxxabi.
from ea304f1 Drop svn version suffix.
new a88633b Bump version to 9.0.1
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:
CMakeLists.txt | 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 libcxxabi.
from d843755 [libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION option
new ce3db12 P1152R4: Fix deprecation warnings in libc++ testsuite and in [...]
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/unwind_06.pass.cpp | 16 ++++++++--------
1 file changed, 8 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 libcxx.
from fb944628a [libc++][test] Use <version> to get config on MSVC
new 7e5c56366 P1152R4: Fix deprecation warnings in libc++ testsuite and in [...]
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/__config | 14 ++++++++++++++
include/type_traits | 4 ++++
.../meta/meta.trans/meta.trans.other/result_of11.pass.cpp | 5 +++++
3 files changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.