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][misexpect] Add support to clang for profitable annotation diagnostics 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 llvm:transforms
#96525 opened Jun 24, 2024 by ilovepi Loading…
[Coverage][Single] Enable Branch coverage for CondOp clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#113110 opened Oct 21, 2024 by chapuni Loading…
[Coverage][Single] Enable Branch coverage for SwitchStmt clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#113112 opened Oct 21, 2024 by chapuni Loading…
[Coverage][Single] Enable Branch coverage for BinLAnd and BinLOr clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#113113 opened Oct 21, 2024 by chapuni Loading…
[MC/DC] Refactor MCDCCoverageBuilder. NFC. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category coverage
#125409 opened Feb 2, 2025 by chapuni Loading…
[MC/DC] Prune MCDCLogOpStack and use CGF.isMCDCDecisionExpr clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category coverage
#125410 opened Feb 2, 2025 by chapuni Loading…
[ARM][clang] Add some build attributes support clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#161106 opened Sep 29, 2025 by paperchalice Loading…
[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…
[MC/DC] Enable usage of ! among && and || 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 coverage
#125406 opened Feb 2, 2025 by chapuni Loading…
[clang] Redefine noconvergent and generate convergence control tokens clang:analysis 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 llvm:ir llvm:transforms
#136282 opened Apr 18, 2025 by ssahasra Loading…
[clang] Add [[clang::returns_argument]] 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
#169815 opened Nov 27, 2025 by philnik777 Loading…
[clang] Ensure -mno-outline adds attributes backend:RISC-V 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
#163692 opened Oct 16, 2025 by lenary Loading…
[BoundsChecking] Add parameters to pass clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:transforms
#119923 opened Dec 13, 2024 by vitalybuka Draft
[MC/DC] Handle __builtin_expect as if parenthses 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 coverage
#125405 opened Feb 2, 2025 by chapuni Loading…
[Clang][CUDA][HIP] Externalize static global texture var clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#115819 opened Nov 12, 2024 by minstrel223 Loading…
[WIP][AArch64][SVE] Big endian support SVE clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#132772 opened Mar 24, 2025 by hstk30-hw Loading…
[clang] Consolidate the relative vtable layout getters 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
#139315 opened May 9, 2025 by PiJoules Loading…
[CodeGen][OpenMP] Set the default schedule for loops to static,1 if TSan is enabled clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category openmp
#68891 opened Oct 12, 2023 by felilxtomski Loading…
[Clang][RISCV] Handle RVV tuple types correctly as InputOperands for inline asm clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:ir
#67109 opened Sep 22, 2023 by eopXD Loading…
[WIP][ObjC] objc_direct method visibility ABI 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
#76608 opened Dec 30, 2023 by plotfi Loading…
[Clang][CodeGen][Sanitizers] Add extra context for trap messages clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#153845 opened Aug 15, 2025 by anthonyhatran Loading…
[clang][DebugInfo] Slight refactoring of getOrCreateFile clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category debuginfo
#166530 opened Nov 5, 2025 by SergejSalnikov Loading…
[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
#169398 opened Nov 24, 2025 by bob80905 Draft
[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…
[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…
ProTip! Updated in the last three days: updated:>2025-11-29.