13,375,584 commits found in 7 milliseconds
FreeNAS /freenas 2a02ba4 — src/middlewared/middlewared/plugins/pool_ utils.py, src/middlewared/middlewared/plugins/zfs tier.py Make ZFS deduplication incompatible with the PERFORMANCE tier
Deduplicated datasets are excluded from tiering: they report a null
tier, and dataset_set_tier and rewrite_job_create reject them.
Enabling dedup (ON/VERIFY) is refused only when a dataset's data is on
the SPECIAL vdev, i.e. the PERFORMANCE tier (special_small_blocks > 0).
REGULAR datasets, volumes, and pools without a SPECIAL vdev may be
deduplicated freely.
net/libyang2: update to 2.1.148
Sponsored by: Netflix
net/bird3: update to 3.3.2
Sponsored by: Netflix
net/bird2: update to 2.19.2
Sponsored by: Netflix
FreeBSD /ports bdc565d — devel/coccinelle Makefile, devel/coccinelle/files regress-python.c regress-python.cocci devel/coccinelle: Fix python scripting
spatch could not load libpython, so all Python scripting failed silently.
PR: 297217
Approved by: Benjamin Jacobs <freebsd at dev.thsi.be> (maintainer)
Sponsored by: Netflix
LLVM /project e336342 — llvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU AMDGPUMemoryUtils.cpp SIDefines.h Round-trip VGPR-memory pointers through flat via a synthetic aperture
LLVM /project 61a8d42 — libcxx/test/benchmarks/locale num_put.bench.cpp num_get.bench.cpp, libcxx/test/benchmarks/text/localization num_put.bench.cpp num_get.bench.cpp [libc++] Optimize std::swap of locales (#209760)
Currently we copy construct `locale`s whenever we swap, which is quite
expensive for locales since that does atomic increments and decrements.
We can just swap the pointers instead. LLVM /project f661a4b — openmp/device/include State.h, openmp/device/src Reduction.cpp State.cpp [offload] Add global addrspace qualifier to KLE and member pointers
Claude assisted with this patch.
Move checkout and gate it on upload
LLVM /project 4d34976 — clang/lib/Driver/ToolChains Clang.cpp, clang/test/Driver openmp-target-fast-flag.c Reland "Revert "[OpenMP] target-fast implies teams/threads oversubscription"" (#213911)
Reverts llvm/llvm-project#213769 Fix indnetation
www/{nginx,nginx-devel}: Forgot to bump portrevision
Fixes: 2fc4e25bbaae
Fixes: 206b53381e95
Reported by: Jochen Neumeister <joneum at FreeBSD.org> (via mail)
Approved by: osa, vvd (Mentors, implicit)
Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
Merge branch 'freebsd/main' into hardenedbsd/main
Set up M0 for VGPR-memory accesses in finalizeLowering instead of a separate pass
LLVM /project dcb3518 — llvm/lib/Target/AMDGPU AMDGPUAssignIdxToM0.cpp AMDGPULegalizerInfo.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-unsupported.ll as-vgpr-optnone.ll Address review: subarch triples, required pass mixin, legalizer predicates, redundant VALU
LLVM /project 9df247d — llvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-copy.ll Explain the undef operands of the VGPR-memory indexed moves
LLVM /project 0b8b9f4 — llvm/lib/Target/AMDGPU AMDGPULegalizerInfo.cpp SIInstrInfo.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-divergent.ll as-vgpr-gpr-idx-mode.ll Pin VGPR-memory indexed accesses to EXEC and mark them divergent
LLVM /project 98e5e68 — llvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp AMDGPUMCInstLower.cpp Give the VGPR-memory moves their own opcodes
LLVM /project 084a4f8 — llvm/lib/Target/AMDGPU AMDGPUAssignIdxToM0.cpp SIInstructions.td, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-gpr-idx-mode.ll Stop miscompiling VGPR-memory accesses on subtargets without movrel
LLVM /project 205a344 — llvm/lib/Target/AMDGPU AMDGPUAssignIdxToM0.cpp SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-divergent.ll as-vgpr-gpr-idx-mode.ll Declare in TableGen that the VGPR-memory pseudos write M0
LLVM /project b68e6f9 — llvm/lib/Target/AMDGPU AMDGPUAssignIdxToM0.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-optnone.ll Run AMDGPUAssignIdxToM0 for optnone functions
Do not set a kill flag on the M0 index copy in AMDGPUAssignIdxToM0
LLVM /project 999e93c — llvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-index-demanded-bits.ll Simplify demanded bits
Mask the VGPR-memory movrel base into the addressable range
Waterfall any non-SGPR VGPR-memory index, not just virtual
LLVM /project 0456d7e — llvm/lib/Target/AMDGPU SIInstructions.td AMDGPUAssignIdxToM0.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-divergent.ll as-vgpr-basic.ll Lower loads and stores for address space 13
LLVM /project 8aa39c9 — llvm/lib/Target/AMDGPU AMDGPU.h, llvm/test/CodeGen/AMDGPU attributor-noalias-addrspace.ll attributor-flatscratchinit-undefined-behavior.ll Classify the VGPR address space correctly and give it alias rules