This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b115a9984d8 [X86] Add test case that was supposed to go with r355116.
new 26fe4b69c75 [InstCombine] fold adds of constants separated by sext/zext
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/Transforms/InstCombine/InstCombineAddSub.cpp | 52 ++++++++++++++++++++----
test/Transforms/InstCombine/add.ll | 22 +++++-----
2 files changed, 56 insertions(+), 18 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 compiler-rt.
from 6602c2257 [NFC][Sanitizer] Weak linkage is not available on Windows
new fa8b1fc21 [PGO] Update InstrProfData.inc to sync with llvm
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/profile/InstrProfData.inc | 2 ++
1 file changed, 2 insertions(+)
--
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/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 3b96265f1e 0: good: llvm-linux: boot
new 8c9304dd6f 0: good: 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 (3b96265f1e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 5427 ++++++++++++++++++-------------------
3-build_linux/console.log | 116 +-
4-boot_linux/console.log | 384 +--
console.log | 5941 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 6020 insertions(+), 5870 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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4b94f4faeb 2: good: linux-8e7f81e2ebc4a71a8fe81bcffb72ecdc9a0bbe75: 19271
discards 3fe723c751 1: first-bad: linux-3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf: 19184
discards 87a1b871f0 0: good: gcc-ac4cc85d34badee6be7ee2c4054e9166cdf4872e: all
new 619ba33619 0: good: 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 (4b94f4faeb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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:
1-reset_artifacts/console.log | 15 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3094 ++++++++---------
4-build_abe-stage1/console.log | 3770 ++++++++++----------
5-build_linux/console.log | 138 +-
6-boot_linux/console.log | 8 +
7-check_regression/console.log | 7 +-
8-update_baseline/console.log | 33 +-
console.log | 6999 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 4 +-
11 files changed, 7084 insertions(+), 7002 deletions(-)
create mode 100644 6-boot_linux/console.log
--
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 f71ec6c9f14 [WebAssembly] Remove uses of ThreadModel
new abce0e8bf5a [dsymutil] Use rfind for paths with parentheses
new 56fdaf46b13 Revert "[AArch64][GlobalISel] Add support for 64 bit vector [...]
new 2b3f738fdef [X86] Don't peek through bitcasts before checking ISD::isBu [...]
new b115a9984d8 [X86] Add test case that was supposed to go with r355116.
The 4 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/Target/AArch64/AArch64InstructionSelector.cpp | 144 ++++-----------------
lib/Target/X86/X86ISelLowering.cpp | 7 +-
.../AArch64/GlobalISel/select-shuffle-vector.mir | 72 ++++-------
test/CodeGen/X86/pr40891.ll | 22 ++++
tools/dsymutil/BinaryHolder.cpp | 2 +-
5 files changed, 79 insertions(+), 168 deletions(-)
create mode 100644 test/CodeGen/X86/pr40891.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 compiler-rt.
from 599d8c50c [sanitizer] Got rid of text relocations in i386 vfork interceptor.
new 6602c2257 [NFC][Sanitizer] Weak linkage is not available on Windows
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/ubsan/ubsan_diag.cc | 15 +++++++++------
lib/ubsan/ubsan_signals_standalone.cc | 6 +++++-
2 files changed, 14 insertions(+), 7 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 21f76dad359 [Tests] Strengthen LICM test corpus to show alignment strip [...]
new f71ec6c9f14 [WebAssembly] Remove uses of ThreadModel
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/CodeGen/TargetLoweringObjectFileImpl.cpp | 9 +----
.../WebAssembly/WebAssemblyTargetMachine.cpp | 41 ++++++++++++++--------
lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 6 ++++
test/CodeGen/WebAssembly/atomic-mem-consistency.ll | 2 +-
test/CodeGen/WebAssembly/atomic-rmw.ll | 2 +-
test/CodeGen/WebAssembly/global.ll | 10 +++---
test/CodeGen/WebAssembly/tls.ll | 2 +-
test/CodeGen/WebAssembly/vtable.ll | 6 ++--
test/MC/WebAssembly/bss.ll | 2 +-
test/MC/WebAssembly/comdat.ll | 2 +-
test/MC/WebAssembly/debug-info.ll | 2 +-
test/MC/WebAssembly/explicit-sections.ll | 2 +-
test/MC/WebAssembly/external-data.ll | 2 +-
test/MC/WebAssembly/external-func-address.ll | 2 +-
test/MC/WebAssembly/global-ctor-dtor.ll | 2 +-
test/MC/WebAssembly/init-flags.ll | 25 -------------
test/MC/WebAssembly/reloc-data.ll | 2 +-
test/MC/WebAssembly/unnamed-data.ll | 2 +-
test/MC/WebAssembly/weak-alias.ll | 2 +-
test/tools/llvm-nm/wasm/local-symbols.ll | 2 +-
.../llvm-objdump/WebAssembly/relocations.test | 2 +-
21 files changed, 56 insertions(+), 71 deletions(-)
delete mode 100644 test/MC/WebAssembly/init-flags.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.