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-defconfig
in repository toolchain/ci/base-artifacts.
discards fe5f3995 0: update: llvm-linux: boot
new fc11489b 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 (fe5f3995)
\
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 | 166 +-
02-build_llvm/console.log | 11754 ++++++++++++++++----------------
03-build_linux/console.log | 1772 ++---
04-boot_linux/console.log | 408 +-
06-update_baseline/console.log | 25 +
console.log | 14125 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14154 insertions(+), 14104 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 a78c448d937 Added Delta IR Reduction Tool
new 9fc0b127adb TLI: darwin does not support _bcmp
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/Analysis/TargetLibraryInfo.cpp | 2 +-
test/Transforms/InferFunctionAttrs/annotate.ll | 2 +-
2 files changed, 2 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 binutils-gdb.
from d2834edcb6 Add a selftest that checks documentation invariants.
new b3c6d7ff98 Automatic date update in version.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:
bfd/version.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.
unknown user pushed a change to branch gdb-8.3-branch
in repository binutils-gdb.
from 40bfdfcd1a Automatic date update in version.in
new dc5626e838 Automatic date update in version.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:
bfd/version.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.
unknown user pushed a change to branch binutils-2_32-branch
in repository binutils-gdb.
from 38ed619697 Automatic date update in version.in
new ea81bb227c Automatic date update in version.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:
bfd/version.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.
unknown user pushed a change to branch master
in repository llvm.
from dd45e41e43c Regenerate mmx-arith.ll.
new a78c448d937 Added Delta IR Reduction Tool
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/BugpointRedesign.md | 106 +++++++++++++
test/Reduce/Inputs/remove-funcs.sh | 9 ++
test/Reduce/remove-funcs.ll | 34 ++++
tools/LLVMBuild.txt | 1 +
tools/llvm-reduce/CMakeLists.txt | 23 +++
tools/llvm-reduce/DeltaManager.h | 26 ++++
tools/{ => llvm-reduce}/LLVMBuild.txt | 53 +------
tools/llvm-reduce/TestRunner.cpp | 32 ++++
tools/llvm-reduce/TestRunner.h | 52 +++++++
tools/llvm-reduce/deltas/Delta.h | 222 +++++++++++++++++++++++++++
tools/llvm-reduce/deltas/RemoveFunctions.cpp | 84 ++++++++++
tools/llvm-reduce/deltas/RemoveFunctions.h | 28 ++++
tools/llvm-reduce/llvm-reduce.cpp | 122 +++++++++++++++
13 files changed, 747 insertions(+), 45 deletions(-)
create mode 100644 docs/BugpointRedesign.md
create mode 100755 test/Reduce/Inputs/remove-funcs.sh
create mode 100644 test/Reduce/remove-funcs.ll
create mode 100644 tools/llvm-reduce/CMakeLists.txt
create mode 100644 tools/llvm-reduce/DeltaManager.h
copy tools/{ => llvm-reduce}/LLVMBuild.txt (50%)
create mode 100644 tools/llvm-reduce/TestRunner.cpp
create mode 100644 tools/llvm-reduce/TestRunner.h
create mode 100644 tools/llvm-reduce/deltas/Delta.h
create mode 100644 tools/llvm-reduce/deltas/RemoveFunctions.cpp
create mode 100644 tools/llvm-reduce/deltas/RemoveFunctions.h
create mode 100644 tools/llvm-reduce/llvm-reduce.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 compiler-rt.
from 997a8c066 [TSAN] Fix tsan on FreeBSD after D54889
new 1da587220 Require lld for hwasan tests.
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/hwasan/CMakeLists.txt | 3 +++
test/hwasan/TestCases/cfi.cpp | 2 +-
test/hwasan/lit.cfg.py | 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 llvm.
from fcdae32ca18 Revert "[X86] Enable -x86-experimental-vector-widening-lega [...]
new 7e7625f30a5 Revert "[X86] Add more extract subvector cost model tests f [...]
new dd45e41e43c Regenerate mmx-arith.ll.
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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 9 -
.../CostModel/X86/shuffle-extract_subvector.ll | 495 +--------------------
test/CodeGen/X86/mmx-arith.ll | 16 +-
3 files changed, 15 insertions(+), 505 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 8bae6bc137 Delay diagnosing asm constraints that require immediates unt [...]
new c3583ea32e [clang][DirectoryWatcher][NFC] Swapping asserts for llvm fat [...]
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/DirectoryWatcher/DirectoryWatcher.h | 4 +-
.../linux/DirectoryWatcher-linux.cpp | 4 +-
lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp | 8 +-
.../DirectoryWatcher/DirectoryWatcherTest.cpp | 156 +++++++++++++--------
4 files changed, 110 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.