Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
https://github.com/llvm/llvm-project

[GlobalISel] Add G_ABDS and G_ABDU instructions

tschuett opened this pull request about 1 month ago
[flang][fir] fix ABI bug 116844

jeanPerier opened this pull request about 1 month ago
[clang-tidy] Add modernize-make-direct check

hjanuschka opened this pull request about 1 month ago
[SDAG] Allow folding stack slots into sincos/frexp in more cases

MacDue opened this pull request about 1 month ago
[libc++][docs] Add 2024-11 LWG issue list

frederick-vs-ja opened this pull request about 1 month ago
[AArch64] Implement intrinsics for SME FP8 FMOPA

SpencerAbson opened this pull request about 1 month ago
[RISCV] Add Qualcomm uC Xqcia (Arithmetic) extension

svs-quic opened this pull request about 1 month ago
[mlir][vector][nfc] Update vector-to-llvm.mlir

banach-space opened this pull request about 1 month ago
[LLD][ARM] Arm v6-m should not use short Thunks.

smithp35 opened this pull request about 1 month ago
[clang-repl] Remove redundant shared flag while running clang-repl in browser

anutosh491 opened this pull request about 1 month ago
[DAGISel][ARM] Fix vector truncate combine for big-endian

ostannard opened this pull request about 1 month ago
Vectorizer generates inefficient code for variable-step loop at -Os

ostannard opened this issue about 1 month ago
[SmallPtrSet] Remove SmallArray member (NFC)

nikic opened this pull request about 1 month ago
[analyzer] Never create Regions wrapping reference TypedValueRegions (NFCI)

steakhal opened this pull request about 1 month ago
[SmallPtrSet] Optimize contains (NFC)

nikic opened this pull request about 1 month ago
[clang] Fix -Wdangling false negative regressions caused by 117315

hokein opened this pull request about 1 month ago
[compiler-rt] Move CODE_OWNERS.txt to Maintainers.txt

DavidSpickett opened this pull request about 1 month ago
[clang-tidy] Add readability-use-span-first-last check

hjanuschka opened this pull request about 1 month ago
[RISCV][CostModel] Correct the cost of some reductions

LiqinWeng opened this pull request about 1 month ago
[clang] No warning on dangling iterator of Set containers

usx95 opened this issue about 1 month ago
[lldb] Include `<chrono>` for `system_clock` and `now`

LilyWangLL opened this pull request about 1 month ago
[AArch64][CostModel] Improve cost estimate of scalarizing a vector di…

sushgokh opened this pull request about 1 month ago
[LoongArch] Optimize vector bitreverse using scalar bitrev and vshuf4i

zhaoqi5 opened this pull request about 1 month ago
[LoongArch] Pre-commit tests for vector type llvm.bitreverse. NFC

zhaoqi5 opened this pull request about 1 month ago
[clang-format] Add BreakBeforeTemplateClose option

leijurv opened this pull request about 1 month ago
[mlir][Target] Support Fatbin target for static nvptxcompiler

MikaOvO opened this pull request about 1 month ago
[LLDB][Process/Utility] Introduce NativeRegisterContextDBReg class

wangleiat opened this pull request about 1 month ago
[Offload][OMPX] Add the runtime support for multi-dim grid and block

shiltian opened this pull request about 1 month ago
[Bolt][PVS] Fix passing incorrect argument as default to isStoreUsed

AlexErofeev opened this pull request about 1 month ago
[Flang][OpenMP] Issue an error for loop directive without a loop

kiranchandramohan opened this pull request about 1 month ago
[RISC-V] memcpy vector expansion should use 8B elements

antonblanchard opened this issue about 1 month ago
[AMDGPU][True16][CodeGen]Support V2S copy with True16 inst format.

broxigarchen opened this pull request about 1 month ago
Does not CSE b&c in a&b&c

Alcaro opened this issue about 1 month ago
[LLD][COFF] Add basic ARM64X dynamic relocations support

cjacek opened this pull request about 1 month ago
Add pass to turn function into Unreachable and script to find UB.

fhahn opened this pull request about 1 month ago
[clang-tidy] Add modernize-cleanup-static-cast check

hjanuschka opened this pull request about 1 month ago
[lldb][tests] Sockets leaks in API tests with a remote target

slydiman opened this issue about 1 month ago
[Clang] Add '-Warray-compare' flag for C++ below version 20

AmrDeveloper opened this pull request about 1 month ago
[libc++] Use the __strtoNUM functions from __locale instead of the old API

ldionne opened this pull request about 1 month ago
[VPlan] Remove manual constant fold in VPWidenIntOrFpInductionRecipe. NFC

lukel97 opened this pull request about 1 month ago
[AArch64] Implement intrinsics for SME FP8 F1CVT/F2CVT and BF1CVT/BF2CVT

SpencerAbson opened this pull request about 1 month ago
[Clang] Enable -fextend-lifetimes at -Og

SLTozer opened this pull request about 1 month ago
[AArch64] Implement intrinsics for FP8 FCVT/FCVTN/BFCVT

SpencerAbson opened this pull request about 1 month ago
Add support for SPIR-V extension: SPV_INTEL_media_block_io

