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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards aaf1fe407 0: update: binutils-gcc-linux: all
new a72196c69 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 (aaf1fe407)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 130 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11165 ++++----
04-build_abe-stage1/console.log | 19389 +++++++------
05-build_linux/console.log | 22580 ++++++++-------
06-boot_linux/console.log | 2 +-
console.log | 53755 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 53700 insertions(+), 53769 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 824376db1f2 Daily bump.
adds fc0fef93fb1 Daily bump.
No new revisions were added by this update.
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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1883e73af 0: update: binutils-gcc-linux: all
new 017739fc8 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 (1883e73af)
\
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 | 160 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11123 +++++++--------
04-build_abe-stage1/console.log | 13398 +++++++++---------
05-build_linux/console.log | 732 +-
06-boot_linux/console.log | 2 +-
console.log | 26153 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26074 insertions(+), 25944 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 master
in repository toolchain/jenkins-scripts.
from 8d3cf87 round-robin.sh, tcwg_gnu-build.sh: Fix check_binutils typo
new 26c8fcd tcwg-update-llvmbot-containers.sh: Restart existing bot containers
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-update-llvmbot-containers.sh | 3 ++-
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository llvm.
from 257696a391f [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)
new 1504e49b5a5 Fix GN build
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:
utils/gn/secondary/llvm/lib/Analysis/BUILD.gn | 1 -
1 file changed, 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 compiler-rt.
from b9c43d5e1 [Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.cc
new 8b4bb0609 [GWP-ASan] Add generic unwinders and structure backtrace output.
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/gwp_asan/CMakeLists.txt | 41 ++--
lib/gwp_asan/guarded_pool_allocator.cpp | 210 +++++++++++++--------
lib/gwp_asan/guarded_pool_allocator.h | 16 +-
lib/gwp_asan/optional/backtrace.h | 23 +++
lib/gwp_asan/optional/backtrace_linux_libc.cpp | 64 +++++++
.../optional/backtrace_sanitizer_common.cpp | 69 +++++++
lib/gwp_asan/optional/options_parser.cpp | 4 +-
lib/gwp_asan/optional/options_parser.h | 9 +-
lib/gwp_asan/options.h | 18 ++
lib/gwp_asan/tests/CMakeLists.txt | 10 +-
lib/gwp_asan/tests/backtrace.cpp | 41 ++++
lib/gwp_asan/tests/harness.h | 23 +++
test/gwp_asan/double_delete.cpp | 2 +-
test/gwp_asan/double_deletea.cpp | 2 +-
test/gwp_asan/double_free.cpp | 6 +-
test/gwp_asan/heap_buffer_overflow.cpp | 4 +-
test/gwp_asan/heap_buffer_underflow.cpp | 4 +-
test/gwp_asan/invalid_free_left.cpp | 4 +-
test/gwp_asan/invalid_free_right.cpp | 4 +-
test/gwp_asan/lit.cfg.py | 3 +-
test/gwp_asan/realloc.cpp | 8 +-
test/gwp_asan/use_after_delete.cpp | 2 +-
test/gwp_asan/use_after_deletea.cpp | 2 +-
test/gwp_asan/use_after_free.cpp | 2 +-
24 files changed, 434 insertions(+), 137 deletions(-)
create mode 100644 lib/gwp_asan/optional/backtrace.h
create mode 100644 lib/gwp_asan/optional/backtrace_linux_libc.cpp
create mode 100644 lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
create mode 100644 lib/gwp_asan/tests/backtrace.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 8a529f7e4ee Fix amdgcn regrename ICE.
new ff6892fe5ae * config/i386/mmx.md (mmx_pack<s_trunsuffix>swb): Use TAR [...]
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 | 22 ++++++++++++++++++++++
gcc/config/i386/mmx.md | 30 ++++++++++++++++++++----------
gcc/config/i386/sse.md | 15 ++++++++++-----
3 files changed, 52 insertions(+), 15 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 df7c6428b2a getMainExecutable: handle realpath() failure, falling back [...]
new 3a58154548c Provide basic Full LTO extension points
new 91617efdef9 Revert "[NFC][Codegen][X86][AArch64][ARM][PowerPC] Add test [...]
new 257696a391f [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)
The 3 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/Transforms/IPO/PassManagerBuilder.h | 10 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +
lib/Transforms/Utils/SimplifyLibCalls.cpp | 59 ++-
test/CodeGen/AArch64/inc-of-add.ll | 100 ----
test/CodeGen/AArch64/sub-of-not.ll | 95 ----
test/CodeGen/ARM/inc-of-add.ll | 569 -----------------------
test/CodeGen/ARM/sub-of-not.ll | 534 ---------------------
test/CodeGen/PowerPC/inc-of-add.ll | 446 ------------------
test/CodeGen/PowerPC/sub-of-not.ll | 427 -----------------
test/CodeGen/X86/inc-of-add.ll | 147 ------
test/CodeGen/X86/sub-of-not.ll | 151 ------
test/Transforms/InstCombine/pow-4.ll | 76 +--
test/Transforms/InstCombine/pow_fp_int.ll | 343 ++++++++++++--
13 files changed, 404 insertions(+), 2557 deletions(-)
delete mode 100644 test/CodeGen/AArch64/inc-of-add.ll
delete mode 100644 test/CodeGen/AArch64/sub-of-not.ll
delete mode 100644 test/CodeGen/ARM/inc-of-add.ll
delete mode 100644 test/CodeGen/ARM/sub-of-not.ll
delete mode 100644 test/CodeGen/PowerPC/inc-of-add.ll
delete mode 100644 test/CodeGen/PowerPC/sub-of-not.ll
delete mode 100644 test/CodeGen/X86/inc-of-add.ll
delete mode 100644 test/CodeGen/X86/sub-of-not.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 clang.
from c1bb4b1c1b [LibTooling] Extend `RewriteRule` with support for adding includes.
new 54b8029400 clang-format: Add new style option AlignConsecutiveMacros
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/ClangFormatStyleOptions.rst | 14 +++++
include/clang/Format/Format.h | 13 ++++
lib/Format/Format.cpp | 2 +
lib/Format/WhitespaceManager.cpp | 125 +++++++++++++++++++++++++++++++++++++++
lib/Format/WhitespaceManager.h | 3 +
unittests/Format/FormatTest.cpp | 98 ++++++++++++++++++++++++++++++
6 files changed, 255 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.