13,129,443 commits found in 7 milliseconds
LLVM /project 8ccc40e — libc/shared/math hypotf16.h, libc/src/__support/math hypotf16.h CMakeLists.txt [libc][math] Refactor hypotf16 to Header Only (#180511).
closes #175337
part of #175336 LLVM /project 2060561 — llvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer switch-icmp.ll Reapply "[msan] Switch switch() from strict handling to (icmp eq)-style handling" (#180636) (#181112)
This reverts https://github.com/llvm/llvm-project/pull/180636 i.e.,
relands https://github.com/llvm/llvm-project/pull/179851.
It was originally reverted because of buildbot failures. When compiling
switch statements with many cases (e.g., AMDGPUGenMCCodeEmitter.inc has
>30,000 cases), MSan's instrumentation created an extremely long chained
expression for the shadow computation. Although that was legal LLVM IR,
it caused the subsequent JumpThreadingPass to have a stack overflow.
This reland avoids the issue by limiting the number of cases considered
(`-msan-switch-precision`), with the tradeoff of niche false negatives
(only in the case where the condition is partly uninitialized and the
first x cases still have a defined comparison, but a case # > x does not
have a fully-defined comparison).
This reland also adds some TODOs for possible improvements.
[39 lines not shown ] LLVM /project bcf0ecf — libc/shared/math ffma.h, libc/src/__support/math ffma.h CMakeLists.txt [libc][math] Refactor ffma implementation to header-only in src/__support/math folder (#175304).
Part of #147386
in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450 LLVM /project a1d856a — libc/shared/math tanhf.h, libc/src/__support/math tanhf.h CMakeLists.txt [libc][math] Refactor tanhf implementation to header-only in src/__support/math folder. (#178554)
Part of https://github.com/llvm/llvm-project/issues/147386
closes https://github.com/llvm/llvm-project/issues/178493 Update to filezilla-3.69.6
Update to libfilezilla-0.54.1
Changes: https://lib.filezilla-project.org
LLVM /project 5c14267 — clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded vabs.c vabdu.c, clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/overloaded vabs.c vabdu.c [Clang][RISCV] Add Zvabd intrinsics
Doc:
* https://github.com/riscv/integer-vector-absolute-difference
* https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/424
Authored-by: Zhenxuan Sang <sang at bytedance.com>
Co-Authored-by: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
Reviewers: preames, topperc, kito-cheng
Pull Request: https://github.com/llvm/llvm-project/pull/180929
tr: fix class handling in unicode world
toupper/tolower logic was only handled for CCLASS_TOUPPER and
CCLASS_TOLOWER, add support for CCLASS ([:alpha:])
PR: 219900
MFC After: 1 week
www/gitlab: clean up
no functional change, so do not bump portrevision.
(cherry picked from commit a23442c68ce73ff6cf178325fae4a437e618476b )
www/gitlab: security and patch update to 18.8.4
also mark gitaly to not work on i386, see also:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/8309#note_3075944887
Changes: https://about.gitlab.com/releases/2026/02/10/patch-release-gitlab-18-8-4-released/
(cherry picked from commit 209a937925388638d33b84ef2af3c8a040f26138 )
www/gitlab: patch update to 18.8.3
Changes: https://about.gitlab.com/releases/2026/02/04/gitlab-18-8-3-released/
(cherry picked from commit 235153b31a80bc46b3592664994ae4c0eff5c66e )
security/trivy: update to 0.69.1
Changes: https://github.com/aquasecurity/trivy/releases/tag/v0.69.1
(cherry picked from commit 561a0da5037103e37385df22c64e390ca5aac46e )
sysutils/vagrant-gitlab: fix regression from 5efa5ed133f6d472ae214a295700f93e2908c173
(cherry picked from commit 6e8127cef3271640e17e69ef09d5204e4ef984c9 )
devel/rubygem-listen-gitlab: new port required for vagrant-gitlab
(cherry picked from commit d7eb707b9db00f95962d7625bcefd2501a2bff7d )
devel/rubygem-thor14: add new port
to fix build error for sysutils/rubygem-tmuxinator
(cherry picked from commit c405f68b2c25894ec5dbdc9246154839bd5a3391 )
devel/rubygem-graphql-client: fix build issue
Reported by: pkg-fallout
(cherry picked from commit bd756ec833e11e85996749647ca1825afb2e59a8 )
security/trivy: update to 0.69.0
Changes: https://github.com/aquasecurity/trivy/releases/tag/v0.69.0
(cherry picked from commit d28e6fe8da32fd1811ceff1dd28b80ecf7eeaeb2 )
devel/glab: update to 1.85.1
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.85.1
(cherry picked from commit dc826a8a2521d222752f89a81d6912987370e80a )
devel/glab: update to 1.85.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.85.0
(cherry picked from commit 810a14f12a91fbd036bf5c3810a4b38c56cc2189 )
devel/glab: update to 1.84.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.84.0
(cherry picked from commit 74c374e89408e870e6049dabd3620c4ea1312ff3 )
devel/glab: update to 1.83.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.83.0
(cherry picked from commit 6269f5a85c9725244f4d600bdff22680cac90bca )
devel/glab: update to 1.82.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.82.0
(cherry picked from commit bb41f1ecc6091790f3bace4e80f79f6c58eb2156 )
LLVM /project 2693adf — libc/shared/math bf16addf128.h, libc/src/__support/math bf16addf128.h CMakeLists.txt [libc][math] Refactor bf16addf128 to header only (#181058)
Resolves #181018
Part of #147386 devel/glab: update to 1.84.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.84.0
devel/glab: update to 1.85.1
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.85.1
devel/glab: update to 1.85.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.85.0
devel/glab: update to 1.83.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.83.0
[ELF] Move RISCV scanSectionImpl next to getRelExpr. NFC
Move scanSectionImpl and scanSection to right after getRelExpr and
before relocate, matching the ordering used in X86_64.cpp and PPC64.cpp.
textproc/R-cran-XML: Update to 3.99-0.22
Reported by: portscout
LLVM /project 78d9957 — lld/ELF Target.cpp, lld/ELF/Arch RISCVInternalRelocations.h RISCV.cpp Revert "[LLD] Add support for statically resolved vendor-specific RISCV relocations. (#169273)" (#181336)
This reverts commit 0c6d7a40187e5e6cbdff1cf5dbdb6fe91054bef4 and
follow-up 7dfa132936a89a966befb6045f306cb9905c6dab .
It landed prematurely with multiple issues in the implementation and
tests.