- 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
[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…
[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…
[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…
[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…
[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
[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…
[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…
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
[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…
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…
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…
[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…
[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…
[HLSL][DXIL] Implement 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
refract intrinsic backend:SPIR-V backend:X86 clang:codegen #136026 by AnaghaRaoAMD was closed Jul 3, 2025 Loading…
12 tasks done
[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…
[clang] [CodeGen] fix crash when Ty isDependentType in CodeGenFunction::EmitAutoVarAlloca clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#135643 by MacroModel was closed Apr 17, 2025 Loading…
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…
[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…
[HLSL] [DXIL] Implement the 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
AddUint64 HLSL function and the UAddc DXIL op backend:DirectX backend:X86 clang:codegen #125319 by Icohedron was closed Feb 11, 2025 Loading…
[clang][CodeGen] Emit 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)
llvm.tbaa.errno metadata during module creation backend:AMDGPU backend:PowerPC backend:RISC-V backend:SystemZ clang:codegen #125258 by antoniofrighetto was merged Oct 21, 2025 Loading…
[Clang][AMDGPU] Stop defaulting to IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
one-as for all atomic scopes backend:AMDGPU clang:codegen #120095 by jhuber6 was merged Jan 6, 2025 Loading…
[Clang] [OpenMP] Add support for '#pragma omp stripe'. 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:openmp OpenMP related changes to Clang clang:static analyzer clang Clang issues not falling into any other category flang:openmp
#119891 by zahiraam was merged Feb 11, 2025 Loading…
[HLSL] Codegen for 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
cbuffer declarations without embedded arrays or structs backend:DirectX clang:codegen [clang][CodeGen][SPIRV] Translate IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category SPIR-V SPIR-V language support
amdgpu_flat_work_group_size into max_work_group_size. backend:AMDGPU clang:codegen #116820 by AlexVlx was merged Jan 7, 2025 Loading…
[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…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.