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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards b78dd9bd 0: update: binutils-gcc-linux: boot
new b27ef911 0: update: binutils-gcc-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 (b78dd9bd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 418 +-
03-build_abe-binutils/console.log | 11466 +++++++------
04-build_abe-stage1/console.log | 20152 +++++++++++-----------
05-build_linux/console.log | 756 +-
06-boot_linux/console.log | 390 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 33418 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 33431 insertions(+), 33419 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 2fac815faa4 [AArch64][GlobalISel] Select logical_imm32 and logical_imm6 [...]
new b46e7b72d4b [MemorySSA] Make Phi cleanups consistent.
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/llvm/Analysis/MemorySSAUpdater.h | 1 +
lib/Analysis/MemorySSAUpdater.cpp | 41 +++++++++++++-------------------
2 files changed, 18 insertions(+), 24 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 722a298cca Remove test files for a different patch accidentally committ [...]
new 605dc2c21d Some i18n fixes for the TUI
new 0f8d8876d9 Remove NULL check from tui_reg_command
new 1a4f81dd7e Minor rearrangement in tui-regs.c
new 8e114aab8b Remove tui_data_item_window::value
new b9ad36868f Change tui_data_item_window::content to be a unique_xmalloc_ptr
new 42cc14a753 Rearrange tui-regs.c some more
new 63356bfda1 Change tui_check_register_values to be a method
new ca02d7c800 Add two methods to tui_data_window
new fa4dc567ae Remove indirection from tui_data_window::regs_content
new 100c2bf31f Remove tui_data_window::display_regs
new ab0e1f1a45 Change tui_make_window to be a method
new 973961bda3 Move some defines to tui-stack.c
new 072272ce05 Remove some defines from tui-data.h
new 04c72a68e0 Change some tui_data_window methods to be private
The 14 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:
gdb/ChangeLog | 131 ++++++++++++++++++++++++
gdb/tui/tui-command.c | 2 +-
gdb/tui/tui-data.c | 1 -
gdb/tui/tui-data.h | 33 ++----
gdb/tui/tui-disasm.h | 2 +-
gdb/tui/tui-hooks.c | 7 +-
gdb/tui/tui-io.c | 14 ++-
gdb/tui/tui-io.h | 2 +-
gdb/tui/tui-layout.c | 4 +-
gdb/tui/tui-regs.c | 262 ++++++++++++++++++-----------------------------
gdb/tui/tui-regs.h | 74 +++++++------
gdb/tui/tui-source.c | 3 +-
gdb/tui/tui-source.h | 2 +-
gdb/tui/tui-stack.c | 12 +++
gdb/tui/tui-wingeneral.c | 39 ++++---
gdb/tui/tui-wingeneral.h | 1 -
16 files changed, 326 insertions(+), 263 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 bb5c0f6c915 [AArch64][GlobalISel] Select patterns which use shifted reg [...]
new 4cb2ee528d3 Remove assert with tautological compare from XCOFFObjectWriter.
new 6a813e0f3e0 [MemorySSA] Fix existing phis when inserting defs.
new 2fac815faa4 [AArch64][GlobalISel] Select logical_imm32 and logical_imm6 [...]
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/Analysis/MemorySSAUpdater.cpp | 20 ++--
lib/MC/XCOFFObjectWriter.cpp | 1 -
lib/Target/AArch64/AArch64InstrFormats.td | 5 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 18 +++
test/Analysis/MemorySSA/PR43044.ll | 52 +++++++++
.../AArch64/GlobalISel/select-logical-imm.mir | 123 +++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-pr32733.mir | 6 +-
.../AArch64/GlobalISel/select-scalar-shift-imm.mir | 8 +-
8 files changed, 217 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/MemorySSA/PR43044.ll
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-logical-imm.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 libcxx.
from b9f742658 Fix a couple of unguarded operator, calls in algorithm. Fixes [...]
new 4dde9ccef Add a missing _VSTD:: before a call to merge. Fixes PR43034. [...]
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/algorithm | 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/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0f3dcab5 2: update: linux-da6570438d9bc1fff85f8ce7bcd02fe968289ef9: 19743
new 88946cd4 2: update: linux-54c851a8cc739ce7f1aaea583940054cdfe2223f: 19747
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 (0f3dcab5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 15 +-
02-build_llvm/console.log | 11638 ++++++++++++++---------------
03-build_linux/console.log | 3600 +++++----
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 77 +-
console.log | 15340 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
8 files changed, 15360 insertions(+), 15332 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 a5895f1adac Revert [WinEH] Allocate space in funclets stack to save XMM CSRs
new 431ef0cefb0 [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (co [...]
new bb5c0f6c915 [AArch64][GlobalISel] Select patterns which use shifted reg [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 +
lib/Target/AArch64/AArch64InstrFormats.td | 16 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 73 ++++
lib/Target/X86/X86ISelLowering.cpp | 14 +
.../GlobalISel/select-arith-shifted-reg.mir | 395 +++++++++++++++++++++
.../GlobalISel/select-logical-shifted-reg.mir | 75 ++++
test/CodeGen/AArch64/addsub-shifted.ll | 41 ++-
test/CodeGen/AArch64/eon.ll | 3 +
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 30 --
test/CodeGen/X86/oddshuffles.ll | 128 +++----
test/CodeGen/X86/vec_saddo.ll | 58 +--
test/CodeGen/X86/vec_smulo.ll | 2 +-
test/CodeGen/X86/vec_ssubo.ll | 56 +--
test/CodeGen/X86/vec_uaddo.ll | 10 +-
test/CodeGen/X86/vec_umulo.ll | 86 ++---
test/CodeGen/X86/vec_usubo.ll | 10 +-
16 files changed, 801 insertions(+), 205 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-arith-shifted-reg.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-logical-shifted-reg.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 lldb.
from ee5bd3c02 [Symbol] Move VerifyDecl to ClangASTContext
new e260bb13c [NFC] Fix -Wdocumentation warnings in Utility.
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/lldb/Utility/Args.h | 25 +++++++++----------
include/lldb/Utility/DataEncoder.h | 24 +++++++++---------
include/lldb/Utility/DataExtractor.h | 48 +++++++++++++++++-------------------
include/lldb/Utility/Predicate.h | 10 +++-----
include/lldb/Utility/Status.h | 15 +++--------
include/lldb/Utility/Stream.h | 2 +-
include/lldb/Utility/UUID.h | 17 ++++++-------
7 files changed, 61 insertions(+), 80 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 be1590c3b8e [InstCombine] add more extra use tests for icmp with extends; NFC
new b0e685a1a37 Adds support for writing the .bss section for XCOFF object files.
new 55599619e3b Teach GlobalISelEmitter to treat used iPTRAny operands as p [...]
new a5895f1adac Revert [WinEH] Allocate space in funclets stack to save XMM CSRs
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/BinaryFormat/XCOFF.h | 23 ++
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 +
include/llvm/MC/MCContext.h | 4 +-
include/llvm/MC/MCSectionXCOFF.h | 6 +-
include/llvm/MC/MCSymbolXCOFF.h | 16 +
include/llvm/MC/StringTableBuilder.h | 2 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 20 +-
lib/MC/MCContext.cpp | 3 +-
lib/MC/MCObjectFileInfo.cpp | 6 +-
lib/MC/MCXCOFFStreamer.cpp | 16 +-
lib/MC/StringTableBuilder.cpp | 10 +-
lib/MC/XCOFFObjectWriter.cpp | 407 ++++++++++++++++++++-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 4 +-
lib/Target/X86/X86FrameLowering.cpp | 144 ++------
lib/Target/X86/X86FrameLowering.h | 4 -
lib/Target/X86/X86MachineFunctionInfo.h | 13 -
test/CodeGen/PowerPC/aix-xcoff-common.ll | 42 ++-
test/CodeGen/X86/avx512-intel-ocl.ll | 12 +-
test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 -
test/CodeGen/X86/win64-funclet-savexmm.ll | 79 ----
test/CodeGen/X86/x86-interrupt_cc.ll | 12 +-
test/TableGen/GlobalISelEmitterOverloadedPtr.td | 33 ++
utils/TableGen/CodeGenIntrinsics.h | 7 +
utils/TableGen/CodeGenTarget.cpp | 7 +
utils/TableGen/GlobalISelEmitter.cpp | 23 +-
25 files changed, 638 insertions(+), 273 deletions(-)
delete mode 100644 test/CodeGen/X86/win64-funclet-savexmm.ll
create mode 100644 test/TableGen/GlobalISelEmitterOverloadedPtr.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.