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] [C++26] Implement P1306R5 Expansion Statements c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema"
#165195 by Sirraide was closed Nov 26, 2025 Loading… updated Nov 26, 2025
fix: C++ empty record with align lead to va_list out of sync backend:AArch64 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#72197 by hstk30-hw was merged Nov 8, 2025 Loading… updated Nov 8, 2025
[Clang][Sema] Allow counted_by on void* as GNU extension clang:bounds-safety Issue/PR relating to the experimental -fbounds-safety feature in Clang 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
#164737 by kees was merged Nov 7, 2025 Loading… updated Nov 7, 2025
[UBSan] Fix incorrect alignment reported when global new returns an o… 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
#152532 by gbMattN was merged Nov 3, 2025 Loading… updated Nov 4, 2025
[sframe] Add assembler option --gsframe 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
#165322 by Sterling-Augustine was closed Oct 30, 2025 Loading… updated Oct 30, 2025
[Clang][CodeGen] Implement code generation for __builtin_infer_alloc_token() 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 llvm:ir llvm:transforms
#156842 by melver was merged Oct 28, 2025 Loading… updated Oct 28, 2025
[clang][CodeGen] Emit llvm.tbaa.errno metadata during module creation backend:AMDGPU backend:PowerPC backend:RISC-V backend:SystemZ clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category llvm:analysis Includes value tracking, cost tables and constant folding llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:ir llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO)
#125258 by antoniofrighetto was merged Oct 21, 2025 Loading… updated Oct 21, 2025
[clang] Fix invalid CodeGen for atomic fetch min/max on floating point values clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#162011 by Lancern was closed Oct 7, 2025 Loading… updated Oct 7, 2025
[win][clang] Align scalar deleting destructors with MSABI 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
#139566 by Fznamznon was merged Sep 17, 2025 Loading… updated Sep 25, 2025
[clang] Fix loss of dllexport for exported template specialization clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#93302 by nga888 was closed Jun 6, 2024 Loading… updated Sep 23, 2025
[ROCDL] Added rocdl.fmed3 -> Intrinsic::amdgcn_fmed3 backend:AMDGPU 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 llvm:ir mlir:llvm mlir
#157748 by keshavvinayak01 was closed Sep 17, 2025 Draft updated Sep 17, 2025
Introduce -fexperimental-loop-fuse to clang and flang 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 flang:driver flang Flang issues not falling into any other category
#142686 by sebpop was merged Sep 15, 2025 Loading… updated Sep 16, 2025
[SystemZ][z/OS] This change adds support for the PPA2 section in zOS 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" llvm:mc Machine (object) code
#65407 by ysyeda was closed Sep 29, 2023 Loading… updated Sep 5, 2025
[HLSL] Codegen for cbuffer declarations without embedded arrays or structs backend:DirectX 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
#119755 by hekota was closed Jan 29, 2025 Draft updated Aug 19, 2025
release/21.x [ObjCARC] Delete empty autoreleasepools with no autoreleases in them and remove ObjCARCAPElimPass clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:transforms
#150771 by AZero13 was closed Jul 30, 2025 Loading… updated Jul 30, 2025 LLVM 21.x Release
[Clang] add wraps and no_wraps attributes 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
#115094 by JustinStitt was closed Jul 22, 2025 Loading… updated Jul 22, 2025
[HLSL][DXIL] Implement refract intrinsic 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 clang Clang issues not falling into any other category HLSL HLSL Language Support llvm:ir
#136026 by AnaghaRaoAMD was closed Jul 3, 2025 Loading… updated Jul 3, 2025
12 tasks done
[clang][CodeGen] Added SanitizerHandler mapping, trap messages in debug info, and corresponding test cases. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#143758 by anthonyhatran was closed Jun 26, 2025 Loading… updated Jun 26, 2025
[DLCov 3/5] Implement DebugLoc origin-tracking clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category cmake Build system in general and CMake in particular debuginfo llvm:codegen llvm:ir llvm:support llvm:transforms platform:windows
#107369 by SLTozer was closed Jun 11, 2025 Loading… updated Jun 11, 2025
[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel backend:AMDGPU backend:X86 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
#115821 by lalaniket8 was merged Apr 8, 2025 Loading… updated May 29, 2025
CodeGen: Fix implementation of __builtin_trivially_relocate. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#140312 by pcc was merged May 24, 2025 Loading… updated May 24, 2025
[AMDGPU][clang] provide device implementation for __builtin_logb and … backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#129347 by choikwa was merged May 19, 2025 Loading… updated May 19, 2025
[sanitizer] Add plumbing for -fsanitize-annotate-debug-info and partly replace '-mllvm -array-bounds-pseudofn' 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
#138577 by thurstond was merged May 7, 2025 Loading… updated May 7, 2025
[Clang] Add support for GCC bound member functions extension clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project
#135649 by dtcxzyw was closed May 4, 2025 Loading… updated May 4, 2025
clang: Do not implicitly addrspacecast in EmitAggExprToLValue backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#129837 by arsenm was closed Mar 6, 2025 Loading… updated Apr 25, 2025
ProTip! Follow long discussions with comments:>50.