This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards b8475ad tcwg-rr-llvm-kernel: Update kernel repo
new 98791a2 tcwg-rr-llvm-kernel: Update kernel repo
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 (b8475ad)
\
N -- N -- N refs/heads/llvm-kernel-v2 (98791a2)
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:
jenkins-helpers.sh | 75 +++++++++++++++++++++++---
tcwg-rr-llvm-kernel.sh | 143 +++++++++++++++++++++++--------------------------
2 files changed, 136 insertions(+), 82 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 56f506811f6 [RegisterCoalescer] Do not assert when trying to remat dead values
new 33515ddc705 [LICM] Hoist guards with invariant conditions
new 35df2a38417 [MIPS GlobalISel] Select bitwise instructions
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/Target/Mips/MipsLegalizerInfo.cpp | 3 +
lib/Target/Mips/MipsRegisterBankInfo.cpp | 6 +
lib/Transforms/Scalar/LICM.cpp | 17 ++
.../Mips/GlobalISel/instruction-select/bitwise.mir | 228 +++++++++++++++++++++
.../Mips/GlobalISel/irtranslator/bitwise.ll | 129 ++++++++++++
test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir | 213 +++++++++++++++++++
test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll | 103 ++++++++++
.../Mips/GlobalISel/regbankselect/bitwise.mir | 223 ++++++++++++++++++++
test/Transforms/GuardWidening/loop-schedule.ll | 2 +-
test/Transforms/LICM/guards.ll | 13 +-
10 files changed, 930 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/bitwise.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/bitwise.mir
--
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 lld.
from 29ad083e6 [docs] Add --print-icf-sections to ld.lld.1
new 1d02ba43f [LLD][ELF] - Check the architecture of lazy objects earlier.
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:
ELF/InputFiles.cpp | 18 ++----------------
ELF/InputFiles.h | 2 --
test/ELF/lazy-arch-conflict.s | 7 +++++++
3 files changed, 9 insertions(+), 18 deletions(-)
create mode 100644 test/ELF/lazy-arch-conflict.s
--
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 36a03e27e3f [debug] Add debug and earlydebug dumps
new fd5cbc99f7b 2018-08-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 5 ++
gcc/gimple-ssa-sprintf.c | 139 +----------------------------------------------
2 files changed, 6 insertions(+), 138 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/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from cbf6acb30e7 [NFC] Add some LICM tests
adds 56f506811f6 [RegisterCoalescer] Do not assert when trying to remat dead values
No new revisions were added by this update.
Summary of changes:
lib/CodeGen/RegisterCoalescer.cpp | 3 ++-
test/CodeGen/X86/coalesce-dead-lanes.mir | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/coalesce-dead-lanes.mir
--
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 cbf6acb30e7 [NFC] Add some LICM tests
new 56f506811f6 [RegisterCoalescer] Do not assert when trying to remat dead values
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/RegisterCoalescer.cpp | 3 ++-
test/CodeGen/X86/coalesce-dead-lanes.mir | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/coalesce-dead-lanes.mir
--
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 9e4ef9eec6c * wide-int-range.cc (wide_int_range_abs): New. (wide_int_ [...]
new 8ea24f1f987 [debug] Respect fdump-noaddr and fdump-unnumbered in print_die
new 36a03e27e3f [debug] Add debug and earlydebug dumps
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:
gcc/ChangeLog | 24 ++++++
gcc/cgraph.h | 8 ++
gcc/cgraphunit.c | 85 ++++++++++++++++++++++
gcc/doc/invoke.texi | 11 +++
gcc/dwarf2out.c | 46 ++++++++++--
gcc/lto/ChangeLog | 5 ++
gcc/lto/lto.c | 2 +
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.c-torture/unsorted/dump-noaddr.x | 4 +-
gcc/toplev.c | 5 ++
10 files changed, 185 insertions(+), 10 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/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 740597761a3 [llvm] NFC: Fix assert condition and suppress warning
adds cbf6acb30e7 [NFC] Add some LICM tests
No new revisions were added by this update.
Summary of changes:
test/Transforms/LICM/guards.ll | 179 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 179 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.
unknown user pushed a change to branch master
in repository llvm.
from 740597761a3 [llvm] NFC: Fix assert condition and suppress warning
new cbf6acb30e7 [NFC] Add some LICM 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/Transforms/LICM/guards.ll | 179 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 179 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.
unknown user pushed a change to branch master
in repository lld.
from 7df57d2b3 [LLD][ELF] - Fix warning.
new 29ad083e6 [docs] Add --print-icf-sections to ld.lld.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:
docs/ld.lld.1 | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.