- 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
[DAGCombiner] Combine frem into fdiv+ftrunc+fma backend:AArch64 backend:PowerPC backend:X86 llvm:SelectionDAG SelectionDAGISel as well
#67642 opened Sep 28, 2023 by ecnelises 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…
[VPlan] Delay adding canonical IV increment. backend:PowerPC backend:RISC-V llvm:transforms vectorizers
#82270 opened Feb 19, 2024 by fhahn Loading…
[LoopUnroll] Add NUW to IV increment introduced by runtime unrolling. backend:PowerPC llvm:transforms
#83246 opened Feb 28, 2024 by fhahn Loading…
[LegalizeTypes][X86][PowerPC] Use shift by 1 instead of adding a value to itself to double. backend:PowerPC backend:X86 llvm:SelectionDAG SelectionDAGISel as well
#86857 opened Mar 27, 2024 by topperc Loading…
[PPC] generate stxvw4x/lxvw4x on P7 backend:PowerPC
#87049 opened Mar 29, 2024 by chenzheng1030 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…
[DAGCombiner] Set shift flags during visit. backend:AArch64 backend:AMDGPU backend:ARM backend:loongarch backend:PowerPC backend:RISC-V backend:SystemZ backend:WebAssembly backend:X86 llvm:SelectionDAG SelectionDAGISel as well
#91239 opened May 6, 2024 by goldsteinn • Draft
[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…
[clang][test] Fix filecheck annotation typos backend:PowerPC backend:RISC-V backend:X86 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#93193 opened May 23, 2024 by klensy Loading…
[SDAG] Drop select -> fmax/min folding in SelectionDAGBuilder backend:AArch64 backend:AMDGPU backend:ARM backend:PowerPC backend:SystemZ llvm:SelectionDAG SelectionDAGISel as well
#93575 opened May 28, 2024 by dtcxzyw 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…
[LICM] Promote conditional, loop-invariant memory accesses to scalars with intrinsic backend:AArch64 backend:AMDGPU backend:PowerPC llvm:ir llvm:transforms
#93999 opened May 31, 2024 by ii-sc Loading…
[SDAG] Heed enableAggressiveFMAFusion when folding fma(a,b,c*d)+e backend:AArch64 backend:AMDGPU backend:PowerPC llvm:SelectionDAG SelectionDAGISel as well
#94209 opened Jun 3, 2024 by jayfoad Loading…
[PowerPC][XCOFF] Handle non-zero addend in relocation to external toc-data symbol backend:PowerPC llvm:mc Machine (object) code
#94444 opened Jun 5, 2024 by bzEq Loading…
[FPEnv][PowerPC] Correct one more strictfp test. backend:PowerPC
#94793 opened Jun 7, 2024 by kpneal Loading…
[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][test] Fix filecheck annotation typos [2/n] backend:AArch64 backend:AMDGPU backend:ARM 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:globalisel llvm:mc Machine (object) code llvm:transforms PGO Profile Guided Optimizations
#95433 opened Jun 13, 2024 by klensy Loading…
[EarlyIfConversion] Determine if branch is predictable using new APIs. backend:AArch64 backend:PowerPC
#95877 opened Jun 18, 2024 by mgudim 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…
[clang] Support --sysroot= for ${arch}-windows-msvc targets backend:Hexagon backend:PowerPC backend:SystemZ clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category
#96417 opened Jun 23, 2024 by trcrsired Loading…
[CodeGen][NewPM] Port
AsmPrinter to new pass manager backend:AMDGPU backend:NVPTX backend:PowerPC backend:X86 llvm:codegen #99320 opened Jul 17, 2024 by paperchalice Loading…
[PowerPC] Conversions of f128 and f16 should use _kf_ instead of _tf_ backend:PowerPC
#99855 opened Jul 22, 2024 by EsmeYi 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…
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.