- 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
[SimplifyCFG] Use hash map to continue hoisting the common instructions backend:ARM llvm:transforms
#78615 opened Jan 18, 2024 by RouzbehPaktinat Loading…
[CodeGen] Add MO_LaneMask type and a new COPY_LANEMASK instruction backend:AArch64 backend:AMDGPU backend:ARM backend:RISC-V llvm:codegen llvm:globalisel llvm:mc Machine (object) code llvm:support mlgo
#151944 opened Aug 4, 2025 by vg0204 Loading…
[ARM] Emit a warning when the hard-float ABI is enabled but can't be used. backend:ARM 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 debuginfo
#111334 opened Oct 7, 2024 by chrisnc Loading…
[ARM] enable FENV_ACCESS pragma support for hard-float targets backend:ARM clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:globalisel
#137101 opened Apr 24, 2025 by Varnike Loading…
[TRI] Remove reserved registers in getRegPressureSetLimit backend:AMDGPU backend:ARM backend:loongarch backend:NVPTX backend:PowerPC backend:X86 llvm:globalisel llvm:regalloc llvm:transforms tablegen
#118787 opened Dec 5, 2024 by wangpc-pp Loading…
[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…
[CodeGen] expand-fp: Change frem expansion criterion backend:AArch64 backend:AMDGPU backend:ARM backend:CSKY backend:Hexagon backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:SystemZ backend:VE backend:WebAssembly backend:X86 backend:Xtensa llvm:codegen
#158285 opened Sep 12, 2025 by frederik-h Loading…
[MCP] Move dependencies if they block copy propagation backend:AArch64 backend:ARM backend:X86 llvm:globalisel llvm:regalloc
#105562 opened Aug 21, 2024 by spaits Loading…
[RegisterCoalescer] Improve register allocation for return values by limiting rematerialization backend:AArch64 backend:AMDGPU backend:ARM backend:loongarch backend:MIPS backend:PowerPC backend:RISC-V backend:X86 clang Clang issues not falling into any other category debuginfo llvm:codegen llvm:regalloc
#163047 opened Oct 12, 2025 by rez5427 Loading…
[SCEV] Introduce SCEVUse, use it instead of const SCEV * (NFCI) (WIP). backend:ARM backend:PowerPC llvm:analysis Includes value tracking, cost tables and constant folding llvm:transforms vectorizers
#91961 opened May 13, 2024 by fhahn Loading…
[llvm][test] Fix filecheck annotation typos [1/n] backend:AArch64 backend:AMDGPU backend:ARM backend:Hexagon backend:loongarch backend:m68k backend:NVPTX backend:PowerPC backend:SPIR-V backend:SystemZ backend:WebAssembly backend:X86 coroutines C++20 coroutines debuginfo llvm:analysis Includes value tracking, cost tables and constant folding llvm:binary-utilities llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:mc Machine (object) code llvm:transforms PGO Profile Guided Optimizations
#93673 opened May 29, 2024 by klensy Loading…
[LoopStrengthReduce] Mitigation of issues introduced by compilation time optimization in SolveRecurse. backend:AArch64 backend:AMDGPU backend:ARM backend:NVPTX backend:PowerPC backend:RISC-V backend:WebAssembly backend:X86 llvm:transforms slow-compile
#147588 opened Jul 8, 2025 by SergeyShch01 Loading…
Clang tooling generated visibility macros for Clang backend:AArch64 backend:AMDGPU backend:ARM backend:Hexagon backend:loongarch backend:PowerPC backend:RISC-V backend:SystemZ backend:WebAssembly backend:X86 clang:analysis clang:codegen IR generation bugs: mangling, exceptions, etc. clang:dataflow Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html 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 clang-format ClangIR Anything related to the ClangIR project HLSL HLSL Language Support xray
#109702 opened Sep 23, 2024 by fsfod Loading…
[IR][AsmParser] Revamp how floating-point literals work in LLVM IR. backend:AArch64 backend:AMDGPU backend:ARM backend:DirectX backend:Hexagon backend:loongarch backend:NVPTX backend:PowerPC backend:RISC-V backend:SPIR-V backend:SystemZ backend:WebAssembly backend:X86 clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category debuginfo HLSL HLSL Language Support llvm:adt llvm:analysis Includes value tracking, cost tables and constant folding llvm:globalisel llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:ir llvm:support llvm:transforms
#121838 opened Jan 6, 2025 by jcranmer-intel Loading…
[llvm] Change IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:adt llvm:analysis Includes value tracking, cost tables and constant folding llvm:ir llvm:SelectionDAG SelectionDAGISel as well llvm:support
fp128 lowering to use f128 functions by default backend:AArch64 backend:ARM backend:Hexagon backend:MIPS backend:PowerPC backend:SystemZ backend:WebAssembly backend:X86 clang:codegen #76558 opened Dec 29, 2023 by tgross35 Loading…
Move ExpandMemCmp and MergeIcmp to the middle end backend:AArch64 backend:AMDGPU backend:ARM backend:loongarch backend:m68k backend:X86 llvm:transforms
#77370 opened Jan 8, 2024 by gbaraldi Loading…
AMDGPU: Drop and upgrade llvm.amdgcn.atomic.csub/cond.sub to atomicrmw backend:AArch64 backend:AMDGPU backend:ARM backend:Hexagon backend:loongarch backend:PowerPC backend:RISC-V backend:WebAssembly backend:X86 clang:openmp OpenMP related changes to Clang flang:openmp llvm:analysis Includes value tracking, cost tables and constant folding llvm:globalisel llvm:ir llvm:SelectionDAG SelectionDAGISel as well llvm:support llvm:transforms mlir:llvm mlir
#105553 opened Aug 21, 2024 by anjenner Loading…
[TableGen] Added submulticlass typechecking to template arg values. backend:AMDGPU backend:ARM tablegen
#112904 opened Oct 18, 2024 by jofrn Loading…
[StackProtector] Introduce stack-protect-refinement pass to remove unnecessary protections. backend:AArch64 backend:ARM backend:X86 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category debuginfo llvm:globalisel llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO)
#150390 opened Jul 24, 2025 by Mermen Loading…
[clang] Improve diagnostics for constraints of inline asm (NFC) backend:AArch64 backend:AMDGPU backend:ARM backend:DirectX backend:loongarch backend:m68k backend:MSP430 backend:PowerPC backend:RISC-V backend:Sparc backend:SystemZ backend:WebAssembly 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
#96363 opened Jun 21, 2024 by e-kud Loading…
[SelectionDAG] Fold (icmp eq/ne (shift X, C), 0) -> (icmp eq/ne X, 0) backend:ARM backend:PowerPC llvm:SelectionDAG SelectionDAGISel as well
#88801 opened Apr 15, 2024 by bjope Loading…
[CodeGen] Get stack alignment from TargetFrameLowering backend:AArch64 backend:AMDGPU backend:ARM backend:WebAssembly backend:X86 llvm:globalisel llvm:SelectionDAG SelectionDAGISel as well
#105477 opened Aug 21, 2024 by s-barannikov • Draft
[llvm][test] Fix filecheck annotation typos [1.5/n] backend:AArch64 backend:ARM backend:Hexagon backend:loongarch backend:m68k backend:NVPTX backend:PowerPC backend:SPIR-V backend:SystemZ backend:WebAssembly backend:X86 coroutines C++20 coroutines debuginfo llvm:analysis Includes value tracking, cost tables and constant folding llvm:binary-utilities llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:mc Machine (object) code llvm:transforms PGO Profile Guided Optimizations
#94857 opened Jun 8, 2024 by klensy Loading…
[llvm][ARM] Add a cortex-m4f alignment hazard recognizer backend:ARM
#126991 opened Feb 13, 2025 by jroelofs Loading…
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.