- 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
[Support] Use block numbers for LoopInfo BBMap backend:AArch64 backend:WebAssembly llvm:support llvm:transforms PGO Profile Guided Optimizations
#103400 opened Aug 13, 2024 by aengelke Loading…
SelectionDAG: Improve expandFP_TO_INT_SAT backend:AArch64 backend:ARM backend:WebAssembly backend:X86 llvm:SelectionDAG SelectionDAGISel as well
#139217 opened May 9, 2025 by wzssyqa Loading…
[LLVM] Slay undead copysign code backend:PowerPC backend:SystemZ backend:WebAssembly llvm:ir llvm:SelectionDAG SelectionDAGISel as well
#111269 opened Oct 6, 2024 by workingjubilee Loading…
[ConstantTime][WebAssembly] Add comprehensive tests for ct.select backend:WebAssembly
#166709 opened Nov 6, 2025 by wizardengineer Loading…
[WebAssembly] Disallow tail calls with byval arguments backend:WebAssembly
#125142 opened Jan 31, 2025 by tlively Loading…
[WebAssembly] Update generic CPU configuration to include nontrapping-fptoint backend:WebAssembly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:mc Machine (object) code
#67459 opened Sep 26, 2023 by sbc100 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…
[WebAssembly] Add a threshold to RegStackify to avoid register spills at runtime backend:WebAssembly
#97283 opened Jul 1, 2024 by yolanda15 Loading…
Make MMIWP not have ownership over MMI + Make MMI Only Use an External MCContext backend:AMDGPU backend:NVPTX backend:RISC-V 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 flang:driver flang Flang issues not falling into any other category llvm:globalisel LTO Link time optimization (regular/full LTO or ThinLTO) mlir:llvm mlir offload tools:llvm-exegesis
#105541 opened Aug 21, 2024 by matinraayai Loading…
[WebAssemblyLowerEmscriptenEHSjLj] Don't assign import names to generated function declarations backend:WebAssembly
#71599 opened Nov 7, 2023 by sbc100 Loading…
[clang][wasm] Resolve assertion errors caused by converting ComplexTy… backend:WebAssembly clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#70496 opened Oct 27, 2023 by knightXun Loading…
Add adjustVMA option backend:WebAssembly llvm:binary-utilities
#72870 opened Nov 20, 2023 by pwprzybyla Loading…
[WebAssembly] Limit increase of Ctx.End backend:WebAssembly llvm:binary-utilities
#76676 opened Jan 1, 2024 by DavidKorczynski 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…
[llvm][WebAssembly] mark BR_TABLE as isIndirectBranch backend:WebAssembly
#73391 opened Nov 25, 2023 by xujuntwt95329 Loading…
[WasmObjectFile] fix NULL-dereference backend:WebAssembly llvm:binary-utilities
#77708 opened Jan 11, 2024 by DavidKorczynski Loading…
[ValueTracking] Allow tracking values through Integral AddrSpaceCasts for improved alignments backend:AMDGPU backend:SPIR-V backend:WebAssembly llvm:analysis Includes value tracking, cost tables and constant folding llvm:ir llvm:support llvm:transforms
#70483 opened Oct 27, 2023 by jrbyrnes 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…
Add Wasm peephole optimisation to remove dead code around Machine (object) code
unreachables backend:WebAssembly lld:wasm lld llvm:mc #66062 opened Sep 12, 2023 by majaha Loading…
[CMake] Move common target dependencies into ${TARGET_LIBRARIES} backend:AArch64 backend:AMDGPU backend:ARC backend:ARM backend:CSKY backend:DirectX backend:Hexagon backend:Lanai backend:loongarch backend:m68k backend:MSP430 backend:NVPTX backend:PowerPC backend:Sparc backend:SPIR-V backend:SystemZ backend:WebAssembly backend:X86
#141271 opened May 23, 2025 by CBSears Loading…
Replace llvm.memcpy et al's i1 isVolatile with i8 VolFlags backend:AArch64 backend:AMDGPU backend:ARM backend:loongarch backend:MSP430 backend:RISC-V backend:Sparc backend:WebAssembly backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category debuginfo flang:driver flang:fir-hlfir flang:openmp flang Flang issues not falling into any other category 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:spirv mlir PGO Profile Guided Optimizations
#65748 opened Sep 8, 2023 by urnathan Loading…
[wasm] Disallow tail calls when passing structs on the stack backend:WebAssembly
#124443 opened Jan 26, 2025 by anematode Loading…
[WebAssembly] Fix lowering of (truncating) stores from addrspace(1) globals backend:WebAssembly
#163136 opened Oct 13, 2025 by QuantumSegfault Loading…
[RFC] Introducing 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:static analyzer clang Clang issues not falling into any other category llvm:ir llvm:SelectionDAG SelectionDAGISel as well llvm:transforms
__builtin_consistent to generate AArch64 BC.cond … backend:AArch64 backend:ARM backend:loongarch backend:m68k backend:MSP430 backend:RISC-V backend:Sparc backend:SPIR-V backend:WebAssembly backend:X86 clang:analysis clang:codegen #72175 opened Nov 14, 2023 by ilinpv 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…
Previous Next
ProTip! no:milestone will show everything without a milestone.