13,250,694 commits found in 10 milliseconds
sysutils/opa: update 1.16.2 → 1.17.0
LLVM /project f089890 — clang-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. LLVM /project 4df7470 — flang/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) devel/{,py-}ruff: update 0.15.14 → 0.15.15
misc/lean-ctx: update 3.6.21 → 3.6.23
devel/cargo-deny: update 0.19.7 → 0.19.8
devel/cargo-edit: update 0.13.10 → 0.13.11
math/elan: update 4.2.1 → 4.2.2
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>
LLVM /project 060ef6a — llvm/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 LLVM /project 985b242 — clang/include/clang/Options Options.td, clang/lib/Driver/ToolChains Clang.cpp address comments
LLVM /project c285c5b — clang/docs LanguageExtensions.rst, clang/include/clang/Options Options.td Enable driver changes for fexec-charset
LLVM /project 862deb2 — clang/include/clang/Basic TargetInfo.h, clang/lib/AST ASTContext.cpp convert to exec-charset inside getPredefinedStringLiteralFromCache, test __builtin_FILE()
LLVM /project 6204c6b — clang/include/clang/Lex TextEncodingConfig.h, clang/lib/Lex TextEncodingConfig.cpp fix CI
LLVM /project 70439f1 — clang/lib/AST PrintfFormatString.cpp FormatString.cpp, clang/lib/Sema SemaChecking.cpp Add format string handling
Convert the key before cache lookup to prevent encoding differences
do not convert character by character
fix CI
Fix build failure
fix CI
Remove old include
LLVM /project cfacbd0 — clang/lib/Parse ParseDecl.cpp ParseExpr.cpp, clang/lib/Sema SemaExpr.cpp add ParserConversionAction, do not translate unevaluated strings
Make sort comparator accept const values
Add test coverage for conversion errors in string literals
LLVM /project 9190250 — llvm/lib/Target/DirectX DXILPrettyPrinter.cpp, llvm/test/CodeGen/DirectX debug-info.ll Update after #197478
LLVM /project ac574a1 — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll accvgpr-spill-scc-clobber.mir Merge branch 'users/hvdijk/aaw-emitmdnodeannot' into users/hvdijk/dxilprettyprinter-ir-printing
Delta File +7,612 -6,640 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +8,268 -12 llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir +2,501 -2,502 llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll +2,151 -2,154 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +1,981 -1,979 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +1,802 -1,805 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +24,315 -15,092 3,557 files not shown +159,617 -85,789 3,563 files
LLVM /project 048902d — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll accvgpr-spill-scc-clobber.mir Merge branch 'main' into users/hvdijk/aaw-emitmdnodeannot
Delta File +7,612 -6,640 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +8,268 -12 llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir +2,501 -2,502 llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll +2,151 -2,154 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +1,981 -1,979 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +1,802 -1,805 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +24,315 -15,092 3,557 files not shown +159,617 -85,789 3,563 files
LLVM /project 4add259 — llvm/test/CodeGen/AMDGPU/GlobalISel legalize-merge-values-build-vector-s16.mir select-merge-values-build-vector-s16.mir Update MIR tests
LLVM /project 27d70f8 — llvm/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
textproc/highlight: Update to 4.20
https://gitlab.com/saalen/highlight/-/raw/v4.20/ChangeLog.adoc
PR: 295578
Approved by: osa (mentor)