- 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
[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes backend:AArch64 backend:AMDGPU backend:ARM backend:DirectX backend:loongarch backend:m68k backend:MSP430 backend:RISC-V backend:Sparc backend:WebAssembly 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 debuginfo flang:driver flang:openmp flang Flang issues not falling into any other category libc++abi libc++abi C++ Runtime Library. Not libc++. lld:COFF lld:ELF lld:MachO lld:wasm lld lldb llvm:globalisel llvm:SelectionDAG SelectionDAGISel as well LTO Link time optimization (regular/full LTO or ThinLTO) mlir:core MLIR Core Infrastructure mlir:execution-engine mlir:gpu mlir:llvm mlir platform:windows tools:llvm-exegesis
#66295 by aeubanks was merged Sep 14, 2023 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…
clang/AMDGPU: Fix accidental behavior change for __builtin_amdgcn_ldexph clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66340 by arsenm was merged Sep 14, 2023 Loading…
[NFC][Clang] Address reviews about overrideFunctionFeaturesWithTargetFeatures clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#65938 by jmmartinez was merged Sep 20, 2023 Loading…
[MSVC, ARM64] Add _Copy* and _Count* intrinsics backend:AArch64 backend:X86 clang:codegen 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 clang-cl `clang-cl` driver. Don't use for other compiler parts platform:windows
#66554 by amykhuang was merged Sep 21, 2023 Loading…
[Clang][OpenMP] Emit unroll directive w/o captured stmt clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#65862 by shiltian was merged Sep 9, 2023 Loading…
[NVPTX] Add support for maxclusterrank in launch_bounds 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
#66496 by jchlanda was merged Sep 27, 2023 Loading…
[NFC][Clang][CodeGen] Improve performance for vtable metadata generation 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
#67066 by mizvekov was merged Oct 2, 2023 Loading…
[Clang][CodeGen] Add __builtin_bcopy 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 Clang issues not falling into any other category
#67130 by ceseo was merged Sep 24, 2023 Loading…
Fix math-errno issue clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66381 by zahiraam was merged Sep 19, 2023 Loading…
Revert "[Clang] Implement the 'counted_by' attribute" 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
#68603 by alexfh was merged Oct 9, 2023 Loading…
[Clang] Define AMDGPU ABI when referenced in CodeGen for ABI "none" backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66162 by jhuber6 was merged Sep 13, 2023 Loading…
[Clang][AMDGPU] Permit language address spaces for AMDGPU globals backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66205 by jhuber6 was merged Sep 13, 2023 Loading…
[HIP] Fix comdat of template kernel handle clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66283 by yxsamliu was merged Sep 14, 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…
[OpenMP] Prevent AMDGPU from overriding visibility on DT_nohost variables backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#68264 by jhuber6 was merged Oct 5, 2023 Loading…
[LLVM] Add new attribute IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category debuginfo llvm:ir llvm:transforms
optdebug to optimize for debugging clang:codegen #66632 by SLTozer was merged Oct 18, 2023 Loading…
[AArch64][SME] Remove immediate argument restriction for svldr and svstr 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
#68908 by SamTebbs33 was merged Oct 17, 2023 Loading…
[Clang][LoongArch] Add ABI implementation of passing vectors backend:loongarch clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#68954 by yjijd was closed Oct 17, 2023 Loading…
[clang] NFCI: Use 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 clang-tidy
FileEntryRef in SourceManager::FileInfos clang:codegen #67742 by jansvoboda11 was merged Sep 29, 2023 Loading…
[clang] set DebugCompilationDir in PCHContainer clang:codegen IR generation bugs: mangling, exceptions, etc. clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#67744 by rmaz was merged Sep 29, 2023 Loading…
[clang][RelativeVTables] Make the rtti_proxy LinkOnceODR instead of External linkage clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#67755 by PiJoules was merged Oct 4, 2023 Loading…
[CodeGen] Respect pointer-overflow sanitizer for void pointers clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#67772 by nikic was merged Oct 4, 2023 Loading…
[clang][codegen] Add a verifier IR pass before any further passes. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#68015 by mizvekov was merged Oct 3, 2023 Loading…
[Coverage] Add coverage for constructor member initializers. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#66441 by ZequanWu was merged Sep 15, 2023 Loading…
Previous Next
ProTip! Follow long discussions with comments:>50.