13,081,980 commits found in 33 milliseconds
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
[clang-doc] Update clang-tools-extra release notes (#175232)
doc: Added devel/p5-Test-Harness-Straps version 2026-01-10
Fix
LLVM /project aa58492 — clang-tools-extra/clang-doc JSONGenerator.cpp, clang-tools-extra/clang-doc/assets class-template.mustache namespace-template.mustache add line prefix from CDCtx, fix extra tag
LLVM /project 8f8d9f7 — 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
add p5-Test-Harness-Straps-0.30, module for running perl test scripts
vm_object.h: tweak OBJ_ONEMAPPING comment even more
(cherry picked from commit dcb80621bbf9a733b91f1a011af873318fac2709 )
vm/vm_object.h: clarify the OBJ_ONEMAPPING semantic
(cherry picked from commit 9c923575606bbd29dcf0ec3384150d2d67136cbb )