13,129,343 commits found in 7 milliseconds
Revert "[libclc] replace float remquo with amd ocml implementation" (#181443)
Reverts llvm/llvm-project#177131
It broke SPIRV target: error in backend: unable to legalize instruction:
%88:fid(s32) = G_FCANONICALIZE LLVM /project 75fcaef — libclc/opencl/lib/amdgcn/mem_fence fence.cl, libclc/opencl/lib/ptx-nvidiacl/mem_fence fence.cl [libclc] Fix memory_scope and memory_order of *mem_fence builtins (#181311)
See OpenCL spec 6.15.12.5.
https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_C.html#fences
// Older syntax memory fences are equivalent to atomic_work_item_fence
with the // same flags parameter, memory_scope_work_group scope, and
ordering as follows:
void mem_fence(cl_mem_fence_flags flags) // memory_order_acq_rel
void read_mem_fence(cl_mem_fence_flags flags) // memory_order_acquire
void write_mem_fence(cl_mem_fence_flags flags) // memory_order_release
---------
Co-authored-by: Copilot <175728472 +Copilot at users.noreply.github.com> misc/crush: Update to 0.43.0
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.42.0
- https://github.com/charmbracelet/crush/releases/tag/v0.43.0
Reported by: GitHub (watch releases)
HBSD: Resolve merge conflict
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master
Conflicts:
share/mk/src.opts.mk (unresolved)
Revert "[libclc] replace float remquo with amd ocml implementation (#177131)"
This reverts commit 20c15c7afe97a546d339a5500d3fa273412e2fda .
finance/homebox: Update to 0.23.1
ChangeLogs:
https://github.com/sysadminsmedia/homebox/compare/v0.22.3...v0.23.1
LLVM /project edae8a4 — llvm/lib/Target/Hexagon HexagonISelLowering.cpp, llvm/test/CodeGen/Hexagon udiv-vector-nonuniform.ll [Hexagon] Fix APInt assertion in getBuildVectorConstInts (#181202)
Truncate the ConstantSDNode APInt value to the element bit width before
creating the ConstantInt. After type legalization, a ConstantSDNode may
have a wider type than the vector element (e.g., i32 constant for an i16
element). LLVM /project 2bd77c8 — clang/include/clang/Driver SyclInstallationDetector.h, clang/lib/Driver/ToolChains SYCL.cpp Linux.cpp [SYCL][Driver] Pass path to libsycl.so by default for SYCL compilation. (#174877)
This patch updates the default behavior for `SYCL` offload compilations.
Specifically, we now pass the path to the SYCL runtime library,
`libsycl.so`, by default to the `clang-linker-wrapper` tool, which is
responsible for linking the `SYCL` runtime library. We also add the SYCL
header include paths by default to both the SYCL host and device
compilations. security/netbird: Update 0.64.3 => 0.65.0
Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.64.4
https://github.com/netbirdio/netbird/releases/tag/v0.64.5
https://github.com/netbirdio/netbird/releases/tag/v0.64.6
https://github.com/netbirdio/netbird/releases/tag/v0.65.0
Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.3...v0.65.0
PR: 293166
Security: CWE-639
MFH: 2026Q1
(cherry picked from commit 017c6673b5ab92e36deb712c6b98c300cefde1fa )
security/netbird: Update to 0.64.3
PR: 292826
(cherry picked from commit 972cee21eeffabdd722a5d7c92d890d2e08115c7 )
security/netbird: Update 0.64.1 => 0.64.2
Changelog:
https://github.com/netbirdio/netbird/releases/tag/v0.64.2
Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.1...v0.64.2
PR: 292762
(cherry picked from commit dd390032a0877d566e5126170ed30556b47e497c )
security/netbird: Update 0.64.0 => 0.64.1
Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.64.1
Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.0...v0.64.1
PR: 292685
(cherry picked from commit fd51f5991377a9876c256a7ed9a768d2ca09c99b )
security/netbird: Update 0.63.0 => 0.64.0
Changelog:
https://github.com/netbirdio/netbird/releases/tag/v0.64.0
Commit log:
https://github.com/netbirdio/netbird/compare/v0.63.0...v0.64.0
PR: 292619
(cherry picked from commit 89da1f59069e81e82909e844fecd0adcafa3b38f )
security/netbird: Update 0.62.2 => 0.63.0
Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.62.3
https://github.com/netbirdio/netbird/releases/tag/v0.63.0
Commit log:
https://github.com/netbirdio/netbird/compare/v0.62.2...v0.63.0
PR: 292509
(cherry picked from commit ace5c2161763f91787c659eb000cb3ec74409ef9 )
security/netbird: Update 0.64.3 => 0.65.0
Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.64.4
https://github.com/netbirdio/netbird/releases/tag/v0.64.5
https://github.com/netbirdio/netbird/releases/tag/v0.64.6
https://github.com/netbirdio/netbird/releases/tag/v0.65.0
Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.3...v0.65.0
PR: 293166
Security: CWE-639
MFH: 2026Q1
HardenedBSD /ports 2d05dd3 — security/libgcrypt/files patch-mpi_ec.c patch-cipher_ecc.c, security/voa distinfo Makefile.crates Merge branch 'freebsd/main' into hardenedbsd/main
sysutils/backrest: Update to 1.11.2
ChangeLog: https://github.com/garethgeorge/backrest/releases/tag/v1.11.2
sysutils/backrest: Update to 1.11.2
ChangeLog: https://github.com/garethgeorge/backrest/releases/tag/v1.11.2
LLVM /project d406ce8 — lldb/include/lldb/Core ModuleList.h, lldb/include/lldb/Host HostInfoBase.h [lldb][macOS] Don't fetch settings in Host, to keep layering (#181406)
I introduced a dependency from Host on Core without realizing it in an
earlier PR, while adding a setting to disable the new shared cache
binary blob scanning/reading in HostInfoMacOSX, which caused build
problems. Thanks to Alex for figuring out the build failure I caused.
Add a bool to the methods in HostInfoMacOSX, and have the callers (in
Core and various plugins etc) all fetch the
symbols.shared-cache-binary-loading setting from ModuleList, and pass
the result in.
The least obvious part of this is in ProcessGDBRemote where we first
learn the shared cache filepath & uuid, it calls
HostInfoMacOSX::SharedCacheIndexFiles() - this is only called when the
shared cache binary loading is enabled, so I conditionalize the call to
this method based on the setting.
rdar://148939795 remove unneeded includes; ok dtucker@
*/*: Add more information about instructions for creating assets
Reported by: bapt@
*/*: Add more information about instructions for creating assets
Reported by: bapt@
Update callback to return TargetOptions
[Github] Update libc container
Add git/cmake which are needed by the workflow. Add some comments pulled
from the libc workflow. Also use a user rather than running as root to
prevent file permissions tests from failing.
LLVM /project 897754a — llvm/lib/Transforms/Instrumentation HWAddressSanitizer.cpp, llvm/test/Instrumentation/HWAddressSanitizer prologue.ll use-after-scope.ll [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project c9f1b1d — llvm/test/Instrumentation/HWAddressSanitizer prologue.ll alloca.ll, llvm/test/Instrumentation/HWAddressSanitizer/RISCV use-after-scope-setjmp.ll alloca.ll [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
Update FreeBSD public key to use my new personal Yubikey 5 NFC.
net-im/telegram-desktop: update 6.5.0 -> 6.5.1
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v6.5.0...v6.5.1
Sponsored by: tipi.work
net-im/telegram-desktop: update 6.5.0 -> 6.5.1
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v6.5.0...v6.5.1
Sponsored by: tipi.work