This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 042674a54a7 List myself as "libgomp (OpenACC)" and "OpenACC" maintainer
new 5e0f6ab6ee2 Revert "Never reload fixed form constraints memory operand"
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/lra-constraints.c | 3 ++-
2 files changed, 2 insertions(+), 6 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 linux.
from 10be83cc6418 Merge tag 'drm-fixes-2018-10-04' of git://anongit.freedesk [...]
new 73aeb2cbcdc9 ARM: 8787/1: wire up io_pgetevents syscall
new 3a58ac65e2d7 ARM: 8799/1: mm: fix pci_ioremap_io() offset check
new ac0657edb13a Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
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:
arch/arm/mm/ioremap.c | 2 +-
arch/arm/tools/syscall.tbl | 1 +
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository llvm.
from af1f1aafa46 [llvm-mca][x86] Add PR36951 ReadAfterLd test case
new b3e54123c53 [AMDGPU] Match signed dot4/8 pattern.
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/Target/AMDGPU/VOP3PInstructions.td | 107 +-
test/CodeGen/AMDGPU/idot4.ll | 2883 ++++++++++++++++++++++++++----
test/CodeGen/AMDGPU/idot8.ll | 3010 +++++++++++++++++++++++++++-----
3 files changed, 5214 insertions(+), 786 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 linux.
from d2467adb6610 Merge tag 'riscv-for-linus-4.19-rc7' of git://git.kernel.o [...]
new ae29478766f4 xfs: don't crash the vfs on a garbage inline symlink
new d5a2e2893da0 xfs: remove last of unnecessary xfs_defer_cancel() callers
new d9183105caa9 xfs: don't unlock invalidated buf on aborted tx commit
new 23420d05e67d xfs: clean up xfs_trans_brelse()
new 95808459b110 xfs: refactor xfs_buf_log_item reference count handling
new 8683edb7755b xfs: avoid lockdep false positives in xfs_trans_alloc
new df307077916f xfs: fix transaction leak in xfs_reflink_allocate_cow()
new 0065b5411997 xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
new 2863c2ebc4f4 xfs: remove duplicated include from alloc.c
new f369a13cead8 xfs: don't treat unknown di_flags2 as corruption in scrub
new f5f3f959b70b xfs: skip delalloc COW blocks in xfs_reflink_end_cow
new 339e1a3fcdd1 xfs: validate inode di_forkoff
new ec2ed0b5e96f xfs: remove invalid log recovery first/last cycle check
new 561295a32579 iomap: set page dirty after partial delalloc on mkwrite
new e55ec4ddbef9 xfs: fix error handling in xfs_bmap_extents_to_btree
new 1b0350c355b2 Merge tag 'xfs-fixes-for-4.19-rc6' of git://git.kernel.org [...]
new 1feda5eb77fc drm/exynos: Use selected dma_dev default iommu domain inst [...]
new 77d981b16f2d Merge tag 'exynos-drm-fixes-for-v4.19-rc7' of git://git.ke [...]
new bda6b1c95751 drm/i915: Do not redefine the has_csr parameter.
new 4ca8ca9fe7dc drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
new 4c9613ce556f drm/i915: Handle incomplete Z_FINISH for compressed error states
new 659c9370e53c Merge tag 'drm-intel-fixes-2018-10-03' of git://anongit.fr [...]
new d98627d1360d drm/i2c: tda9950: fix timeout counter check
new e0dccce1193f drm/i2c: tda9950: set MAX_RETRIES for errors only
new d8938c981f58 Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org [...]
new 10be83cc6418 Merge tag 'drm-fixes-2018-10-04' of git://anongit.freedesk [...]
The 26 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:
drivers/gpu/drm/exynos/exynos_drm_iommu.h | 34 ++------
drivers/gpu/drm/i2c/tda9950.c | 5 +-
drivers/gpu/drm/i915/i915_gpu_error.c | 88 +++++++++++++------
drivers/gpu/drm/i915/i915_gpu_error.h | 1 +
drivers/gpu/drm/i915/i915_irq.c | 33 +++----
drivers/gpu/drm/i915/i915_pci.c | 1 -
fs/iomap.c | 2 +-
fs/xfs/libxfs/xfs_attr.c | 28 ++----
fs/xfs/libxfs/xfs_attr_remote.c | 10 +--
fs/xfs/libxfs/xfs_bmap.c | 24 +++---
fs/xfs/libxfs/xfs_format.h | 2 +
fs/xfs/libxfs/xfs_inode_buf.c | 30 +++++++
fs/xfs/scrub/alloc.c | 1 -
fs/xfs/scrub/inode.c | 4 +-
fs/xfs/xfs_bmap_util.c | 20 ++---
fs/xfs/xfs_buf_item.c | 119 ++++++++++++++------------
fs/xfs/xfs_buf_item.h | 1 +
fs/xfs/xfs_inode.c | 10 +--
fs/xfs/xfs_iops.c | 12 ++-
fs/xfs/xfs_log_recover.c | 10 ---
fs/xfs/xfs_reflink.c | 137 ++++++++++++++++++------------
fs/xfs/xfs_trace.h | 1 -
fs/xfs/xfs_trans.c | 10 ++-
fs/xfs/xfs_trans_buf.c | 99 ++++++---------------
24 files changed, 341 insertions(+), 341 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 clang-tools-extra.
from 6a6784cb [clangd] fix another ambigous constructor in DexTest
new 65d307b9 [clang-tidy] fix failing unit 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:
.../clang-tidy/bugprone-argument-comment-gmock.cpp | 43 ++++++++++------------
.../bugprone-argument-comment-strict.cpp | 12 ++----
test/clang-tidy/bugprone-argument-comment.cpp | 9 ++---
test/clang-tidy/check_clang_tidy.py | 2 +-
test/clang-tidy/fuchsia-default-arguments.cpp | 6 +--
5 files changed, 30 insertions(+), 42 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 clang-tools-extra.
from 4a18d425 [clangd] Fix ambiguous constructor in DexTest
new 6a6784cb [clangd] fix another ambigous constructor in DexTest
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:
unittests/clangd/DexTests.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 367ebf05cf7 [llvm-mca] Move field 'AllowZeroMoveEliminationOnly' to cla [...]
new 62aab8af14d [InstCombine] allow bitcast to/from FP for vector insert/ex [...]
new af1f1aafa46 [llvm-mca][x86] Add PR36951 ReadAfterLd test case
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:
.../InstCombine/InstCombineVectorOps.cpp | 35 +++++++++++++--
.../AMDGPU/amdgcn-demanded-vector-elts.ll | 5 +--
test/Transforms/InstCombine/extractelement.ll | 30 ++++++++-----
test/tools/llvm-mca/X86/read-after-ld-3.s | 50 ++++++++++++++++++++++
4 files changed, 103 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/read-after-ld-3.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 linux.
from cec4de302c5f Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net
new ef1f2258748b RISCV: Fix end PFN for low memory
new d2467adb6610 Merge tag 'riscv-for-linus-4.19-rc7' of git://git.kernel.o [...]
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:
arch/riscv/kernel/setup.c | 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 f5ecd316 [clang-tidy] NFC use CHECK-NOTES in tests for performance-mov [...]
new 798322f5 [clang-tidy] NFC use CHECK-NOTES in tests for fuchsia-default [...]
new 4a18d425 [clangd] Fix ambiguous constructor in DexTest
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:
test/clang-tidy/fuchsia-default-arguments.cpp | 27 +++++++++++++--------------
unittests/clangd/DexTests.cpp | 4 ++--
2 files changed, 15 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.