Skip to content

Pull requests: llvm/llvm-project

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[Clang] Support __bf16 type for SPIR/SPIR-V (#169012) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170233 by wenju-he was closed Dec 2, 2025 Loading… LLVM 18.X Release
[Clang] Support __bf16 type for SPIR/SPIR-V (#169012) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170232 by wenju-he was closed Dec 2, 2025 Loading… LLVM 19.X Release
[Clang] Support __bf16 type for SPIR/SPIR-V (#169012) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170231 by wenju-he was closed Dec 2, 2025 Loading… LLVM 20.X Release
[clang][bytecode][NFC] Add popToUInt64() to builtin evaluation clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170164 by tbaederr was merged Dec 2, 2025 Loading…
Fix NDEBUG Wundef warning; NFC clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170153 by svenvh was merged Dec 2, 2025 Loading…
[Clang] Fix handling of zero-length arrays in sfinae context. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170144 by cor3ntin was merged Dec 2, 2025 Loading…
Fix typo in attr.td: Avaiable -> Available clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170116 by badumbatish was merged Dec 1, 2025 Loading…
[clang][bytecode] Check memcmp builtin for one-past-the-end pointers clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170097 by tbaederr was merged Dec 1, 2025 Loading…
[clang][bytecode] Fix discarding ImplitiValueInitExprs clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170089 by tbaederr was merged Dec 1, 2025 Loading…
[clang][AST] Add RecordDecl::getNumFields() clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#170022 by tbaederr was merged Dec 1, 2025 Loading…
[clang][bytecode] Unify elementwise integer builtins using callback pattern clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169957 by Islam-Imad was merged Nov 29, 2025 Loading…
[clang][NFC] Declare CXXBasePaths::isAmbiguous as const clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169944 by davidstone was merged Nov 29, 2025 Loading…
[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX512 kmov intrinsics to be used in constexp backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
#169895 by 0xzre was merged Dec 1, 2025 Loading…
[X86] ExprConstant - correctly detect __builtin_ia32_ucmpw* builtins as unsigned comparisons backend:X86 clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169891 by RKSimon was merged Nov 28, 2025 Loading…
[clang:ast] Avoid warning for unused var without assertions. (NFC) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169822 by ingomueller-net was merged Nov 27, 2025 Loading…
[clang][bytecode] Check for invalid record decls in IntPointer::atOffset clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169786 by tbaederr was merged Nov 27, 2025 Loading…
[X86] Replace BF16 to F32 conversions with generic conversions backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
#169781 by RKSimon was merged Nov 27, 2025 Loading…
[ARM] Introduce intrinsics for MVE fma under strict-fp. backend:ARM clang:frontend Language frontend issues, e.g. anything involving "Sema" llvm:ir
#169771 by davemgreen was merged Nov 30, 2025 Loading…
[Clang] Fix false positive -Wignored-qualifiers clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169664 by cor3ntin was merged Nov 26, 2025 Loading…
[clang][bytecode] Remove double diagnostic emission clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169658 by tbaederr was merged Nov 27, 2025 Loading…
[LLVM][SVE] Remove aarch64.sve.rev intrinsic, using vector.reverse instead. backend:AArch64 clang:frontend Language frontend issues, e.g. anything involving "Sema" llvm:ir
#169654 by paulwalker-arm was merged Nov 28, 2025 Loading…
Revert [Driver] Error for -gsplit-dwarf with RISC-V linker relaxation backend:RISC-V clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169653 by daniilavdeev was merged Nov 26, 2025 Loading…
[LifetimeSafety] Move GSL pointer/owner type detection to LifetimeAnnotations clang:analysis clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:temporal-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr) clang Clang issues not falling into any other category
#169620 by usx95 was merged Nov 26, 2025 Loading…
Reapply "[clang] Refactor to remove clangDriver dependency from clangFrontend and flangFrontend (#165277)" bazel "Peripheral" support tier build system: utils/bazel clang:as-a-library libclang and C++ API clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang-tools-extra clangd flang:driver flang Flang issues not falling into any other category lldb
#169599 by naveen-seth was merged Nov 26, 2025 Loading…
Reapply "[clang] Refactor to remove clangDriver dependency from clangFrontend and flangFrontend (#165277)" clang:as-a-library libclang and C++ API clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang-tools-extra clangd flang:driver flang Flang issues not falling into any other category lldb
#169597 by naveen-seth was closed Nov 26, 2025 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.