This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b8e7f9e7c54 2019-08-02 Steve Ellcey <sellcey(a)marvell.com>
new 580c1cb4302 2019-08-02 Steve Ellcey <sellcey(a)marvell.com>
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/testsuite/ChangeLog | 6 ++++++
.../gcc.target/aarch64/simd_pcs_attribute-2.c | 16 +++++++++++++++
.../gcc.target/aarch64/simd_pcs_attribute-3.c | 24 ++++++++++++++++++++++
.../gcc.target/aarch64/simd_pcs_attribute.c | 16 +++++++++++++++
4 files changed, 62 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd_pcs_attribute-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd_pcs_attribute-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd_pcs_attribute.c
--
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 1e78030e5e5b Merge tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/l [...]
new c6622a425acd dma-contiguous: do not overwrite align in dma_alloc_contiguous()
new f46cc0152501 dma-contiguous: page-align the size in dma_free_contiguous()
new 35fca9f8a999 Merge tag 'dma-mapping-5.3-3' of git://git.infradead.org/u [...]
new 66d7780f18ea dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
new ad3c7b18c5b3 arm: use swiotlb for bounce buffering on LPAE configs
new 234172f6bbf8 Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/use [...]
new 1573eebeaa80 clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
new 6ee82ef04e38 clk: Add missing documentation of devm_clk_bulk_get_option [...]
new c93d059a8045 clk: mediatek: mt8183: Register 13MHz clock earlier for cl [...]
new c9a67cbb5189 clk: sprd: Select REGMAP_MMIO to avoid compile errors
new e1f1ae8002e4 clk: renesas: cpg-mssr: Fix reset control race condition
new 42d21900b39c Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
new d65848657c3d drm/amdkfd: Fix byte align on VegaM
new 2c0f07fe3ca5 drm/amd/powerplay: add callback function of get_thermal_te [...]
new 45a660143bf9 drm/amd/powerplay: fix temperature granularity error in smu11
new 090efd946d00 drm/amdgpu/powerplay: use proper revision id for navi
new 479156f2e554 drm/amd/powerplay: fix null pointer dereference around dpm [...]
new f0bc1ee473fe drm/amd/powerplay: enable SW SMU reset functionality
new 67d0859e2758 drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep
new 929e571c04c2 drm/amdgpu: fix a potential information leaking bug
new a02709818f39 drm/amd/powerplay: add new sensor type for VCN powergate status
new 201cd702b701 drm/amd/powerplay: support VCN powergate status retrieval [...]
new e21e3581e2a1 drm/amd/powerplay: support VCN powergate status retrieval [...]
new a3ebbdb95f8c drm/amd/powerplay: correct Navi10 VCN powergate control (v2)
new 6dee4829cfde drm/amd/powerplay: correct UVD/VCE/VCN power status retrieval
new 4b381ee25d9b Merge tag 'drm-fixes-5.3-2019-07-31' of git://people.freed [...]
new 412e85b60531 drm/nouveau: Only release VCPI slots on mode changes
new 3de433c5b38a drm/msm: Use the correct dma_sync calls in msm_gem
new 2bab52af6fe6 drm/msm: add support for per-CRTC max_vblank_count on mdp5
new c14b5dce5ece drm/msm: Annotate intentional switch statement fall throughs
new 9ca7ad6c7706 drm: msm: Fix add_gpu_components
new f8981e0309e9 Merge tag 'msm-fixes-2019_08_01' of https://gitlab.freedes [...]
new f26dbb2302e9 Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesk [...]
new 74bf71ed792a ALSA: hda: Fix 1-minute detection delay when i915 module i [...]
new 37151a41df80 ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain
new 5d78e1c2b7f4 ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check
new 75cdf416b322 Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/ [...]
new 42787ed79638 ACPI: PM: Fix regression in acpi_device_set_power()
new 755f1fed27f4 Merge tag 'pm-5.3-rc3' of git://git.kernel.org/pub/scm/lin [...]
new 706cb5492c8c gfs2: Inode dirtying fix
new 97b00aff2c45 Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pu [...]
The 41 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/include/asm/dma-mapping.h | 4 +-
arch/arm/mm/Kconfig | 5 ++
arch/arm/mm/dma-mapping.c | 61 +++++++++++++++++++
arch/arm/mm/init.c | 5 ++
drivers/acpi/device_pm.c | 4 +-
drivers/clk/at91/clk-generated.c | 2 +
drivers/clk/mediatek/clk-mt8183.c | 46 ++++++++++----
drivers/clk/renesas/renesas-cpg-mssr.c | 16 +----
drivers/clk/sprd/Kconfig | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 26 ++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 74 +++++++++++++++--------
drivers/gpu/drm/amd/include/kgd_pp_interface.h | 1 +
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 23 ++++---
drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 9 +++
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 1 -
drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 48 +++++++++------
drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 36 ++++++-----
drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 34 ++++-------
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 2 +
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 1 +
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 1 +
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 16 ++++-
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 2 +-
drivers/gpu/drm/msm/msm_drv.c | 3 +-
drivers/gpu/drm/msm/msm_gem.c | 47 ++++++++++++--
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
fs/gfs2/bmap.c | 15 ++++-
include/linux/clk.h | 1 +
kernel/dma/contiguous.c | 8 ++-
kernel/dma/mapping.c | 13 +++-
sound/core/pcm_native.c | 3 +-
sound/hda/hdac_i915.c | 10 +--
sound/usb/helper.c | 2 +-
35 files changed, 369 insertions(+), 158 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 32ca76eac23 Use llvm-nm instead of nm in new test to unbreak Windows bot
new 94e08dd8fd2 [doc] Give a workaround for a FileCheck regex that ends in [...]
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/CommandGuide/FileCheck.rst | 5 ++++-
1 file changed, 4 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 gcc.
from d23a9d4efe5 PR target/91201 * config/i386/sse.md (*vec_extractv16qi_z [...]
new b8e7f9e7c54 2019-08-02 Steve Ellcey <sellcey(a)marvell.com>
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 | 8 ++++++++
gcc/omp-simd-clone.c | 10 ++++------
2 files changed, 12 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 llvm.
from 08cd906b86a [ORC] Change the locking scheme for ThreadSafeModule.
new 32ca76eac23 Use llvm-nm instead of nm in new test to unbreak Windows bot
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/ThinLTO/X86/devirt2.ll | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 gcc.
from 80402f9a9d4 tree-ssa-loop-im: simplify casts in comparators
new d23a9d4efe5 PR target/91201 * config/i386/sse.md (*vec_extractv16qi_z [...]
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/config/i386/sse.md | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/sse4_1-pr91201.c | 12 ++++++++++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-pr91201.c
--
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 ba820f97429 [NFC] Test commit, corrected some spelling in comment
new 08cd906b86a [ORC] Change the locking scheme for ThreadSafeModule.
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/ORCv2.rst | 66 +++++++-----
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 30 +++---
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 3 +
.../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 44 +++++---
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 116 ++++++++++++---------
lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 4 +-
lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 2 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 13 ++-
lib/ExecutionEngine/Orc/Layer.cpp | 24 +++--
lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 58 +++++------
tools/lli/lli.cpp | 51 ++++-----
.../ExecutionEngine/Orc/ThreadSafeModuleTest.cpp | 2 +-
12 files changed, 230 insertions(+), 183 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 2f077c57 [clangd][vscode] clang-format the the extension code.
new 0fb28050 [clangd] Fix a crash when presenting values for Hover
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:
clangd/XRefs.cpp | 2 +-
clangd/unittests/XRefsTests.cpp | 10 ++++++++++
2 files changed, 11 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 glibc.
from c7a26cba2a Update Linux kernel version number in tst-mman-consts.py to 5.2.
new 9c37bde5a2 Update kernel version in comment in syscall-names.list.
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 | 2 ++
sysdeps/unix/sysv/linux/syscall-names.list | 2 +-
2 files changed, 3 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 gcc-9-branch
in repository gcc.
from 177ad736d11 darwin, x86, backport fix for missing .p2align.
new 5283bbbd178 darwin, backport driver fixes.
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 | 15 +++
gcc/config/darwin-driver.c | 145 ++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/darwin-minversion-link.c | 26 +++++
4 files changed, 170 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/darwin-minversion-link.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.