13,111,885 commits found in 5 milliseconds
textproc/py-jiter: Update to 0.13.0
Changelog: https://github.com/pydantic/jiter/releases/tag/v0.13.0
Reported by: Repology
administration: Siva is now a committer
Reviewed by: lwhsu, ziaee
Differential Revision: https://reviews.freebsd.org/D54818
databases/py-sqlmodel: Update to 0.0.32
Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.32/docs/release-notes.md
Reported by: Repology
lang/cjs: update to 128.1
unbreak runtime with glib 2.86
LLVM /project 163deda — llvm/lib/Transforms/InstCombine InstCombineAddSub.cpp, llvm/test/Transforms/InstCombine zext-bool-add-sub.ll [InstCombine][profcheck] Fix missing profdata for zext/sext transform and update tests
LLVM /project ad59bad — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp InstCombineAndOrXor.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in logical op creation and select folding
LLVM /project f3363d3 — llvm/lib/Transforms/InstCombine InstCombineShifts.cpp InstructionCombining.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in shift-of-select folding
LLVM /project baad260 — llvm/lib/Transforms/InstCombine InstCombineAddSub.cpp, llvm/test/Transforms/InstCombine zext-bool-add-sub.ll [InstCombine][profcheck] Fix missing profdata for zext transform.
LLVM /project fcd2dc0 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in symmetric select folding
LLVM /project 9d928f3 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in select factorization folding
LLVM /project 515f6d3 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in nested select folding
LLVM /project 9975b84 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp InstCombineCalls.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in select(ldexp) and ldexp(select) folding
LLVM /project e1fd15b — llvm/lib/Transforms/InstCombine InstCombineCalls.cpp InstCombineSelect.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in clamp folds and fix verifier errors
LLVM /project a8e6adb — llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in ldexp(zext) folding
LLVM /project bafde8f — llvm/lib/Transforms/Utils SimplifyLibCalls.cpp, llvm/utils profcheck-xfail.txt InstCombine: Set unknown profile metadata in memchr-to-select folding
LLVM /project 1027917 — llvm/lib/Transforms/Utils SimplifyLibCalls.cpp, llvm/utils profcheck-xfail.txt InstCombine: Comprehensive fix for missing profile metadata in libcall simplifications
LLVM /project c366bd2 — llvm/lib/Transforms/InstCombine InstCombineShifts.cpp, llvm/utils profcheck-xfail.txt InstCombine: Set unknown profile metadata in lshr-to-select folding
LLVM /project 2e61b0e — llvm/lib/Transforms/InstCombine InstCombineAndOrXor.cpp, llvm/utils profcheck-xfail.txt InstCombine: Set unknown profile metadata in logic-to-select folding
LLVM /project 8b4c7b1 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/test/Transforms/InstCombine clamp-to-minmax.ll InstCombine: Propagate profile metadata in floating point clamp and swap canonicalization
LLVM /project f649b1c — llvm/lib/Transforms/InstCombine InstCombineAddSub.cpp, llvm/test/Transforms/InstCombine fneg.ll InstCombine: Propagate profile metadata in fneg(select) folding
LLVM /project 1b207ed — llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine fabs.ll InstCombine: Propagate profile metadata in fabs(select) folding
LLVM /project 2077a1d — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp InstCombineInternal.h, llvm/test/Transforms/InstCombine canonicalize-clamp-like-pattern-between-negative-and-positive-thresholds.ll InstCombine: Propagate profile metadata in clamp canonicalization
LLVM /project c58859a — llvm/lib/Transforms/InstCombine InstCombineCasts.cpp, llvm/test/Transforms/InstCombine cast-mul-select.ll InstCombine: Propagate profile metadata in EvaluateInDifferentType to select
LLVM /project c887a24 — llvm/lib/Transforms/InstCombine InstCombineMulDivRem.cpp, llvm/test/Transforms/InstCombine fmul.ll InstCombine: Propagate profile metadata in mul(select) folding
LLVM /project 23e7429 — llvm/lib/Transforms/Utils SimplifyLibCalls.cpp, llvm/utils profcheck-xfail.txt InstCombine: Propagate profile metadata in SimplifyLibCalls for FFS
LLVM /project 437ebf8 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/test/Transforms/InstCombine and-fcmp.ll [InstCombine] Propagate profile metadata when factoring logic operations
When factoring logic operations involving logical AND/OR (represented as selects), InstCombine creates new select instructions. This patch ensures that these new instructions receive 'unknown' profile metadata if the function has profile data, satisfying profile verification requirements.
This fixes profile verification failures in .
LLVM /project 0227853 — llvm/lib/Transforms/InstCombine InstCombineAndOrXor.cpp InstCombineInternal.h, llvm/test/Transforms/InstCombine and-or-icmps.ll Fix profile metadata propagation in InstCombine reassociation.
This change ensures that reassociateBooleanAndOr propagates profile metadata (e.g. branch weights) from the original logical operation to the new one created during reassociation. This fixes a profile verification failure in Transforms/InstCombine/and-or-icmps.ll where a select instruction was missing annotation.
LLVM /project c40ee86 — llvm/lib/Analysis MemoryBuiltins.cpp, llvm/test/Transforms/InstCombine builtin-dynamic-object-size.ll InstCombine: Propagate profile metadata in objectsize lowering to select
LLVM /project 8c7a8e5 — llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine bitreverse.ll InstCombine: Propagate profile metadata in bitreverse to select
LLVM /project 1405894 — llvm/lib/Transforms/InstCombine InstCombineSelect.cpp, llvm/test/Transforms/InstCombine select-and-or.ll Fix profile metadata propagation in InstCombine select folding
Propagate profile metadata when folding select instructions with logical AND/OR conditions and when canonicalizing SPF to intrinsics. This fixes profile verification failures in Transforms/InstCombine/select-and-or.ll.