This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a64600d7af8 FileOutputBuffer: handle mmap(2) failure
new 12007de420e AMDGPU/GlobalISel: Handle legality/regbanks for 32/64-bit shifts
new a29236b80f7 [Docs] Add a note clarifying how to get good test performances.
new 371ab38437b AMDGPU/GlobalISel: Start selectively legalizing 16-bit operations
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:
docs/TestingGuide.rst | 7 +
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +
.../AMDGPU/GlobalISel/combine-ext-legalizer.mir | 41 ++++
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 248 +++++++++++++++++++-
test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 249 ++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 18 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 259 ++++++++++++++++++++-
...egbankselect-shl.mir => regbankselect-ashr.mir} | 32 +--
...egbankselect-shl.mir => regbankselect-lshr.mir} | 35 ++-
10 files changed, 846 insertions(+), 57 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/combine-ext-legalizer.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-shl.mir => regbankselect-ashr.m [...]
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-shl.mir => regbankselect-lshr.m [...]
--
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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/linux.
from e9a713f77bb2 Linux 4.20.3
new 4fdb088f4d3b tty/ldsem: Wake up readers after timed out down_write()
new 91fa6599b033 tty: Hold tty_ldisc_lock() during tty_reopen()
new 5cdfe41c94cd tty: Simplify tty->count math in tty_reopen()
new 844fc57064d7 tty: Don't hold ldisc lock in tty_reopen() if ldisc present
new a4aba230bb0c can: gw: ensure DLC boundaries after CAN frame modification
new d771106c7896 netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with [...]
new d87c0fc76fc0 netfilter: nf_conncount: don't skip eviction when age is negative
new dc273e584dd3 netfilter: nf_conncount: split gc in two phases
new 43a3c2e4a648 netfilter: nf_conncount: restart search when nodes have be [...]
new 3409dd1ddb38 netfilter: nf_conncount: merge lookup and add functions
new 2c58a49f2a07 netfilter: nf_conncount: move all list iterations under spinlock
new 385c1e4b7788 netfilter: nf_conncount: speculative garbage collection on [...]
new b0b9b2cf441b netfilter: nf_conncount: fix argument order to find_next_bit
new 41bed3ab57c8 mmc: sdhci-msm: Disable CDR function on TX
new e47647c715e2 arm64/kvm: consistently handle host HCR_EL2 flags
new 6da7da96cf34 arm64: Don't trap host pointer auth use to EL2
new ac6a4d97a7f4 ipv6: fix kernel-infoleak in ipv6_local_error()
new 50265bcad4dc net: bridge: fix a bug on using a neighbour cache entry wi [...]
new 58f453e31924 packet: Do not leak dev refcounts on error exit
new 5ff03ea6617c tcp: change txhash on SYN-data timeout
new 9ff0436e2c35 tun: publish tfile after it's fully initialized
new 4dd178004029 net: phy: add missing phy driver features
new 702ee83110b5 net: phy: Add missing features to PHY drivers
new 4f70f94d92ec net: phy: meson-gxl: Use the genphy_soft_reset callback
new ee894171fbcb lan743x: Remove phy_read from link status change function
new a6ab2ac98635 IN_BADCLASS: fix macro to actually work
new 5247215eef0e r8169: load Realtek PHY driver module before r8169
new dfabcd6b3988 bonding: update nest level on unlink
new 89b97ed03867 ip: on queued skb use skb_header_pointer instead of pskb_may_pull
new 7b585b0b02b6 r8169: don't try to read counters if chip is in a PCI powe [...]
new 4fa151046fdb smc: move unhash as early as possible in smc_release()
new 2661032cca5c crypto: sm3 - fix undefined shift by >= width of value
new 9f79bd5b2fb9 crypto: caam - fix zero-length buffer DMA mapping
new ac8d9ed2f7eb crypto: authencesn - Avoid twice completion call in decrypt path
new 478aefeccba3 crypto: ccree - convert to use crypto_authenc_extractkeys()
new 87e721e6061e crypto: bcm - convert to use crypto_authenc_extractkeys()
new 80733239c7ae crypto: authenc - fix parsing key with misaligned rta_len
new 6cef4dddc508 crypto: talitos - reorder code in talitos_edesc_alloc()
new b7984d461743 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
new d14816d53291 xen: Fix x86 sched_clock() interface for xen
new 480c6fb23eb8 Revert "btrfs: balance dirty metadata pages in btrfs_finis [...]
new 51f39f27a15c btrfs: wait on ordered extents on abort cleanup
new a49be9dcb1ec Yama: Check for pid death before checking ancestry
new ee16d7294851 scsi: core: Synchronize request queue PM status only on su [...]
new 871858ab0035 scsi: sd: Fix cache_type_store()
new 1210dfc9dcee virtio: don't allocate vqs when names[i] = NULL
new de970bee0d15 virtio-balloon: tweak config_changed implementation
new 1dc84a4b44e7 mips: fix n32 compat_ipc_parse_version
new 23b14e747ee0 MIPS: BCM47XX: Setup struct device for the SoC
new 6071e4c6c3a1 MIPS: lantiq: Fix IPI interrupt handling
new dcbbfa23eb99 MIPS: OCTEON: fix kexec support
new 99d64199514b drm/i915/gvt: Fix mmap range check
new c9b4560b41bf drm/rockchip: add missing of_node_put
new 3deeef642b3a OF: properties: add missing of_node_put
new a2c7b2452876 mfd: tps6586x: Handle interrupts on suspend
new ab7cc2702350 media: v4l: ioctl: Validate num_planes for debug messages
new d4e68f59a7a0 media: vim2m: only cancel work if it is for right context
new 47a3f9dd7731 RDMA/nldev: Don't expose unsafe global rkey to regular user
new 6c6f0b13f77d RDMA/vmw_pvrdma: Return the correct opcode when creating WR
new f20e6ccb1845 kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace [...]
new 1749c7f28972 kbuild: fix single target build for external module
new 35875c6ca66c kbuild: mark prepare0 as PHONY to fix external module build
new 36bb9a63e5d4 net: dsa: realtek-smi: fix OF child-node lookup
new d6a37229d72a pstore/ram: Avoid allocation and leak of platform data
new bdc0577ff335 SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
new 83dcbd8f7dba powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM
new c60a14ba43a1 arm64: kaslr: ensure randomized quantities are clean to the PoC
new cf59d388b8ba arm64: dts: marvell: armada-ap806: reserve PSCI area
new 6a0ed519f32c fbdev: offb: Fix OF node name handling
new 3d7c3186604f Disable MSI also when pcie-octeon.pcie_disable on
new 43805c8fde67 fix int_sqrt64() for very large numbers
new f134f703dd8a omap2fb: Fix stack memory disclosure
new 78e7067a0a35 media: vivid: fix error handling of kthread_run
new 387ebb1e8378 media: vivid: set min width/height to a value > 0
new 8981cf219343 bpf: in __bpf_redirect_no_mac pull mac only if present
new 4917a54c025a ipv6: make icmp6_send() robust against null skb->dev
new 06959caf70bc LSM: Check for NULL cred-security on free
new c1014f1acf79 media: vb2: vb2_mmap: move lock up
new 3b640cc51533 sunrpc: handle ENOMEM in rpcb_getport_async
new 21e69f878b0a netfilter: ebtables: account ebt_table_info to kmemcg
new f3631a8b2fcb block: use rcu_work instead of call_rcu to avoid sleep in softirq
new 94b2aec76d68 drm/vkms: Fix plane duplicate_state
new fb298c065482 gpu/drm: Fix lock held when returning to user space.
new 081aee5c7e30 selinux: fix GPF on invalid policy
new 00199a49afcd blockdev: Fix livelocks on loop device
new 90f633969031 sctp: allocate sctp_sockaddr_entry with kzalloc
new e4ce0e2d2d74 tipc: fix uninit-value in in tipc_conn_rcv_sub
new 0d32cdd25dba tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
new 86a25533a1ba tipc: fix uninit-value in tipc_nl_compat_bearer_enable
new c9d3883792bf tipc: fix uninit-value in tipc_nl_compat_link_set
new 5486e8d46560 tipc: fix uninit-value in tipc_nl_compat_name_table_dump
new a5fe02be40a8 tipc: fix uninit-value in tipc_nl_compat_doit
new e86b34ad87f3 block/loop: Don't grab "struct file" for vfs_getattr() operation.
new 264a6e74867a block/loop: Use global lock for ioctl() operation.
new 1de686d15b2f loop: Fold __loop_release into loop_release
new dc04196fae88 loop: Get rid of loop_index_mutex
new 56b897daad18 loop: Push lo_ctl_mutex down into individual ioctls
new 6e22f199bd39 loop: Split setting of lo_state from loop_clr_fd
new 6d73158884d8 loop: Push loop_ctl_mutex down into loop_clr_fd()
new 6d9cdb0e8f90 loop: Push loop_ctl_mutex down to loop_get_status()
new a22475190f73 loop: Push loop_ctl_mutex down to loop_set_status()
new 44e30aca0708 loop: Push loop_ctl_mutex down to loop_set_fd()
new af2dfddd0032 loop: Push loop_ctl_mutex down to loop_change_fd()
new e04b3348a6b6 loop: Move special partition reread handling in loop_clr_fd()
new 9f26d605afa5 loop: Move loop_reread_partitions() out of loop_ctl_mutex
new 92affbf845f3 loop: Fix deadlock when calling blkdev_reread_part()
new 273618e24ef9 loop: Avoid circular locking dependency between loop_ctl_m [...]
new 6022f2518cb5 loop: Get rid of 'nested' acquisition of loop_ctl_mutex
new a7569e702a50 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_con [...]
new fbc329a075db loop: drop caches if offset or block_size are changed
new 8ebc192f9091 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
new deb89c6ef9d3 media: vb2: be sure to unlock mutex on errors
new b00af935ce03 nbd: Use set_blocksize() to set device blocksize
new 3d4332cd8258 Linux 4.20.4
The 114 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:
Makefile | 17 +-
arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 17 +
arch/arm64/include/asm/kvm_arm.h | 3 +
arch/arm64/kernel/head.S | 5 +-
arch/arm64/kernel/kaslr.c | 8 +-
arch/arm64/kvm/hyp/switch.c | 2 +-
arch/mips/Kconfig | 1 +
arch/mips/bcm47xx/setup.c | 31 ++
arch/mips/cavium-octeon/setup.c | 2 +-
arch/mips/lantiq/irq.c | 68 +---
arch/mips/pci/msi-octeon.c | 4 +-
arch/powerpc/kernel/signal_64.c | 7 +-
arch/x86/xen/time.c | 12 +-
block/partition-generic.c | 8 +-
crypto/authenc.c | 14 +-
crypto/authencesn.c | 2 +-
crypto/sm3_generic.c | 2 +-
drivers/block/loop.c | 443 ++++++++++++++---------
drivers/block/loop.h | 1 -
drivers/block/nbd.c | 5 +-
drivers/crypto/Kconfig | 1 +
drivers/crypto/bcm/cipher.c | 44 +--
drivers/crypto/caam/caamhash.c | 15 +-
drivers/crypto/ccree/cc_aead.c | 40 +-
drivers/crypto/talitos.c | 26 +-
drivers/gpu/drm/drm_atomic_uapi.c | 3 +-
drivers/gpu/drm/drm_fb_helper.c | 7 +-
drivers/gpu/drm/drm_mode_object.c | 4 +-
drivers/gpu/drm/i915/gvt/kvmgt.c | 14 +-
drivers/gpu/drm/rockchip/rockchip_rgb.c | 4 +-
drivers/gpu/drm/vkms/vkms_plane.c | 7 +-
drivers/infiniband/core/nldev.c | 4 -
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h | 35 +-
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c | 6 +
drivers/media/common/videobuf2/videobuf2-core.c | 14 +-
drivers/media/platform/vim2m.c | 4 +-
drivers/media/platform/vivid/vivid-kthread-cap.c | 5 +-
drivers/media/platform/vivid/vivid-kthread-out.c | 5 +-
drivers/media/platform/vivid/vivid-vid-common.c | 2 +-
drivers/media/v4l2-core/v4l2-ioctl.c | 4 +-
drivers/mfd/tps6586x.c | 24 ++
drivers/misc/mic/vop/vop_main.c | 9 +-
drivers/mmc/host/sdhci-msm.c | 43 ++-
drivers/net/bonding/bond_main.c | 3 +
drivers/net/dsa/realtek-smi.c | 18 +-
drivers/net/ethernet/microchip/lan743x_main.c | 11 +-
drivers/net/ethernet/realtek/r8169.c | 7 +-
drivers/net/phy/bcm87xx.c | 2 +
drivers/net/phy/cortina.c | 1 +
drivers/net/phy/meson-gxl.c | 1 +
drivers/net/phy/micrel.c | 1 +
drivers/net/phy/phy_device.c | 12 +
drivers/net/phy/teranetics.c | 1 +
drivers/net/tun.c | 11 +-
drivers/of/property.c | 1 +
drivers/remoteproc/remoteproc_virtio.c | 9 +-
drivers/s390/virtio/virtio_ccw.c | 12 +-
drivers/scsi/scsi_pm.c | 26 +-
drivers/scsi/sd.c | 6 +
drivers/tty/tty_io.c | 22 +-
drivers/tty/tty_ldsem.c | 10 +
drivers/video/fbdev/offb.c | 18 +-
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 2 +
drivers/virtio/virtio_balloon.c | 98 +++--
drivers/virtio/virtio_mmio.c | 9 +-
drivers/xen/events/events_base.c | 2 +-
fs/block_dev.c | 28 +-
fs/btrfs/disk-io.c | 8 +
fs/btrfs/inode.c | 3 -
fs/pstore/ram.c | 9 +-
include/linux/bcma/bcma_soc.h | 1 +
include/linux/genhd.h | 2 +-
include/linux/phy.h | 2 +
include/net/netfilter/nf_conntrack_count.h | 19 +-
include/uapi/linux/in.h | 2 +-
include/uapi/rdma/vmw_pvrdma-abi.h | 1 +
init/Kconfig | 1 +
lib/int_sqrt.c | 2 +-
net/bridge/br_netfilter_hooks.c | 2 +-
net/bridge/netfilter/ebtables.c | 6 +-
net/can/gw.c | 30 +-
net/core/filter.c | 21 +-
net/core/lwt_bpf.c | 1 +
net/ipv4/ip_sockglue.c | 12 +-
net/ipv4/tcp_timer.c | 2 +-
net/ipv6/datagram.c | 11 +-
net/ipv6/icmp.c | 8 +-
net/netfilter/nf_conncount.c | 290 +++++++--------
net/netfilter/nft_connlimit.c | 14 +-
net/packet/af_packet.c | 4 +-
net/sctp/ipv6.c | 5 +-
net/sctp/protocol.c | 4 +-
net/smc/af_smc.c | 4 +-
net/sunrpc/rpcb_clnt.c | 8 +
net/sunrpc/xprtsock.c | 22 ++
net/tipc/netlink_compat.c | 50 ++-
net/tipc/topsrv.c | 2 +-
security/security.c | 7 +
security/selinux/ss/policydb.c | 3 +-
security/yama/yama_lsm.c | 4 +-
100 files changed, 1122 insertions(+), 721 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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 79bb92e7a binutils-b1afaa356621e3236ff27fec09e63fb99e9e990e: all
new 635ed17e1 linux-3d4332cd825848da1a40c7116eb777b3269df0ea: 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 (79bb92e7a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 68 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6442 +++++++--------
4-build_abe-stage1/console.log | 9762 +++++++++++-----------
5-count_linux_objs/console.log | 214 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 16494 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 16426 insertions(+), 16602 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 6633705a455 GlobalISel: Make buildConstant handle vectors
new 8e95f26b197 [FileCheck] Suppress old -v/-vv diags if dumping input
new 5f7a8a499f5 GlobalISel: Allow shift amount to be a different type
new a64600d7af8 FileOutputBuffer: handle mmap(2) failure
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:
docs/CommandGuide/FileCheck.rst | 5 +-
.../GlobalISel/LegalizationArtifactCombiner.h | 6 +-
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 5 +
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 3 +-
include/llvm/Target/GenericOpcodes.td | 6 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 64 +++++++---
lib/Support/FileCheck.cpp | 56 ++++++---
lib/Support/FileOutputBuffer.cpp | 8 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 19 ++-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +
lib/Target/ARM/ARMLegalizerInfo.cpp | 7 +-
lib/Target/Mips/MipsLegalizerInfo.cpp | 7 +-
lib/Target/X86/X86InstructionSelector.cpp | 23 ++--
lib/Target/X86/X86LegalizerInfo.cpp | 23 +++-
lib/Target/X86/X86RegisterBankInfo.cpp | 18 ++-
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 58 ++++++++-
test/CodeGen/AArch64/GlobalISel/legalize-undef.mir | 4 +-
.../GlobalISel/legalizer-info-validation.mir | 12 +-
test/CodeGen/X86/GlobalISel/ashr-scalar.ll | 13 +-
test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 4 -
test/CodeGen/X86/GlobalISel/ext.ll | 4 -
test/CodeGen/X86/GlobalISel/gep.ll | 4 -
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 6 +-
test/CodeGen/X86/GlobalISel/lshr-scalar.ll | 13 +-
test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir | 83 +++++-------
test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir | 83 +++++-------
test/CodeGen/X86/GlobalISel/select-shl-scalar.mir | 83 +++++-------
test/CodeGen/X86/GlobalISel/shl-scalar.ll | 13 +-
.../X86/GlobalISel/x86_64-legalize-sitofp.mir | 24 ++--
test/FileCheck/dump-input-annotations.txt | 137 +++++++++++++++-----
test/FileCheck/dump-input-enable.txt | 139 ++++++++++++++-------
utils/FileCheck/FileCheck.cpp | 9 +-
32 files changed, 572 insertions(+), 369 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 glibc.
from 712f1167b4 Use binutils 2.32 branch in build-many-glibcs.py.
new a95dc01c9e hurd: Check at_flags passed to faccessat
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:
ChangeLog | 5 +++++
sysdeps/mach/hurd/faccessat.c | 4 +++-
2 files changed, 8 insertions(+), 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-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 6962e87ed linux-5b22549b8c0011b8cc81b6f4fcd082e5545c3225: all
new d50e90e52 binutils-b1afaa356621e3236ff27fec09e63fb99e9e990e: 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 (6962e87ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 68 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6332 +++----
4-build_abe-stage1/console.log | 9484 +++++-----
5-count_linux_objs/console.log | 19149 ++++++++++----------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 34521 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 34788 insertions(+), 34814 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 87e2b3e3e binutils-595d73421b2f56d343c8e0f32cef8c073f3dad70: all
new 2d639465c gcc-0550105c83f84d4b5e287863e5bf7e445a4d6dc5: 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 (87e2b3e3e)
\
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:
1-reset_artifacts/console.log | 18 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3727 ++++++++--------
4-build_abe-stage1/console.log | 4677 ++++++++++----------
5-count_linux_objs/console.log | 326 +-
console.log | 8750 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8737 insertions(+), 8785 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 93ff1a51237 [X86][AVX512F_SCALAR]: Adding full coverage of MC encoding [...]
new 6633705a455 GlobalISel: Make buildConstant handle vectors
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/Support/LowLevelTypeImpl.h | 4 +++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 42 +++++++++++++++++++---
unittests/CodeGen/GlobalISel/CMakeLists.txt | 11 +++---
unittests/CodeGen/GlobalISel/GISelMITest.h | 3 +-
.../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 36 +++++++++++++++++++
5 files changed, 85 insertions(+), 11 deletions(-)
create mode 100644 unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.