13,081,970 commits found in 21 milliseconds
[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
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)
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
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 )
LLVM /project 9a82902 — 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 38f1488 — clang/include/clang/AST IgnoreExpr.h, clang/lib/CodeGen CoverageMappingGen.cpp CodeGenFunction.cpp [MC/DC] Enable usage of `!` among `&&` and `||` (#125406)
In the current implementation, `!(a || b) && c` was not treated as one
Decision with three terms.
Fixes #124563 LLVM /project 02c95d6 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/cov/merge/mcdcsort' into users/chapuni/mcdc/nest/mcdcstate
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,781 files not shown +1,251,460 -1,119,098 3,787 files
LLVM /project e0486d0 — clang/lib/CodeGen MCDCState.h, clang/test/Sema warn-thread-safety-analysis.c Merge branch 'main' into users/chapuni/cov/merge/mcdcsort
[clang][CodeGen] Avoid copy of loop variable (NFC)
/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp:1140:19: error: loop variable '[_, V]' creates a copy from type 'const value_type' (aka 'const llvm::detail::DenseMapPair<const clang::Stmt *, clang::CodeGen::CounterPair>') [-Werror,-Wrange-loop-construct]
for (const auto [_, V] : *RegionCounterMap) {
^
/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp:1140:8: note: use reference type 'const value_type &' (aka 'const llvm::detail::DenseMapPair<const clang::Stmt *, clang::CodeGen::CounterPair> &') to prevent copying
for (const auto [_, V] : *RegionCounterMap) {
^~~~~~~~~~~~~~~~~~~
&
1 error generated.
Comments: FreeBSD.conf should not be overwritten
The files /usr/sbin/pkg/FreeBSD.conf.* currently set base repo to {enable: no}.
We don't want to overwrite /local/etc/pkg/repos/FreeBSD.conf that already exists
when users choose tech preview in the installation.
Signed-off-by: Guilherme Augusto de Souza Candinho <cndghm at gmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1925
[libc] Fix bazel format caused by #162132 (#175276)
vm_object.h: tweak OBJ_ONEMAPPING comment even more
(cherry picked from commit dcb80621bbf9a733b91f1a011af873318fac2709 )
[MC/DC] Refactor MCDC::State::Decision. NFC. (#125408)
Introduce `ID` and `InvalidID`. Then `DecisionByStmt` can have three
states.
* Not assigned if the Stmt(Expr) doesn't exist.
* When `DecisionByStmt[Expr]` exists:
* Invalid and should be ignored if `ID == Invalid`.
* Valid if `ID != Invalid`. Other member will be filled in the Mapper. LLVM /project f43e1e3 — llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt Merge branch 'users/chapuni/cov/single/unify' into users/chapuni/cov/merge/mcdcsort
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,768 files not shown +1,251,161 -1,118,922 3,774 files