13,170,402 commits found in 7 milliseconds
Revert "[SLP][NFC] Refactor to prepare for constant stride stores" (#188669)
Revert 26f344e1703229aea20df616b1dbc949fbc332e1 .
Causes crashes. Reduced test case:
https://github.com/llvm/llvm-project/pull/185997#issuecomment-4131405777 LLVM /project 4f7a3ea — clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu [CIR][CUDA] Handle CUDA module constructor and destructor emission.
FreeBSD /ports de44925 — editors/gram distinfo Makefile.crates, editors/gram/files patch-cargo-crates_crash-handler-0.7.0_src_linux_state.rs patch-cargo-crates_minidumper-0.8.3_src_ipc_server.rs editors/gram: New port: Fork of the Zed code editor without AI or telemetry
LLVM /project 3fcf10c — clang/lib/AST/ByteCode Interp.cpp Interp.h, clang/test/SemaTemplate stack-exhaustion.cpp [clang][bytecode] Reapply "Use tailcalls via `[[clang::musttail]]`" (#188419)
1) Disable tailcalls on powerpc and MSVC
2) Disable the `preserve_none` calling convention on aarch64 and i386.
For aarch64, it works but causes problems under asan:
https://github.com/llvm/llvm-project/issues/177519 Revert "[SLP][NFC] Refactor to prepare for constant stride stores (#185997)"
This reverts commit 26f344e1703229aea20df616b1dbc949fbc332e1 .
[ORC] Fix typo in comment. NFC. (#188664) LLVM /project 6556183 — llvm/lib/Target/RISCV RISCVInstrInfoXqci.td, llvm/test/CodeGen/RISCV xqciac.ll [RISCV] Add compress pattern for QC_SHLADD Rd, Rs1, Rd, 4 to QC_C_MULIADD Rd, Rs1, 16 (#188516) net/freeipa-client: update to 4.13.1
Reported by: portscout
Sponsored by: Klara, Inc.
FreeBSD /doc 10ecd56 — website/static/security/advisories FreeBSD-SA-26:06.tcp.asc FreeBSD-SA-26:09.pf.asc, website/static/security/patches/SA-26:09 pf-15.patch pf-14.patch Add SA-26:06 through SA-26:09.
Approved by: so
devel/etcd35: update to 3.5.38
Reported by: portscout
Sponsored by: Entersekt (previously Modirum MDpay)
Sponsored by: Klara, Inc.
sysutils/lsblk: bump PORTREVISION
PR: 293887
LLVM /project 5a2fedf — libc/src/__support/CPP/type_traits is_constant_evaluated.h, libc/src/__support/macros attributes.h config.h [libc][msvc] Re-enable __builtin_is_constant_evaluated for MSVC. (#188663) LLVM /project dfcc765 — llvm/lib/Transforms/Vectorize VectorCombine.cpp, llvm/test/Transforms/VectorCombine/LoongArch shuffle-identity-miscompile.ll lit.local.cfg [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 3241fd3 — llvm/test/Transforms/VectorCombine/LoongArch shuffle-identity-miscompile.ll lit.local.cfg [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 976a107 — llvm/test/Transforms/VectorCombine/LoongArch shuffle-identity-miscompile.ll lit.local.cfg [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
biology/sra-tools: Unbreak distfile
Corruption caused by failed fetch during previous commit.
LLVM /project 406ac8a — clang/include/clang/CIR/Dialect/IR CIRCUDAAttrs.td, clang/lib/CIR/CodeGen CIRGenModule.cpp Avoid copies from `std::string`
LLVM /project 901073a — clang/test/Preprocessor riscv-target-features.c, llvm/lib/Target/RISCV RISCVInstrInfoP.td [RISCV] Update P extension to 0.21 (#188121)
Add the new shift and pnclip instructions.
Spec PR https://github.com/riscv/riscv-p-spec/pull/237 update py-pygithub to 2.9.0
NetBSD /pkgsrc OnLFSab — games/craft distinfo, games/craft/patches patch-hcc_hcc.cc patch-hcc_hcc.hc games/craft: fix build with gcc14
update py-qtconsole to 5.7.2
update py-spyder-kernels to 3.1.4
deskutils/taskwarrior-tui: Update to 0.26.7
LLVM /project 983b202 — clang-tools-extra/test/clang-tidy/checkers/android cloexec-memfd-create.cpp cloexec-accept4.cpp, clang-tools-extra/test/clang-tidy/checkers/bugprone spuriously-wake-up-functions.c posix-return.cpp [clang-tidy][NFC] Use mock header instead of #define NULL in tests (#188420)
Since stddef.h in the mock headers of clang-tidy tests now provides
`#define NULL 0L`, we can migrate manual `#define NULL` in these tests
to standard `#include`s. wm/golem: fix build with gcc14
15.0: Update "latest" AMIs
We now have 15.0-RELEASE-p5 AMIs.
Note that, due to ongoing issues impacting hardware in the region, AMIs for
the me-south-1 region have not been updated.
Approved by: re (implicit)
Sponsored by: Amazon
Merge pull request #273 from ghostbsd/bzip2-dev
Add GhostBSD-bzip2-dev to package list Add GhostBSD-bzip2-dev to package list Format
Created using spr 1.3.6-beta.1
LLVM /project b95b902 — lldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp ProcessTrace.cpp [LLDB] Use shared_ptr for m_current_private_state_thread (#188542)
Avoids manual memory management.
Uses `shared_ptr` instead of `unique_ptr` because we store references to
the current thread in a backup variable.
Simplifies the private thread `is_secondary` semantics by providing a
backup storage for the current thread instead of a boolean value with a
contract to manage the backup separately.