FreeBSD/ports ba0c6e6sysutils/opa distinfo Makefile

sysutils/opa: update 1.16.2 → 1.17.0
DeltaFile
+5-5sysutils/opa/distinfo
+1-1sysutils/opa/Makefile
+6-62 files

LLVM/project f089890clang-tools-extra/docs ReleaseNotes.rst, clang-tools-extra/test/clang-tidy/checkers/misc const-correctness-pointer-as-values.cpp const-correctness-parameters.cpp

[clang-tidy] Fixes false positive with a non-const method on a pointer (#188844)

Fixes

#56777
#58098
#64955

Non-const member functions don't mutate the pointer but the pointee.
Pointee mutations follow different path within the analyzer, so should
not be effected.

Edit to old tests were needed. Adds a dedicated tests besides those.
DeltaFile
+16-0clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
+11-0clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-values.cpp
+5-2clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-parameters.cpp
+6-1clang/lib/Analysis/ExprMutationAnalyzer.cpp
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+42-35 files

LLVM/project 4df7470flang/lib/Optimizer/Builder CUDAIntrinsicCall.cpp, flang/test/Lower/CUDA cuda-device-proc.cuf

[MLIR][NVVM] Split nvvm.barrier into nvvm.barrier and nvvm.barrier.reduction (#199404)
DeltaFile
+51-26mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+24-42mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+20-2mlir/test/Dialect/LLVMIR/nvvm.mlir
+13-6mlir/test/Target/LLVMIR/nvvm/barrier.mlir
+9-9flang/lib/Optimizer/Builder/CUDAIntrinsicCall.cpp
+9-9flang/test/Lower/CUDA/cuda-device-proc.cuf
+126-943 files not shown
+131-1079 files

FreeBSD/ports 59969a0devel/py-ruff distinfo Makefile, devel/ruff distinfo Makefile.crates

devel/{,py-}ruff: update 0.15.14 → 0.15.15
DeltaFile
+15-15devel/py-ruff/distinfo
+15-15devel/ruff/distinfo
+7-7devel/py-ruff/Makefile
+6-6devel/ruff/Makefile.crates
+1-1devel/ruff/Makefile
+44-445 files

FreeBSD/ports 6c09fcdmisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.21 → 3.6.23
DeltaFile
+3-3misc/lean-ctx/distinfo
+1-1misc/lean-ctx/Makefile
+4-42 files

FreeBSD/ports 5f480c3devel/cargo-deny distinfo Makefile

devel/cargo-deny: update 0.19.7 → 0.19.8
DeltaFile
+3-3devel/cargo-deny/distinfo
+1-1devel/cargo-deny/Makefile
+4-42 files

FreeBSD/ports 7f0dcf9devel/cargo-edit distinfo Makefile

devel/cargo-edit: update 0.13.10 → 0.13.11
DeltaFile
+3-3devel/cargo-edit/distinfo
+2-2devel/cargo-edit/Makefile
+5-52 files

FreeBSD/ports 7e4f43bmath/elan distinfo Makefile

math/elan: update 4.2.1 → 4.2.2
DeltaFile
+3-3math/elan/distinfo
+2-2math/elan/Makefile
+5-52 files

Illumos/gate c6783dfusr/src/uts/intel/kdi kdi_asm.S

18133 Processor ID is truncated to 8 bits in KDI entry
Reviewed by: Gordon Ross <gordon.w.ross at gmail.com>
Reviewed by: Toomas Soome <tsoome at me.com>
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+2-1usr/src/uts/intel/kdi/kdi_asm.S
+2-11 files

LLVM/project 060ef6allvm/utils/lit/lit LitConfig.py, llvm/utils/lit/tests lit-config-readonly.py

[lit] Enforce read-only behavior on lit_config.maxIndividualTestTime (#198193)

Enforce read-only behavior on lit_config.maxIndividualTestTime after
initialization to prevent test suites from modifying it globally, and
add a core lit test to verify this behavior.

PR Stack:
* https://github.com/llvm/llvm-project/pull/198192
* https://github.com/llvm/llvm-project/pull/199886
* https://github.com/llvm/llvm-project/pull/199996
* ➤ https://github.com/llvm/llvm-project/pull/198193

Assisted-by: Gemini
DeltaFile
+11-0llvm/utils/lit/tests/Inputs/lit-config-readonly/lit.cfg
+5-0llvm/utils/lit/lit/LitConfig.py
+4-0llvm/utils/lit/tests/lit-config-readonly.py
+20-03 files

LLVM/project 985b242clang/include/clang/Options Options.td, clang/lib/Driver/ToolChains Clang.cpp

address comments
DeltaFile
+2-2clang/include/clang/Options/Options.td
+1-1clang/lib/Driver/ToolChains/Clang.cpp
+3-32 files

LLVM/project c285c5bclang/docs LanguageExtensions.rst, clang/include/clang/Options Options.td

Enable driver changes for fexec-charset
DeltaFile
+14-6clang/lib/Driver/ToolChains/Clang.cpp
+14-4clang/include/clang/Options/Options.td
+11-3clang/test/Driver/clang_f_opts.c
+10-0llvm/lib/Support/TextEncoding.cpp
+4-3clang/test/Driver/cl-options.c
+3-3clang/docs/LanguageExtensions.rst
+56-193 files not shown
+60-199 files

LLVM/project 862deb2clang/include/clang/Basic TargetInfo.h, clang/lib/AST ASTContext.cpp

convert to exec-charset inside getPredefinedStringLiteralFromCache, test __builtin_FILE()
DeltaFile
+10-0clang/lib/AST/ASTContext.cpp
+3-2clang/lib/Lex/TextEncodingConfig.cpp
+4-0clang/test/CodeGen/systemz-charset.cpp
+3-0clang/lib/Basic/TargetInfo.cpp
+2-0clang/include/clang/Basic/TargetInfo.h
+22-25 files

LLVM/project 6204c6bclang/include/clang/Lex TextEncodingConfig.h, clang/lib/Lex TextEncodingConfig.cpp

fix CI
DeltaFile
+2-2clang/lib/Lex/TextEncodingConfig.cpp
+1-0clang/include/clang/Lex/TextEncodingConfig.h
+3-22 files

LLVM/project 70439f1clang/lib/AST PrintfFormatString.cpp FormatString.cpp, clang/lib/Sema SemaChecking.cpp

Add format string handling
DeltaFile
+58-31clang/lib/AST/PrintfFormatString.cpp
+46-40clang/lib/AST/FormatString.cpp
+33-21clang/lib/Sema/SemaChecking.cpp
+25-11clang/lib/AST/FormatStringParsing.h
+15-8clang/lib/AST/ScanfFormatString.cpp
+19-0llvm/lib/Support/TextEncoding.cpp
+196-1117 files not shown
+232-11913 files

LLVM/project 0b8a987clang/lib/AST ASTContext.cpp

Convert the key before cache lookup to prevent encoding differences
DeltaFile
+9-9clang/lib/AST/ASTContext.cpp
+9-91 files

LLVM/project 36b170dclang/lib/Sema SemaChecking.cpp

do not convert character by character
DeltaFile
+6-4clang/lib/Sema/SemaChecking.cpp
+6-41 files

LLVM/project 447a251clang/test/CodeGen systemz-charset.c

fix CI
DeltaFile
+2-0clang/test/CodeGen/systemz-charset.c
+2-01 files

LLVM/project 721c874clang/include/clang/Sema Sema.h

Fix build failure
DeltaFile
+1-0clang/include/clang/Sema/Sema.h
+1-01 files

LLVM/project 72dadd9clang/include/clang/AST Expr.h, clang/lib/AST Expr.cpp

fix CI
DeltaFile
+14-0clang/lib/AST/Expr.cpp
+6-0clang/include/clang/AST/Expr.h
+3-2clang/lib/Sema/SemaExpr.cpp
+0-1clang/lib/Parse/ParseDecl.cpp
+23-34 files

LLVM/project 202e047clang/include/clang/Sema Sema.h

Remove old include
DeltaFile
+0-1clang/include/clang/Sema/Sema.h
+0-11 files

LLVM/project cfacbd0clang/lib/Parse ParseDecl.cpp ParseExpr.cpp, clang/lib/Sema SemaExpr.cpp

add ParserConversionAction, do not translate unevaluated strings
DeltaFile
+15-0clang/test/CodeGen/systemz-charset.c
+6-5clang/lib/Sema/SemaExpr.cpp
+10-0clang/lib/Parse/ParseDecl.cpp
+8-0clang/test/CodeGen/systemz-charset-diag.cpp
+3-3clang/lib/Parse/ParseExpr.cpp
+4-0clang/lib/Parse/Parser.cpp
+46-83 files not shown
+52-99 files

LLVM/project 9838854llvm/lib/Target/DirectX DXILPrettyPrinter.cpp

Make sort comparator accept const values
DeltaFile
+5-4llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp
+5-41 files

LLVM/project 0344746clang/test/CodeGen systemz-charset-diag.cpp

Add test coverage for conversion errors in string literals
DeltaFile
+3-0clang/test/CodeGen/systemz-charset-diag.cpp
+3-01 files

LLVM/project 9190250llvm/lib/Target/DirectX DXILPrettyPrinter.cpp, llvm/test/CodeGen/DirectX debug-info.ll

Update after #197478
DeltaFile
+9-0llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp
+6-3llvm/test/CodeGen/DirectX/debug-info.ll
+15-32 files

LLVM/project ac574a1llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll accvgpr-spill-scc-clobber.mir

Merge branch 'users/hvdijk/aaw-emitmdnodeannot' into users/hvdijk/dxilprettyprinter-ir-printing
DeltaFile
+7,612-6,640llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+8,268-12llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir
+2,501-2,502llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
+2,151-2,154llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+1,981-1,979llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,802-1,805llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+24,315-15,0923,557 files not shown
+159,617-85,7893,563 files

LLVM/project 048902dllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll accvgpr-spill-scc-clobber.mir

Merge branch 'main' into users/hvdijk/aaw-emitmdnodeannot
DeltaFile
+7,612-6,640llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+8,268-12llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir
+2,501-2,502llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
+2,151-2,154llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+1,981-1,979llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,802-1,805llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+24,315-15,0923,557 files not shown
+159,617-85,7893,563 files

LLVM/project 4add259llvm/test/CodeGen/AMDGPU/GlobalISel legalize-merge-values-build-vector-s16.mir select-merge-values-build-vector-s16.mir

Update MIR tests
DeltaFile
+78-4llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values-build-vector-s16.mir
+70-4llvm/test/CodeGen/AMDGPU/GlobalISel/select-merge-values-build-vector-s16.mir
+148-82 files

LLVM/project 27d70f8llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel fshl.ll fshr.ll

Reuse shareable code from G_BUILD_VECTOR, get vgprs working, refactor rules
DeltaFile
+110-107llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+67-80llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
+66-79llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+6-14llvm/test/CodeGen/AMDGPU/GlobalISel/andn2.ll
+6-14llvm/test/CodeGen/AMDGPU/GlobalISel/orn2.ll
+2-4llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+257-2981 files not shown
+259-2987 files

FreeBSD/ports 2088eddtextproc/highlight distinfo Makefile

textproc/highlight: Update to 4.20

https://gitlab.com/saalen/highlight/-/raw/v4.20/ChangeLog.adoc

PR:             295578
Approved by:    osa (mentor)
DeltaFile
+3-3textproc/highlight/distinfo
+2-2textproc/highlight/Makefile
+5-52 files