13,417,472 commits found in 7 milliseconds
14.5: Update to RC1
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
LLVM /project 54fcb62 — clang/test/SemaHLSL/Resources Textures-unsupported-methods-errors.hlsl Fixup test comment
LLVM /project b59c343 — clang/lib/CodeGen CGHLSLBuiltins.cpp, clang/lib/Sema HLSLExternalSemaSource.cpp HLSLBuiltinTypeDeclBuilder.cpp Add setupTextureCubeType function, and add missing clamp overloads
Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/main' into hardenedbsd/main
misc/shimmy: Update to 2.6.0
Changelog: https://github.com/Michael-A-Kuykendall/shimmy/blob/v2.6.0/CHANGELOG.md
Reported by: GitHub (watch releases)
LLVM /project c61a13f — offload/test/offloading/CUDA blocking_stream_semantics.cu, offload/test/offloading/HIP blocking_stream_semantics.hip unify tests
Switch from "quarterly" to "release" pkgs on DVD
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
LLVM /project 05530b7 — llvm/test/tools/llvm-profdata merge-incompatible.test, llvm/test/tools/llvm-profdata/Inputs ir-basic.proftext fe-basic.proftext [InstrProf] Inline ir-basic.proftext into test
security/libgcrypt: Fix build on older LLVM
According to dim@ LLVM20 was the first LLVM to properly support the
requried SM4-EVEX instruction set. Let's make sure we have the minimum
needed LLVM installed.
PR: 297987
security/libgcrypt: Fix build on older LLVM
According to dim@ LLVM20 was the first LLVM to properly support the
requried SM4-EVEX instruction set. Let's make sure we have the minimum
needed LLVM installed.
PR: 297987
Revert "security/libgcrypt: Fix build on hardware lacking SM4-EVEX"
The patch does in fact not fix the problem. dim@ suggests a minimum
of LLVM20.
PR: 297987
This reverts commit f5beaaec79ca9a6d8dee273b44febf82e56a91a0 .
Revert "security/libgcrypt: Fix build on hardware lacking SM4-EVEX"
The patch does in fact not fix the problem. dim@ suggests a minimum
of LLVM20.
PR: 297987
This reverts commit f5beaaec79ca9a6d8dee273b44febf82e56a91a0 .
LLVM /project 3d3d2b3 — offload/languages/include/kernel LanguageRuntime.h, offload/languages/kernel/src LanguageRuntime.cpp add Memset
LLVM /project 8921ec7 — lldb/source/Plugins/InstrumentationRuntime/ASan InstrumentationRuntimeASan.cpp, lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers InstrumentationRuntimeASanLibsanitizers.h InstrumentationRuntimeASanLibsanitizers.cpp [lldb][Darwin] Remove libsanitizers ASan integration (#217791)
The OS-provided ASan runtime (in libsanitizers)
was removed on Darwin, so remove LLDB's support
for it.
rdar://177086333
Best reviewed commit-by-commit, 2 commits:
- b1e3ba9762dc0e1f7827113d4e5678b8aeefba66 - Remove libsanitizers ASan
integration (all deletes)
- c25c8086f4c3b195579d7d53ead4d799ab7ec445 - Fold ReportRetriever back
into the ASan plugin (mechanical inline, NFCI) LLVM /project f1b2175 — flang/lib/Optimizer/CodeGen CodeGen.cpp, mlir/lib/Conversion/AMDGPUToROCDL AMDGPUToROCDL.cpp [mlir] Migrate aggregate builders to explicit properties
Pass typed property structs and discardable attributes separately at ODS
aggregate builder call sites.
Assisted-by: Codex
LLVM /project 47b753b — mlir/docs/DefiningDialects Operations.md, mlir/test/lib/Dialect/Test TestOps.td [mlir][ODS] Populate properties in legacy aggregate builders
Partition mixed aggregate attributes before operation creation so legacy
aggregate builders correctly initialize typed properties while preserving
discardable attributes.
Assisted-by: Codex
LLVM /project ff090e4 — llvm/test/Transforms/LoopVectorize/RISCV partial-reduce-with-predicate.ll Regenerate CHECKs after rebase
LLVM /project 49af1b1 — offload/languages/kernel/src LanguageRuntime.cpp, offload/test/offloading/CUDA devicesync_streams.cu add proper deviceSync
[clang][modulemap] Fix crashes loading pcms (#218011)
Previously in the case that the directory was missing, loading a pcm
would crash. Now it attempts to load absolute paths first, and
gracefully ignores missing directories.
Follow up to https://github.com/llvm/llvm-project/pull/181916
Fixes: https://github.com/llvm/llvm-project/issues/215931
Assisted By: codex Drop removeCommonBlendMask from simplifyBlends, seems to be a no-op now
Extra tests for mask/phi re-use
LLVM /project d53909f — llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize predicator.ll Fix bug in previous commit
LLVM /project 9433513 — llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize blend-in-header.ll predicatedinst-loop-invariant.ll Don't preserve branch-on-constant
LLVM /project 59b501a — llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize/VPlan predicator.ll Share block masks in reconstructSSA for blend masks
LLVM /project b5d5029 — llvm/test/Transforms/LoopVectorize scalarize-masked-call.ll predicator.ll, llvm/test/Transforms/LoopVectorize/RISCV divrem.ll WIP2
LLVM /project 16d0244 — llvm/lib/Transforms/Vectorize VPlan.h VPlanHelpers.h, llvm/test/Transforms/LoopVectorize hoist-predicated-loads-with-predicated-stores.ll Awful AI-generated hack to deal with bcast/extractelement breaking SSA
LLVM /project 81e7215 — llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize predicator.ll Do CommonDom mask removal before reconstructSSA run for blend masks
LLVM /project 55089c8 — llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize predicator.ll constantfolder.ll WIP