- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[Clang] [C++26] Expansion Statements (Part 7: Constexpr support and tests) c++26 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
#169686 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [NFC] Expansion Statements (Part 4: for-range refactor) c++26 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
#169683 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 1: AST) c++26 clang:as-a-library libclang and C++ API clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category
#169680 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 6: Destructuring Expansion Statements) c++26 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
#169685 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 5: Iterating Expansion Statements) c++26 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
#169684 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 2: Parsing and Parser Tests) c++26 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
#169681 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 8: Codegen) c++26 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
#169687 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 10: Expansion Limit) c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. 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
#169689 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 9: Control Flow) c++26 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
#169688 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 3: Enumerating Expansion Statements) c++26 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
#169682 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[Clang] [C++26] Expansion Statements (Part 11: Final Touches and Tests) c++26 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
#169690 opened Nov 26, 2025 by Sirraide Loading… updated Dec 1, 2025
[clang][DebugInfo] Add virtual call-site target information in DWARF. backend:AArch64 backend:ARM backend:MIPS backend:RISC-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category debuginfo lldb llvm:binary-utilities llvm:codegen llvm:ir
#167666 opened Nov 12, 2025 by CarlosAlbertoEnciso Loading… updated Dec 1, 2025
[clang] Add builtin to clear padding bytes (prework for P0528R3) 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 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#75371 opened Dec 13, 2023 by huixie90 Loading… updated Nov 30, 2025
Ubsan minimum assumed alignment clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#166755 opened Nov 6, 2025 by gbMattN Loading… updated Nov 28, 2025
[OpenMP] Fix defaultmap(firstprivate:pointer) handling clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#169622 opened Nov 26, 2025 by Saieiei Loading… updated Nov 28, 2025
Add pointer field protection feature. backend:AArch64 clang:codegen IR generation bugs: mangling, exceptions, etc. 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 libc++abi libc++abi C++ Runtime Library. Not libc++. libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. llvm:analysis Includes value tracking, cost tables and constant folding llvm:codegen llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:ir llvm:transforms
#133538 opened Mar 28, 2025 by pcc Loading… updated Nov 26, 2025
CodeGen: Add LibcallLoweringInfo analysis pass backend:AArch64 backend:AMDGPU backend:loongarch backend:PowerPC backend:RISC-V backend:SPIR-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:analysis Includes value tracking, cost tables and constant folding llvm:codegen llvm:transforms
#168622 opened Nov 18, 2025 by arsenm Loading… updated Nov 26, 2025
[PowerPC] Add AMO load signed builtins backend:PowerPC 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
#168747 opened Nov 19, 2025 by maryammo Loading… updated Nov 25, 2025
[SPIR-V] [HLSL] Add CheckAccessFullyMapped HLSL function. backend:SPIR-V 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 HLSL HLSL Language Support llvm:ir
[HLSL][SPIR-V] Add support for SV_Target semantic backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" HLSL HLSL Language Support
#168743 opened Nov 19, 2025 by Keenuts Loading… updated Nov 24, 2025
Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)" backend:ARM backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:static analyzer clang Clang issues not falling into any other category debuginfo llvm:codegen llvm:ir llvm:transforms
#165032 opened Oct 24, 2025 by dzhidzhoev Loading… updated Nov 21, 2025
[HLSL] Implement ddx/ddy_fine intrinsics backend:DirectX backend:SPIR-V 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 HLSL HLSL Language Support llvm:ir
#168874 opened Nov 20, 2025 by Alexander-Johnston Loading… updated Nov 20, 2025
[OpenMP][clang] Register Vtables on device for indirect calls clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp offload
#159856 opened Sep 19, 2025 by Jason-VanBeusekom Loading… updated Nov 17, 2025
[Clang] Add support for the C IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema"
defer TS clang:codegen #162848 opened Oct 10, 2025 by Sirraide Loading… updated Nov 10, 2025
[Clang] Allow malloc for functions returning structs 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
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.