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

[.gitignore] Ignore .clangd config file
#174287 opened Jan 3, 2026 by vbvictor Loading…
CodeGen: Remove denormal mode from TargetOptions floating-point Floating-point math llvm:codegen
#174285 opened Jan 3, 2026 by arsenm Loading…
[Clang][Sema] Reject undeduced static data members without initializers (#173349) clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#174281 opened Jan 3, 2026 by HamzaHassanain Loading…
[InstCombine] Fold ((X + AddC) & Mask) ^ Mask to ((Mask - AddC) - X) & Mask llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#174278 opened Jan 3, 2026 by ParkHanbum Loading…
[clang][bytecode] Check inc/dec operations for constness 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
#174276 opened Jan 3, 2026 by tbaederr Loading…
[InstCombinePass] InstCombine Pass do not sink selectInst Ptr llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#174267 opened Jan 3, 2026 by XJTUDing Loading…
[clang][modules] Diagnose config mismatches more generally from precompiled files clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#174260 opened Jan 3, 2026 by cyndyishida Loading…
[MemProf] Include matching calls in the dot graph node label llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO)
#174247 opened Jan 2, 2026 by teresajohnson Loading…
ProTip! Filter pull requests by the default branch with base:main.