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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 233da82c 0: update: llvm-linux: all
new 8a38ea2e 0: update: llvm-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 (233da82c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 102 +-
02-build_llvm/console.log | 12199 +++++++++++++++---------------
03-build_linux/console.log | 3044 ++++----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 15367 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 15394 insertions(+), 15352 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 a08fc60d7 [lldb] Small optimization of FormatMap::Delete and FormatMap::Get
new ee6a7eddc [Core] Remove use of ClangASTContext in DumpDataExtractor
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/Symbol/ClangASTContext.h | 2 +
include/lldb/Symbol/TypeSystem.h | 3 ++
source/Core/DumpDataExtractor.cpp | 80 ++++++++++++-----------------------
source/Symbol/ClangASTContext.cpp | 16 +++++++
4 files changed, 49 insertions(+), 52 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 05a23a98 0: update: binutils-ead0e69a4ab34d0c689f0c4c310b8d788867da32: all
new 3d2c5f21 0: update: linux-36daa831b55538dc2e4a906de20c5d91033ebb21: 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 (05a23a98)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 14 +-
02-prepare_abe/console.log | 190 +-
03-build_abe-binutils/console.log | 11084 +++++++------
04-build_abe-stage1/console.log | 18143 +++++++++++-----------
05-build_linux/console.log | 546 +-
06-boot_linux/console.log | 2 +-
console.log | 29993 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 29729 insertions(+), 30251 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 08fd6d71b2 Update comment for <template-param-decl> mangling to match e [...]
new f2f05530b6 [analyzer] pr43179: Make CallDescription defensive against C [...]
new 71ee164e08 [analyzer] Add minimal support for fix-it hints.
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/StaticAnalyzer/Checkers/Checkers.td | 12 ++-
.../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 12 ++-
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 36 ++++++---
.../Core/BugReporter/PathDiagnostic.h | 8 ++
.../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 20 ++++-
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp | 91 ++++++++++++++--------
lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 4 +-
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 14 ++++
lib/StaticAnalyzer/Core/BugReporter.cpp | 24 +++---
lib/StaticAnalyzer/Core/CallEvent.cpp | 6 +-
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 46 +++++++++++
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 60 +++++++++-----
test/Analysis/analyzer-config.c | 5 +-
test/Analysis/cast-value-weird.cpp | 9 +++
test/Analysis/dead-stores.c | 32 ++++----
test/Analysis/edges-new.mm | 2 +-
test/Analysis/objc-arc.m | 2 +-
test/Analysis/plist-output.m | 2 +-
test/Analysis/virtualcall-fixits.cpp | 45 +++++++++++
19 files changed, 329 insertions(+), 101 deletions(-)
create mode 100644 test/Analysis/cast-value-weird.cpp
create mode 100644 test/Analysis/virtualcall-fixits.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/gcc.
from de2837045d0 Daily bump.
adds cce7e431a9f [AArch64] Fix PR81800
adds 4c7980b4e78 Daily bump.
adds 255366c56f0 2019-09-05 Steven G. Kargl <kargl(a)gcc.gnu.org>
new fc108d71ce3 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/ChangeLog | 9 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.md | 2 +-
gcc/fortran/ChangeLog | 7 ++++++
gcc/fortran/decl.c | 25 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 15 +++++++++++++
.../gcc.target/aarch64/no-inline-lrint_3.c | 17 +++++++++++++++
gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 ++--
gcc/testsuite/gfortran.dg/pr91660_1.f90 | 9 ++++++++
gcc/testsuite/gfortran.dg/pr91660_2.f90 | 9 ++++++++
10 files changed, 90 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_2.f90
--
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_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from decfa2f08c Automatic date update in version.in
adds 6644bbedcc Automatic date update in version.in
adds 6f7a292207 Fix PR ld/24574
adds a1eae34c89 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/pe-dll.c | 5 +++++
3 files changed, 12 insertions(+), 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_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards eb5c0757 0: update: binutils-gcc-glibc-llvm: -1
new 3fc687f3 0: update: binutils-gcc-glibc-llvm: -1
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 (eb5c0757)
\
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 | 140 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10976 +-
.../console.log | 17471 +--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 38164 +++---
.../console.log | 46663 ++++---
08-build_llvm-true/console.log | 11672 +-
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 5 +-
09-benchmark/console.log | 188 +-
console.log | 126090 +++++++++---------
jenkins/manifest.sh | 14 +-
13 files changed, 126050 insertions(+), 126045 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.