13,097,233 commits found in 5 milliseconds
Merge branch 'users/chapuni/cov/merge/merge-mcdc' into users/chapuni/cov/merge/trunk
Merge branch 'users/chapuni/cov/merge/strategy' into users/chapuni/cov/merge/merge-mcdc
LLVM_ABI
LLVM /project 8856b85 — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-log.ll simplify-demanded-fpclass.ll InstCombine: Infer nnan and ninf flags on log intrinsics
Use the new common utility function to try fold to constant
or introduce flags.
FreeBSD /ports 7d7e0fa — devel/bear distinfo pkg-plist, devel/bear/files patch-bear_build.rs patch-intercept-preload_src_lib.rs devel/bear: Upgrade to 4.0.1
The bear project has been re-written in Rust from 4.0.0. We upgrade this
to 4.0.1 and use builtin USE_CARGO.
A good new is that the new version does not need the per-compiler wrapper now.
Also, let aokblast@ take the maintainership.
Approved by: lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54755
LLVM /project ed3624b — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-canonicalize.ll InstCombine: Infer nnan/ninf on canonicalize
LLVM /project 167f9bb — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-rounding-intrinsics.ll InstCombine: Infer nnan/ninf on rounding intrinsics
LLVM /project bab36b7 — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fptrunc-round.ll simplify-demanded-fpclass-fptrunc.ll InstCombine: Infer nnan and ninf on fptrunc
Teach SimplifyDemandedFPClass to do this, although this is
not yet applied directly to the cast.
LLVM /project d776347 — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fpext.ll InstCombine: Infer nnan and ninf on fpext
Teach SimplifyDemandedFPClass to do this, although this is
not yet applied directly to the cast.
LLVM /project 03168f9 — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-log.ll simplify-demanded-fpclass.ll InstCombine: Infer nnan and ninf flags on log intrinsics
Use the new common utility function to try fold to constant
or introduce flags.
LLVM /project eab6bd5 — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-exp.ll simplify-demanded-fpclass.ll InstCombine: Infer nnan and ninf flags on exp intrinsics
Use the new common utility function to try fold to constant
or introduce flags.
InstCombine: Use SimplifyDemandedFPClass epilog helper function for fma (#176017)
NFC refactor to use shared code for fold to constant or set fast math
flags. InstCombine: Cleanup redundant result-not-nan check for canonicalize (#177765)
Missed case from 53eb230e476f69c5c879871a0d328d283a6ce172 LLVM /project 6324f57 — clang-tools-extra/clang-tidy ClangTidyDiagnosticConsumer.cpp ClangTidy.cpp, clang-tools-extra/clang-tidy/bugprone RedundantBranchConditionCheck.cpp EasilySwappableParametersCheck.cpp [clang-tidy][NFC] Fix `bugprone-unchecked-optional-access` warnings in codebase (#170004)
Closes [#156151](https://github.com/llvm/llvm-project/issues/156151 )
Assisted-by: Gemini 3 via Gemini CLI multimedia/kodi-addon-pvr.iptvsimple: Update to 22.6.1
multimedia/kodi-addon-pvr.hts: Update to 22.8.0
multimedia/kodi-addon-inputstream.adaptive: Update to 22.3.6
dns/dnscontrol: Update to 4.31.1
LLVM /project 0653e07 — libunwind/include libunwind.h, libunwind/include/mach-o compact_unwind_encoding.h [libunwind][NFC] Typo fixes & comments corrections & code style changes. (#174565)
x11-fm/thunar: Update to 4.20.7
update to py3-wcwidth-0.3.2
LLVM /project 3ee9aae — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-sqrt.ll InstCombine: Infer fast math flags for sqrt (#176003)
update to py3-types-psutil-7.2.1.20260116
update to py3-types-python-dateutil-2.9.0.20260124
InstCombine: Cleanup redundant result-not-nan check for canonicalize
Missed case from 53eb230e476f69c5c879871a0d328d283a6ce172
OpenBSD /ports QgsQXrC — devel/py-intervaltree Makefile distinfo, devel/py-intervaltree/pkg PLIST update to py3-intervaltree-3.2.1
LLVM /project 08d96dd — llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fdiv.ll [InstCombine] Mark select in fdiv transforms with unknown profile (#177759)
As part of the profcheck effort we are trying to explicitly annotate
select instructions where we cannot reasonably synthesize profile
information as having an unknown profile. This does that for the case
introduced in 0993d69bc35cfdd4f3a904a603701e66906e8987 . rc: hostwatch glitch should be gone in RC2 with latest package
PR: https://github.com/opnsense/hostwatch/issues/7
LLVM /project a871b70 — llvm/lib/Transforms/Vectorize VPlan.h VPlanValue.h, llvm/unittests/Transforms/Vectorize VPlanTest.cpp Reapply "[VPlan] Move VDef subclass ID to VPRecipeBase (NFC). (#174282)"
Move SubclassID to VPRecipeBase, and store VPRecipeBase directly in
VPRecipeValue, instead of VPDef. This allows for some additional
simplifications and VPDef now just holds various helpers to deal with
removing and adding VPValues.
This reverts commit 16395da0ff577750571b99fe28281ce6fb6a3ae8 .
PR: https://github.com/llvm/llvm-project/pull/174282
opnsense/hostwatch: switch to latest version