13,435,771 commits found in 9 milliseconds
LLVM /project 2b7ee86 — llvm/lib/Transforms/Scalar JumpThreading.cpp, llvm/test/Transforms/JumpThreading update-bpi-bfi-unfold-select.ll [JumpThreading] Don't divide by all-zero branch weights (#221846)
Fixes #192165. Add openmp test to xfail list
Introduced in PR #219323. Looking at the PR, and given we haven't yet addressed openmp profcheck failures, the change is highly unlikely to have introduced a new regression (it's exposing existing ones) games/minetestmapper: update 20250408 → 20260808
HardenedBSD /src c170899 — share/man/man4 nvd.4, sys/compat/linuxkpi/common/include/linux kobject.h time.h Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
Merge remote-tracking branch 'rad/hardened/15-stable/main' into hardened/15-stable/pledge
HardenedBSD /src b56f98d — share/man/man4 nvd.4, sys/compat/linuxkpi/common/include/linux kobject.h time.h 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
FreeBSD /ports ee64c8d — misc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-14.5-RC1 arm64-aarch64-14.5-RC1 misc/freebsd-release-manifests: Add 14.5-RELEASE MANIFEST files
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
(cherry picked from commit c581f2c644f32288ad2edbe9baf37f9ccf8a5650 )
14.5: Add release announcement
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
[libc++][docs] Preserve tight inline spacing
FreeBSD /ports c581f2c — misc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-14.5-RC1 arm64-aarch64-14.5-RC1 misc/freebsd-release-manifests: Add 14.5-RELEASE MANIFEST files
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
LLVM /project 2e6c7bc — llvm/lib/Transforms/IPO OpenMPOpt.cpp, llvm/test/Transforms/OpenMP indirect_call_specialization_cap.ll [OpenMPOpt] Bound indirect-call specialization instead of paying for all of it (#219323)
`registerAAsForFunction()` seeds `AAIndirectCallInfo` unconditionally,
so device
code pays for specializing every indirect call site. Device code routes
many
calls through function-pointer tables and virtual dispatch, so a call
site can
see every address-taken candidate in the module, and the if-cascade
`AAIndirectCallInfo` builds over them is quadratic.
Skip specialization at a call site with more than three possible
callees,
overridable with `-openmp-opt-max-callees-for-specialization`. The bound
is a
threshold on the call site rather than a limit on how many callees get
specialized: the Attributor asks about each callee with the same total,
so a
site above the threshold keeps its indirect call instead of getting
[29 lines not shown ] LLVM /project d031640 — orc-rt/lib/bedrock CMakeLists.txt, orc-rt/lib/support CMakeLists.txt [orc-rt] Hide symbols by default in Bedrock and Support libs. (#221848)
Hides C/C++ symbols by default in the orc-rt Bedrock and Support
libraries. Only explicitly annotated APIs should be exposed by these
libraries. games/simutrans-pak64: update 124-3 → 124-4
games/simutrans: update 124.3.1 → 124.5
games/simutrans-pak64: update 124-3 → 124-4
games/simutrans-pak128: update 2.10.0 → 2.10.1
games/simutrans-pak128: update 2.10.0 → 2.10.1
games/simutrans: update 124.3.1 → 124.5
astro/josm: update 19555 → 19613
astro/josm: update 19555 → 19613
games/DDNet: update 19.8.3 → 20.0
games/DDNet: update 19.8.3 → 20.0
devel/sdl3: update 3.4.14 → 3.4.16
devel/sdl3: update 3.4.14 → 3.4.16
FreeBSD /ports d34613e — security/xray-core pkg-plist Makefile, security/xray-core/files 09_reverse.json.sample xray.in security/xray-core: Fix runtime: remove "legacy reverse" feature
Failed to start: main: failed to load config files: [/usr/local/etc/xray-core/00_log.json /usr/local/etc/xray-core/01_api.json /usr/local/etc/xray-core/02_dns.json /usr/local/etc/xray-core/03_routing.json /usr/local/etc/xray-core/04_policy.json /usr/local/etc/xray-core/05_inbounds.json /usr/local/etc/xray-core/06_outbounds.json /usr/local/etc/xray-core/07_transport.json /usr/local/etc/xray-cor e/08_stats.json /usr/local/etc/xray-core/09_reverse.json] > common/errors: The feature "legacy reverse" has been removed and migrated to "VLESS Reverse Proxy". Please update your config(s) according to release note and documentation.
- Add daemon syslog_output_enable feature to rc.script.
- Fix build with custom (non v2ray) USER/GROUP.
PR: 298264
Approved by: Kirill Lebedev <kirill at drlebedev.com> (maintainer)
Sponsored by: UNIS Labs (vvd, commit patch)
HardenedBSD /ports d34613e — security/xray-core pkg-plist Makefile, security/xray-core/files 09_reverse.json.sample xray.in security/xray-core: Fix runtime: remove "legacy reverse" feature
Failed to start: main: failed to load config files: [/usr/local/etc/xray-core/00_log.json /usr/local/etc/xray-core/01_api.json /usr/local/etc/xray-core/02_dns.json /usr/local/etc/xray-core/03_routing.json /usr/local/etc/xray-core/04_policy.json /usr/local/etc/xray-core/05_inbounds.json /usr/local/etc/xray-core/06_outbounds.json /usr/local/etc/xray-core/07_transport.json /usr/local/etc/xray-cor e/08_stats.json /usr/local/etc/xray-core/09_reverse.json] > common/errors: The feature "legacy reverse" has been removed and migrated to "VLESS Reverse Proxy". Please update your config(s) according to release note and documentation.
- Add daemon syslog_output_enable feature to rc.script.
- Fix build with custom (non v2ray) USER/GROUP.
PR: 298264
Approved by: Kirill Lebedev <kirill at drlebedev.com> (maintainer)
Sponsored by: UNIS Labs (vvd, commit patch)
HardenedBSD /ports c9804d0 — graphics/processing distinfo Makefile, graphics/processing/files processing.in processing.desktop graphics/processing: Update to 4.5.6
Changelog: https://github.com/processing/processing4/releases/tag/processing-1434-4.5.6
Switch to the upstream Linux build, run under the Linuxulator with
the bundled JRE.
FreeBSD /ports c9804d0 — graphics/processing distinfo Makefile, graphics/processing/files processing.in processing.desktop graphics/processing: Update to 4.5.6
Changelog: https://github.com/processing/processing4/releases/tag/processing-1434-4.5.6
Switch to the upstream Linux build, run under the Linuxulator with
the bundled JRE.