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

[NewPM][CodeGen] Add NPM support to llc

paperchalice opened this pull request about 1 year ago
clang: 18: Assertion `isLValue()' failed.

wierton opened this issue about 1 year ago
lldbDataFormatters.py has bugs

onlytheworld opened this issue about 1 year ago
[clang-format] Don't break between string literal operands of <<

owenca opened this pull request about 1 year ago
[Driver][Solaris][NFC] A little bit of clean up

brad0 opened this pull request about 1 year ago
[flang] Not able to build modules on OpenBSD, NetBSD and Haiku

brad0 opened this issue about 1 year ago
[clang-format] unexpected break after binOp '<<'

s1Sharp opened this pull request about 1 year ago
[mlir][tosa] Fix not to crash with large permutation indexes

Lewuathe opened this pull request about 1 year ago
In compilation databases, add support for relative directories

Overhatted opened this pull request about 1 year ago
[mlir][tosa] Fix crash in inferReturnTypes for ReduceOps

ubfx opened this pull request about 1 year ago
[ValueTracking] Improve `isImpliedCondICmps` to handle binops

dtcxzyw opened this pull request about 1 year ago
Missed optimization of empty `for` loop function into just `ret`

Rageking8 opened this issue about 1 year ago
[Github] Add libunwind to docs CI

boomanaiden154 opened this pull request about 1 year ago
[Github] Add libcxx docs to CI

boomanaiden154 opened this pull request about 1 year ago
[lldb] Add value to enumerator dump

Endilll opened this pull request about 1 year ago
Clang Crash Report: Small C++ Function

britown88 opened this issue about 1 year ago
[Driver] Clean up unused architecture related bits for *BSD's

brad0 opened this pull request about 1 year ago
clang is suboptimal for `(~a ^ b) < ~a`

k-arrows opened this issue about 1 year ago
[flang] Silence a bogus warning

klausler opened this pull request about 1 year ago
[mlir][complex] Support Fastmath flag for complex log ops

Lewuathe opened this pull request about 1 year ago
Fix build warning caused by mixed signed/unsigned compare

andykaylor opened this pull request about 1 year ago
[LLDB] Update breakpoint-command.test to use string instead of number.

cmtice opened this pull request about 1 year ago
Improvements to RS4GC BDV Algorithm

zduka opened this pull request about 1 year ago
[lldb][test] Turn ObjC string literals to C-style literals (NFC)

kastiglione opened this pull request about 1 year ago
[mlir][sparse] Parser cleanup

yinying-lisa-li opened this pull request about 1 year ago
Casting away const in plain C leads to a segmentation fault

White-Pack opened this issue about 1 year ago
[mlir][index][spirv] Add conversion for index to spirv

inbelic opened this pull request about 1 year ago
[RISCV] Keep same SEW/LMUL ratio if possible in forward transfer

lukel97 opened this pull request about 1 year ago
[TOSA] Add TosaToMLProgram conversion

Jerry-Ge opened this pull request about 1 year ago
[mlir][sparse] fix stack overflow due to memref.alloca in loops

PeimingLiu opened this pull request about 1 year ago
[compiler-rt][builtins] Switch to using __builtin_memcpy_inline

alexander-shaposhnikov opened this pull request about 1 year ago
[lldb] improve dwo path in missing dwo error when relative

zhyty opened this pull request about 1 year ago
[flang] Accept distinct kinds of arguments to IAND/IEOR/IOR

klausler opened this pull request about 1 year ago
[compiler-rt] Switch LLD specific tests to a more precise option

mstorsjo opened this pull request about 1 year ago
[flang] Fix regression in submodule symbol checking

klausler opened this pull request about 1 year ago
Clang: Assertion `isReg() && "Wrong MachineOperand accessor"' failed.

shao-hua-li opened this issue about 1 year ago
[AMDGPU] Infer Alignments after Inferring AddressSpaces

jrbyrnes opened this pull request about 1 year ago
[Github] Only run github actions on main monorepo

boomanaiden154 opened this pull request about 1 year ago
[flang][OpenMP] Fix LASTPRIVATE for iteration variables

luporl opened this pull request about 1 year ago
[MLIR,Flang,OpenMP] Remove usage of getElementType in OpenMPTranslation

kiranchandramohan opened this pull request about 1 year ago
Introduce DIExpressionOptimizer to DIExpression::appendOpsToArg

