- 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
[InstCombine] Canonicalize constant GEPs to i8 source element type backend:AMDGPU backend:RISC-V clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category coroutines C++20 coroutines flang Flang issues not falling into any other category llvm:analysis Includes value tracking, cost tables and constant folding llvm:transforms
#68882 by nikic was merged Jan 24, 2024 Loading…
[Analysis] Avoid running transform passes that have just been run coroutines C++20 coroutines llvm:analysis Includes value tracking, cost tables and constant folding llvm:transforms
#112092 by dtcxzyw was merged Nov 6, 2024 Loading…
Fix regression tests with bad FileCheck checks backend:AArch64 backend:ARM backend:PowerPC backend:SystemZ backend:X86 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category coroutines C++20 coroutines lld:ELF lld llvm:analysis Includes value tracking, cost tables and constant folding llvm:transforms
#140373 by youngbash88 was merged May 22, 2025 Loading…
[fatlto] Add coroutine passes when using FatLTO with ThinLTO clang Clang issues not falling into any other category coroutines C++20 coroutines
[Coroutine][DebugInfo] Remove the memory attributes on coro-async-declaration.ll (NFC) coroutines C++20 coroutines
#66088 by dianqk was merged Sep 14, 2023 Loading…
[Coro] Relax a debug-info test clang Clang issues not falling into any other category coroutines C++20 coroutines
#91401 by pogo59 was merged May 8, 2024 Loading…
[IR] Store Triple in Module (NFC) backend:AArch64 backend:AMDGPU backend:DirectX backend:Hexagon backend:SPIR-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category compiler-rt:sanitizer coroutines C++20 coroutines debuginfo flang:driver flang:openmp flang Flang issues not falling into any other category lldb llvm:analysis Includes value tracking, cost tables and constant folding llvm:binary-utilities llvm:ir llvm:mc Machine (object) code llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO) mlir:execution-engine mlir:llvm mlir offload PGO Profile Guided Optimizations tools:llvm-exegesis
#129868 by nikic was merged Mar 6, 2025 Loading…
Extend IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category coroutines C++20 coroutines llvm:ir llvm:transforms mlir:llvm mlir
retcon.once coroutines lowering to optionally produce a normal result clang:codegen #66333 by asl was merged Sep 15, 2023 Loading…
Coroutines: Handle non-zero stack address space coroutines C++20 coroutines llvm:transforms
#67092 by ruiling was merged Sep 22, 2023 Loading…
[Clang][LLVM][Coroutines] Prevent __coro_gro from outliving __promise clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category coroutines C++20 coroutines llvm:ir llvm:transforms
#66706 by bcardosolopes was merged Sep 22, 2023 Loading…
[llvm][documentation] Fix coroutines documentation coroutines C++20 coroutines
#66420 by NoodleSugar was merged Sep 18, 2023 Loading…
[NFC] Update coroutine intrinsics documentation and few remaining tests to opaque pointers coroutines C++20 coroutines
#65698 by asl was merged Sep 8, 2023 Loading…
[coroutine] Create coroutine body in the correct eval context clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category coroutines C++20 coroutines
#78589 by usx95 was merged Jan 19, 2024 Loading…
[coroutines][coro_lifetimebound] Detect lifetime issues with lambda captures clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category coroutines C++20 coroutines
#77066 by usx95 was merged Jan 18, 2024 Loading…
[DebugInfo][RemoveDIs][NFC] Split findDbgDeclares into two functions coroutines C++20 coroutines debuginfo llvm:ir llvm:transforms
#77478 by SLTozer was merged Jan 15, 2024 Loading…
[Coroutines] Fix incorrect attribute name coroutine.presplit coroutines C++20 coroutines llvm:transforms mlir:async mlir
#78296 by yonillasky was merged Jan 16, 2024 Loading…
[Coro] [async] Disable inlining in async coroutine splitting coroutines C++20 coroutines llvm:transforms
#80904 by aschwaighofer was merged Feb 7, 2024 Loading…
[Coroutines][NFC] Refactor CoroSplit for Switch Resume ABI coroutines C++20 coroutines llvm:transforms
#80758 by yuxuanchen1997 was merged Feb 6, 2024 Loading…
[Corosplit][DebugInfo] Don't add EntryValue ops in variadic DIExpressions coroutines C++20 coroutines llvm:transforms
#67179 by felipepiovezan was merged Sep 22, 2023 Loading…
Coroutines: Cleanup typed pointer code in CoroFrame.cpp coroutines C++20 coroutines llvm:transforms
#67141 by ruiling was closed Sep 25, 2023 Loading…
[llvm][Coroutines] Remove no-op ptr-to-ptr bitcasts (NFC) coroutines C++20 coroutines llvm:transforms
#73427 by JOE1994 was merged Nov 26, 2023 Loading…
[coro][pgo] Do not insert counters in the C++20 coroutines llvm:transforms PGO Profile Guided Optimizations
suspend block coroutines #71262 by mtrofin was merged Nov 15, 2023 Loading…
[IR] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC backend:AMDGPU clang:openmp OpenMP related changes to Clang coroutines C++20 coroutines flang:openmp llvm:transforms
#73154 by topperc was merged Nov 22, 2023 Loading…
[Clang] Preserve coroutine parameter referenced state clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category coroutines C++20 coroutines
#70973 by yuxuanchen1997 was merged Nov 2, 2023 Loading…
[Clang] Warn against unused parameters in C++ coroutines with Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category coroutines C++20 coroutines
-Wunused-parameters clang:frontend #70567 by yuxuanchen1997 was closed Nov 1, 2023 Loading…
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.