vmaksimo opened this pull request about 1 month ago
Reapply [BOLT] DataAggregator support for binaries with multiple text segments

paschalis-mpeis opened this pull request about 1 month ago
[SLPVectorizer][X86] Free load cost for stores with constant pointers

antoniofrighetto opened this pull request about 1 month ago
[AVR] Force relocations for jumps and calls

Patryk27 opened this pull request about 1 month ago
[SPIR-V][NFC] Fix number of operands for cooperative matrix instructions

MrSidims opened this pull request about 1 month ago
[X86] Lower CTTZ/CTLZ vXi8 vectors using GF2P8AFFINEQB

RKSimon opened this pull request about 1 month ago
[mlir][gpu]add AffineScope to gpu.func op.

linuxlonelyeagle opened this pull request about 1 month ago
[Clang][Xtensa] Add Xtensa target.

gerekon opened this pull request about 1 month ago
[clang-reorder-fields] Handle macros fields declarations.

legrosbuffle opened this pull request about 1 month ago
[PowerPC] Update data layout aligment of i128 to 16

lei137 opened this pull request about 1 month ago
Reapply "[clang] Fix name lookup for dependent bases"

vbe-sc opened this pull request about 1 month ago
[mlir][linalg] Relax scalable vectorization restrictions

banach-space opened this pull request about 1 month ago
[libc++] Fix sub-overflow in std::gcd implementation

serge-sans-paille opened this pull request about 1 month ago
Request Commit Access For fschlimb (Frank Schlimbach)

fschlimb opened this issue about 1 month ago
[RISCV][TTI] Add llvm.vp.select into canSplatOperand.

LiqinWeng opened this pull request about 1 month ago
[llvm-debuginfo-analyzer] Fix compile/link errors on specific builders.

CarlosAlbertoEnciso opened this pull request about 1 month ago
[FixIt] Improve Source Ranges and Fix-It Hints for Unused Lambda Captures #106445

charan-003 opened this pull request about 1 month ago
[DWARFVerifier] Allow overlapping ranges for ICF-merged functions

alx32 opened this pull request about 1 month ago
[Clang][AST] Fix PackIndexingExpr AST printout

AlexErofeev opened this pull request about 1 month ago
[scudo] Use internal list to manage the LRU cache

ChiaHungDuan opened this pull request about 1 month ago
[mlir][vector] Canonicalize gathers/scatters with trivial offsets

Hardcode84 opened this pull request about 1 month ago
[mlir python] Add nanobind support for standalone dialects.

hawkinsp opened this pull request about 1 month ago
[libc++] Refactor tests for aligned allocation and sized deallocation

ldionne opened this pull request about 2 months ago
[Clang] Diagnose down casting static_cast

cor3ntin opened this pull request about 2 months ago
[libc] Export a pointer to the RPC client directly

jhuber6 opened this pull request about 2 months ago
[Flang][OpenMP] Use internal linkage for OpenMP code-gen'ed helper functions

mjklemm opened this pull request about 2 months ago
[llvm-cov] Add support for baseline coverage

fmeum opened this pull request about 2 months ago
[RISC-V] Illegal instruction by Clang for FP rounding mode intrinsics

rvismith-project opened this issue about 2 months ago
[libc] Move libc server handlers to a shared header

jhuber6 opened this pull request about 2 months ago
[NVPTX][NFC] Use NAME macro for TMA intrinsic defs

durga4github opened this pull request about 2 months ago
[lldb][AIX] HostInfoAIX Support

DhruvSrivastavaX opened this pull request about 2 months ago
[vim] Improve iskeyword for LLVM IR

frasercrmck opened this pull request about 2 months ago
[Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support

SunilKuravinakop opened this pull request about 2 months ago
[clang-tidy][use-internal-linkage]fix false positives for ExportDecl

HerrCai0907 opened this pull request about 2 months ago
[analyzer][NFC] Cleanup BranchNodeBuilder

NagyDonat opened this pull request about 2 months ago
[AMDGPU] Remove Dwarf encodings for subregisters

epilk opened this pull request about 2 months ago
[LTO] Use .at instead of .lookup to avoid copies. (NFC)

amharc opened this pull request about 2 months ago
[SPIR-V] Add partial order tests, assert reducible

Keenuts opened this pull request about 2 months ago
[DAG] SimplifyDemandedVectorElts - add handling for INT<->FP conversions

RKSimon opened this pull request about 2 months ago
[MemorySSA] Handle MemoryDef optimized away during cloning

nikic opened this pull request about 2 months ago
[RISCV] Enable merging of external globals by default

asb opened this pull request about 2 months ago
[Clang][AST Matchers] Missing attributedStmt AST matcher

DistinctWind opened this issue about 2 months ago
[RISCV] Update matchSplatAsGather to convert vectors if they have different sizes

mikhailramalho opened this pull request about 2 months ago
[Inliner] Don't count a call penalty for foldable __memcpy_chk and similar

citymarina opened this pull request about 2 months ago
[TTI][RISCV] Implement cost of some intrinsics with LMUL

LiqinWeng opened this pull request about 2 months ago