rastogishubham opened this pull request about 1 year ago
Introduce DIExpressionOptimizer in DIExpression::append

rastogishubham opened this pull request about 1 year ago
Introduce DIExpressionOptimizer

rastogishubham opened this pull request about 1 year ago
[NFC] Move DIExpressionCursor to DebugInfoMetadata.h

rastogishubham opened this pull request about 1 year ago
[Github] Fetch all commits in PR for code formatting checks

boomanaiden154 opened this pull request about 1 year ago
[mlir][sparse] fix stack overflow due to alloca instruction inside loops

PeimingLiu opened this pull request about 1 year ago
[lldb][NFC] Move DWARFASTParserClang::GetTypeForDIE to DWARFASTParser

augusto2112 opened this pull request about 1 year ago
[Github] Fetch number of commits in PR for docs action

boomanaiden154 opened this pull request about 1 year ago
[lldb][NFC] Implement llvm-style RTTI for DWARFASTParser

augusto2112 opened this pull request about 1 year ago
Update SimplifyIndVar.cpp

andykaylor opened this pull request about 1 year ago
[RISCV][VSETVLI] Prefer VTYPE for immediate known to be less than VLMAX

preames opened this pull request about 1 year ago
[builtins] Avoid using long double in generic sources

arichardson opened this pull request about 1 year ago
[MLIR][python bindings] invalidate ops after PassManager run

makslevental opened this pull request about 1 year ago
LoopVectorize Miscompilation with Aliases in clang 15+

yuxuanchen1997 opened this issue about 1 year ago
[mlir][linalg] regionBuilder for transpose, broadcast

makslevental opened this pull request about 1 year ago
Emit DIE's size in bits when size is not a multiple of 8

augusto2112 opened this pull request about 1 year ago
[clang] Non-object types are non-trivially relocatable

AMP999 opened this pull request about 1 year ago
[mlir][python] Tracking of live operations fails.

ingomueller-net opened this issue about 1 year ago
[Clang][SME2] Add multi-vector add/sub builtins

kmclaughlin-arm opened this pull request about 1 year ago
[clangd] update list of fast tidy checks

sam-mccall opened this pull request about 1 year ago
[DevPolicy] Add guidance to not submit code or reviews on someone else's

kbeyls opened this pull request about 1 year ago
[PowerPC] redesign the target flags

chenzheng1030 opened this pull request about 1 year ago
[Workflow] make code-format-helper.py mypy-safe (NFC)

rprichard opened this pull request about 1 year ago
[Workflow] Expand code-format-helper.py error reporting

rprichard opened this pull request about 1 year ago
[RISCV][MC] MC layer support for the experimental zalasr extension

mehnadnerd opened this pull request about 1 year ago
[AArch64] Only clear kill flags if necessary when merging str

nocchijiang opened this pull request about 1 year ago
Clang++ broken std::filesystem

boludoz opened this issue about 1 year ago
[libc++] Ensure that `std::expected` has no tail padding

jiixyj opened this pull request about 1 year ago
[libc++] Encode additional ODR-affecting properties in the ABI tag

ldionne opened this pull request about 1 year ago
[CodeLayout] Changed option names cds to cdsort

spupyrev opened this pull request about 1 year ago
[DAG] Fold (mul (sext (add_nsw x, c1)), c2) -> (add (mul (sext x), c2), c1*c2)

LiqinWeng opened this pull request about 1 year ago
[MLIR][Mesh] Add sharding propagation pass

yaochengji opened this pull request about 1 year ago
[ARM] Add a method to clear registers

bwendling opened this pull request about 1 year ago
[mlir][sparse] implement sparse_tensor.crd_translate operation

PeimingLiu opened this pull request about 1 year ago
[Modules] textual headers in submodules never resolve their `use`s

ian-twilightcoder opened this pull request about 1 year ago
Update stdckdint.h and make it available in pre-C23 modes.

ZijunZhaoCCK opened this pull request about 1 year ago
[mlir][python] value casting

makslevental opened this pull request about 1 year ago
Support MemProf on darwin

manman-ren opened this pull request about 1 year ago
[MSVC] fix the build

strega-nil opened this pull request about 1 year ago
[llvm][AArch64][Assembly]: Add FP8 instructions assembly and disassembly.

hassnaaHamdi opened this pull request about 1 year ago
[ASan][Windows] Add __cdecl to public sanitizer functions

strega-nil opened this pull request about 1 year ago