This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 28b508233a1 c++/modules: Improve diagnostic when redeclaring builtin in [...]
new 05daf617ea2 [committed] [v2] More logical op simplifications in simplif [...]
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/simplify-rtx.cc | 29 ++++++++++++++++++++++
.../g++.target/riscv/redundant-bitmap-1.C | 14 +++++++++++
.../g++.target/riscv/redundant-bitmap-2.C | 14 +++++++++++
.../g++.target/riscv/redundant-bitmap-3.C | 14 +++++++++++
.../g++.target/riscv/redundant-bitmap-4.C | 14 +++++++++++
5 files changed, 85 insertions(+)
create mode 100644 gcc/testsuite/g++.target/riscv/redundant-bitmap-1.C
create mode 100644 gcc/testsuite/g++.target/riscv/redundant-bitmap-2.C
create mode 100644 gcc/testsuite/g++.target/riscv/redundant-bitmap-3.C
create mode 100644 gcc/testsuite/g++.target/riscv/redundant-bitmap-4.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 binutils-gdb.
from 7870026f974 Automatic date update in version.in
new 0daa17bf187 ld: Document -pie -Ttext-segment=ORG generates ET_EXEC
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:
ld/ld.texi | 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from d15e105c Fix "connexion" typo
adds 0ccafe93 generate-cimonitor-dashboard.py: Fix nb of pass/fail in diagnostic
adds 638a9f04 tcwg_chromium-build.sh: rr[xxx_git] now accept a branch, a re [...]
No new revisions were added by this update.
Summary of changes:
generate-cimonitor-dashboard.py | 13 +++++++----
tcwg_chromium-build.sh | 52 ++++++++++++++++++++++++++++-------------
2 files changed, 45 insertions(+), 20 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 0b32d436c015 Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel [...]
new 5a5a10d9db77 drm/buddy: Fix the warn on's during force merge
new ced8c5176b0d drm: xlnx: zynqmp_dpsub: Fix few function comments
new 713a75079f37 drm: xlnx: zynqmp_dpsub: Fix compilation error
new d2143297579f drm/panthor: Fix tiler OOM handling to allow incremental r [...]
new e3193f0fbd6d drm/panthor: Make sure the tiler initial/max chunks are co [...]
new 69a429905cec drm/panthor: Relax the constraints on the tiler chunk size
new 8e43b1e537d4 drm/panthor: Fix an off-by-one in the heap context retriev [...]
new 591eafcd46e0 drm/panthor: Document drm_panthor_tiler_heap_destroy::hand [...]
new 2b2a26b33142 drm/panthor: Force an immediate reset on unrecoverable faults
new ff60c8da0aaf drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
new a257e8182261 drm/panthor: Reset the FW VM to NULL on unplug
new 3ce4322b1a3a drm/panthor: Call panthor_sched_post_reset() even if the r [...]
new 959314c438ca drm/nouveau: use tile_mode and pte_kind for VM_BIND bo all [...]
new 3e3eb55e2b5f Merge tag 'drm-misc-next-fixes-2024-05-16' of https://gitl [...]
new 2a705f3e49d2 drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
new eb853413d02c drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs
new e64e8f7c178e drm/amdgpu/atomfirmware: add intergrated info v2.3 table
new c99eb9cc2a52 Merge tag 'amd-drm-fixes-6.10-2024-05-22' of https://gitla [...]
new 20da948e3a80 drm/bridge: adv7511: Attach next bridge without creating c [...]
new 5a507b7d2be1 drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2
new 32a0bb7ef217 Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitl [...]
new 56fb6f92854f Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesk [...]
The 22 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/amd/amdgpu/amdgpu_amdkfd.c | 5 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 23 ++++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 15 +++++++
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 6 ++-
drivers/gpu/drm/amd/amdkfd/kfd_svm.h | 3 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
drivers/gpu/drm/amd/include/atomfirmware.h | 43 +++++++++++++++++++
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 3 +-
drivers/gpu/drm/display/drm_dp_mst_topology.c | 4 +-
drivers/gpu/drm/drm_buddy.c | 6 +--
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_abi16.c | 3 ++
drivers/gpu/drm/nouveau/nouveau_bo.c | 44 +++++++++-----------
drivers/gpu/drm/panthor/panthor_device.c | 8 +---
drivers/gpu/drm/panthor/panthor_device.h | 1 +
drivers/gpu/drm/panthor/panthor_fw.c | 5 ++-
drivers/gpu/drm/panthor/panthor_gem.c | 8 ++--
drivers/gpu/drm/panthor/panthor_gem.h | 8 +++-
drivers/gpu/drm/panthor/panthor_heap.c | 36 +++++++++-------
drivers/gpu/drm/panthor/panthor_sched.c | 48 ++++++++++++++++------
drivers/gpu/drm/panthor/panthor_sched.h | 2 +-
drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 +--
include/drm/display/drm_dp_mst_helper.h | 1 -
include/uapi/drm/nouveau_drm.h | 7 ++++
include/uapi/drm/panthor_drm.h | 20 +++++++--
27 files changed, 215 insertions(+), 98 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 6c0b7e12e51 Daily bump.
new 28b508233a1 c++/modules: Improve diagnostic when redeclaring builtin 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:
gcc/cp/module.cc | 8 +++++++-
gcc/testsuite/g++.dg/modules/enum-12.C | 2 +-
2 files changed, 8 insertions(+), 2 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 releases/gcc-14
in repository gcc.
from 9031c027827 c++: deleting array temporary [PR115187]
new cab894172dc Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 53 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 110 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 releases/gcc-13
in repository gcc.
from 53cdaa755de c++: unroll pragma in templates [PR111529]
new 91c7ec546aa Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
3 files changed, 36 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 releases/gcc-12
in repository gcc.
from ba57a52dbf6 c++: __is_constructible ref binding [PR100667]
new e11d3dd4708 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 78 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 releases/gcc-11
in repository gcc.
from 38de942670a c++: array of PMF [PR113598]
new 010820add21 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 73 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 9561cf550a6 Fortran: improve attribute conflict checking [PR93635]
new 6c0b7e12e51 Daily bump.
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 | 51 +++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 6 ++++
gcc/c/ChangeLog | 6 ++++
gcc/cp/ChangeLog | 24 +++++++++++++++
gcc/fortran/ChangeLog | 17 +++++++++++
gcc/testsuite/ChangeLog | 80 +++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 185 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.