13,157,803 commits found in 7 milliseconds
LLVM /project eb5f780 — clang/lib/Basic/Targets PPC.cpp PPC.h, clang/lib/CodeGen CodeGenFunction.cpp CodeGenModule.cpp code review
code review
code review
test all supported CPUs
update target_clones documentation
fix test
create PPCTargetInfo::isTargetClonesSupportedCPU to filter out unsupported CPUs during Sema
LLVM /project 74e4342 — clang/include/clang/Sema SemaPPC.h, clang/lib/Basic/Targets PPC.cpp PPC.h normalize CPU during Sema
fix Sema and create ppc target_clones tests based on the x86 test
diagnose non-cpu strings in target_clones in Sema
LLVM /project 8a2f16a — clang/lib/Basic/Targets PPC.cpp, clang/lib/CodeGen CodeGenFunction.cpp now that we normalize CPU on target_clones in Sema, remove normalization in codegen
checkTargetClonesAttr: compute TargetInfo once
code review: add const to parameters
inline the only call to IgnoreFMVOnADeclaration
LLVM /project 11313b0 — clang/include/clang/Basic TargetInfo.h, clang/lib/CodeGen/TargetBuiltins PPC.cpp code review
LLVM /project 268d3fb — clang/lib/CodeGen CodeGenFunction.cpp, clang/lib/CodeGen/Targets PPC.cpp clang-formt
Handle case when an FMV function is declared, used, then defined by:
fixing getMangledNameImpl such that it does not need to special case for FMV declarations because GetOrCreateLLVMFunction already can return the non-mangled name of declared FMV functions
LLVM /project caf6c94 — clang/lib/CodeGen CodeGenFunction.cpp, clang/test/CodeGen attr-target-clones-ppc.c test
test
test
add IR codegen test
limit support to cpu-only versions, and implement getFMVPriority
normalize the CPU name on the target* attribute
LLVM /project dcb0c92 — clang/lib/AST ASTContext.cpp, clang/lib/CodeGen CodeGenFunction.cpp CodeGenModule.cpp clang-format
fix Sema/attr-target.c
ignore target_clones on a declaration and internalize the resolver and the clones
fix PPCTargetInfo::parseTargetAttr
LLVM /project aef34e4 — clang/include/clang/Sema SemaPPC.h, clang/lib/Basic/Targets PPC.cpp clang codegen for target_clones
LLVM /project 4ff6a9b — clang/lib/CodeGen CodeGenFunction.h, clang/lib/CodeGen/TargetBuiltins PPC.cpp refactor EmitPPCBuiltinCpu
Merge pull request #72 from ghostbsd/ericbsd-patch-1
Downgrade version from 6.8 to 6.4 Downgrade version from 6.8 to 6.4 Merge pull request #71 from ghostbsd/major-upgrade
Add boot environment based major version upgrade support LLVM /project 0ca8324 — clang/include/clang/Serialization ASTWriter.h, clang/lib/Serialization ASTWriter.cpp ASTWriterDecl.cpp Revert "[Serialization] [ASTWriter] Try to not record namespace as much as possible (#179178)"
This reverts commit 8eb0dfe5b6d658fa9991612060a1840927fd2eea .
Breaks some clang header module targets. See the original PR for
discussion/reproducers.
Update button label from 'Install update' to 'Install Now' in frontend
textproc/elasticsearch7: Fix build with non-default USERS/GROUPS
Also use ${ETCDIR} instead of ${PREFIX}/etc/elasticsearch.
Approved by: blanket (fix build)
MFH: 2026Q1
(cherry picked from commit 33d68c58fb5855aab6fe665b7f380aa42a2c6672 )