13,081,988 commits found in 11 milliseconds
LLVM /project 65ba527 — clang-tools-extra/clang-tidy/bugprone DynamicStaticInitializersCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst [clang-tidy] Support C++20 constinit in bugprone-dynamic-static-initializers (#174744)
Variables marked with `constinit` are guaranteed to be statically
initialized. This patch add support for these. LLVM /project 43b8bc4 — libc/shared/math sin.h, libc/src/__support/math sin.h CMakeLists.txt [libc][math] Refactor sin implementation to header-only in src/__support/math folder. (#175200)
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 restore predecls
LLVM /project 8424f9c — mlir/include/mlir/Bindings/Python IRCore.h, mlir/test/python/dialects python_test.py ub.py fix __Str__
add test
format
Add filegroups for installed compiler-rt headers (#175278)
These are installed along-side the builtin Clang headers. Adding these
filegroups follows the filegroups in clang/BUILD.bazel and allows
merging when both are needed. LLVM /project c23378c — mlir/include/mlir/Bindings/Python IRCore.h, mlir/test/python/dialects python_test.py ub.py fix __Str__
LLVM /project 3ab5d53 — clang-tools-extra/clang-doc JSONGenerator.cpp, clang-tools-extra/clang-doc/assets namespace-template.mustache [clang-doc] Add variables to the namespace HTML template
LLVM /project 2723e9a — clang-tools-extra/clang-doc JSONGenerator.cpp, clang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache [clang-doc] Serialize repository URL in Mustache templates (#174914)
Location tags didn't handle possible `FileURL` fields when a repository
URL was specified in a clang-doc invocation. This also cleans up all
location occurences to use `<p>` instead of `<div>` and allows linking
to the repository URL. doc: Updated x11/p5-Tkx to 1.10nb2
previous commit comment should have been:
doc: Added devel/p5-Test-Harness-Straps version 0.30
Fix
fix ifs
add dependencies for tkx-ed (bwidget, ctext in tklib) and tkx-prove
(Test-Harness-Straps) which are included in the package but not part
of the actual module itself.
[clang-format][NFC] Remove redundant checking for null pointer
See https://github.com/llvm/llvm-project/pull/143194#discussion_r2674008700
FreeBSD /ports 2ea284a — x11/contour Makefile distinfo, x11/contour/files patch-src_crispy_FNV.h extra-patch-src_crispy_read__selector.h x11/contour: Update to 0.6.2.8008
While here, add patch to fix build with clang/libc++ 19.
libc++ 19 only provides std::char_traits for character types, which
causes compile errors when crispy::fnv is instantiated with non-char
types.
Restricting string-related overloads to char-only types, and adding a
generic trivially-copyable value hashing overload restore successful
builds on clang/libc++ 19.
Changelog: https://github.com/contour-terminal/contour/releases/tag/v0.6.2.8008
Reported by: portscout
rge: Add to amd64 GENERIC and to sys/conf/NOTES
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D54609
Fix
LLVM /project 7c2c7f0 — mlir/include/mlir/Bindings/Python IRCore.h NanobindUtils.h, mlir/lib/Bindings/Python IRCore.cpp IRAffine.cpp [mlir][Python] downcast ir.Value to BlockArgument or OpResult
LLVM /project f59b51e — clang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache, clang-tools-extra/test/clang-doc enum.cpp fix tests
LLVM /project 2cceec6 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/mcdc/nest/bitmapaddr
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,595 -1,119,107 3,791 files
[BOLT] Avoid UB due to misaligned access. (#174990)
There is no guarantee that PatchOffset is suitably aligned for uint32_t,
and in BOLT's own tests, it is not aligned for uint32_t.
Fixes test failures seen with LLVM_USE_SANITIZER=Undefined. LLVM /project 687a393 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/cov/single/trunk
Conflicts:
clang/docs/ReleaseNotes.rst
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,532 -1,119,116 3,791 files
LLVM /project 29c4898 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/cov/single/switch
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,532 -1,119,116 3,791 files
LLVM /project cc09b26 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/cov/single/if
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,532 -1,119,116 3,791 files
LLVM /project 4b207a9 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/cov/single/condop
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,532 -1,119,116 3,791 files
LLVM /project e5b5108 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/cov/single/loop
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,785 files not shown +1,251,532 -1,119,116 3,791 files
Fix
LLVM /project d394178 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/mcdc/nest/mcdcstate' into users/chapuni/mcdc/nest/lnot
Delta File +42,349 -42,348 llvm/test/MC/AMDGPU/gfx8_asm_vop3.s +41,419 -41,418 llvm/test/MC/AMDGPU/gfx7_asm_vop3.s +36,428 -36,427 llvm/test/MC/AMDGPU/gfx9_asm_vop3.s +28,175 -28,174 llvm/test/MC/AMDGPU/gfx9_asm_vopc.s +22,708 -22,884 llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt +22,276 -22,275 llvm/test/MC/AMDGPU/gfx8_asm_vopc.s +193,355 -193,526 3,782 files not shown +1,251,478 -1,119,104 3,788 files
LLVM /project bf318b1 — clang/include/clang/AST IgnoreExpr.h, clang/lib/CodeGen CoverageMappingGen.cpp CodeGenFunction.cpp Merge branch 'main' into users/chapuni/mcdc/nest/mcdcstate