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 3367ccd8 0: update: llvm-linux: all
new 1068a264 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 (3367ccd8)
\
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 | 221 +-
02-build_llvm/console.log | 12087 +++++++++++++++---------------
03-build_linux/console.log | 3092 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 15418 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 15438 insertions(+), 15406 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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from dfc42c99cd Automatic date update in version.in
adds e21d73cf73 Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f71f5831 0: update: binutils-gcc-linux: all
new de438e1b 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 (f71f5831)
\
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 | 220 +-
02-prepare_abe/console.log | 408 +-
03-build_abe-binutils/console.log | 11146 +++++++--------
04-build_abe-stage1/console.log | 14113 ++++++++++---------
05-build_linux/console.log | 774 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26671 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 26680 insertions(+), 26686 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 593cd77e468 [IFS][NFC] llvm-ifs: Fixing build bot build break: revert r [...]
new 9bf52d5ae1a [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
new 5920359c04b [AArch64] add tests for shift-logic-shift; NFC
new 656df77b208 [x86] add tests for shift-logic-shift; NFC
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:
lib/Target/X86/X86FrameLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 12 +++
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrCompiler.td | 3 +
lib/Target/X86/X86InstrInfo.td | 3 +
lib/Target/X86/X86MCInstLower.cpp | 14 +++
lib/Target/X86/X86TargetMachine.cpp | 10 +-
test/CodeGen/AArch64/shift-logic.ll | 150 ++++++++++++++++++++++++++
test/CodeGen/WinEH/wineh-noret-cleanup.ll | 7 +-
test/CodeGen/X86/br-fold.ll | 6 +-
test/CodeGen/X86/catchpad-lifetime.ll | 4 +
test/CodeGen/X86/catchpad-regmask.ll | 4 +-
test/CodeGen/X86/catchret-regmask.ll | 7 +-
test/CodeGen/X86/empty-function.ll | 2 +-
test/CodeGen/X86/funclet-layout.ll | 16 ++-
test/CodeGen/X86/noreturn-call-win64.ll | 53 +++++++++
test/CodeGen/X86/pr24374.ll | 2 +-
test/CodeGen/X86/shift-logic.ll | 174 ++++++++++++++++++++++++++++++
test/CodeGen/X86/trap.ll | 9 ++
test/CodeGen/X86/unreachable-trap.ll | 11 +-
test/CodeGen/X86/win64_call_epi.ll | 5 +-
test/CodeGen/X86/win64_eh.ll | 8 +-
test/DebugInfo/COFF/local-variable-gap.ll | 2 +-
23 files changed, 469 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/AArch64/shift-logic.ll
create mode 100644 test/CodeGen/X86/noreturn-call-win64.ll
create mode 100644 test/CodeGen/X86/shift-logic.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 lldb.
from 62ecbc38e [lldb][NFC] More tests for invalid register command invocations
new 1dbe0d63a [test] Make sure PROMPT is a string
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:
packages/Python/lldbsuite/test/lldbpexpect.py | 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 clang-tools-extra.
from ac40974d [clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy
new 01ef2430 Make add_new_check.py's insertion of registerCheck<> match th [...]
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:
clang-tidy/add_new_check.py | 59 ++++++++++++++++++++++++++++++---------------
1 file changed, 39 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.