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

[mlir][ArmSME] Support lowering masked vector.outerproduct ops to SME

MacDue opened this pull request about 1 year ago
[MVT] Expand the MVT enum to allow more types

nemanjai opened this pull request about 1 year ago
[libc++] `stop_token` uses `mutex`

huixie90 opened this pull request about 1 year ago
[AArch64] Implement reinterpret builtins for SVE vector tuples

momchil-velikov opened this pull request about 1 year ago
[clang][Interp] Implement inc/dec for IntegralAP

tbaederr opened this pull request about 1 year ago
[mlir][SVE] Add an e2e test for vectorization of linalg.matmul

banach-space opened this pull request about 1 year ago
[libc++][test] add more benchmarks for `stop_token`

huixie90 opened this pull request about 1 year ago
[InstCombine] Canonicalise SextADD + GEP

LiqinWeng opened this pull request about 1 year ago
[C++20] [Modules] Warn if we found #include <filename> in module purview

ChuanqiXu9 opened this pull request about 1 year ago
[XCOFF] make related SD symbols as isFunction

chenzheng1030 opened this pull request about 1 year ago
[llvm-symbolizer] nfc, use map instead of vector

chenzheng1030 opened this pull request about 1 year ago
[libc] Remove the optional arguments for NVPTX constructors

jhuber6 opened this pull request about 1 year ago
workflows: Refactor release-tasks.yml

tstellar opened this pull request about 1 year ago
[AArch64][Windows] Add MC support for ec_context

bylaws opened this pull request about 1 year ago
[lldb] Add `SBModule.SetLocateDwoCallback`

zhyty opened this pull request about 1 year ago
[lldb][progress] Add discrete boolean flag to progress reports

chelcassanova opened this pull request about 1 year ago
[AArch64][Windows] Add llvm-readobj support for ec_context unwind opcode

bylaws opened this pull request about 1 year ago
[llvm-profdata] Emit warning when counter value is greater than 2^56.

ZequanWu opened this pull request about 1 year ago
[libc++] Optimize string operator[] for known large inputs

TocarIP opened this pull request about 1 year ago
[Profile] Add binary profile correlation for code coverage.

ZequanWu opened this pull request about 1 year ago
[ExceptionDemo] Correct and update example ExceptionDemo

epitavy opened this pull request about 1 year ago
[clangd] Do not offer extraction to variable for decl init expression

ckandeler opened this pull request about 1 year ago
[clang-format] Skip PP directives when determining brace kind

rymiel opened this pull request about 1 year ago
[clang][Analyzer] Move checker 'alpha.unix.Errno' to 'unix.Errno'.

balazske opened this pull request about 1 year ago
[AArch64][GlobalISel] Legalize G_VECREDUCE_{MIN/MAX}

chuongg3 opened this pull request about 1 year ago
[mlir][VectorOps] Add fold `ExtractOp(CreateMask) -> CreateMask`

MacDue opened this pull request about 1 year ago
[Instsimplify] lshr&icmp adds support for the or instruction

DianQK opened this pull request about 1 year ago
[PHIElimination] Handle subranges in LiveInterval updates

perlfu opened this pull request about 1 year ago
[DAGCombine] Add DAG optimisation for BF16_TO_FP

sunshaoce opened this pull request about 1 year ago
[lldb] colorize symbols in image lookup

taalhaataahir0102 opened this pull request about 1 year ago
[RISCV][llvm-mca] Vector Unit Stride Loads and stores use EEW and EMU…

michaelmaitland opened this pull request about 1 year ago
[OpenMP][mlir] Add translation for `if` in `omp.teams`

shraiysh opened this pull request about 1 year ago
[LLVM[NFC] Refactor to allow debug_names entries to conatain DIE offset

ayermolo opened this pull request about 1 year ago
[lldb] Refactor InstrumentationRuntimeAsan and add a new plugin

usama54321 opened this pull request about 1 year ago
[sanitizer_common] Use 38-bit mmap range for Fuchsia

PiJoules opened this pull request about 1 year ago
[libc++][docs] Update contributing docs to reflect the move to GitHub

ldionne opened this pull request about 1 year ago
[flang] Reduce implicit interface compatibility warnings due to length

klausler opened this pull request about 1 year ago
[SLP][NFC] Try to cleanup and better document some isGatherShuffledEntry code.

valerydmit opened this pull request about 1 year ago
[BOLT] Fix instrumentation test

yota9 opened this pull request about 1 year ago
[NFC][SLP] Test case exposing gather nodes matching deficiency affecting cost.

valerydmit opened this pull request about 1 year ago
[flang][openacc] Accept scalar integer expression in the if clause

clementval opened this pull request about 1 year ago
[LangRef] "cc 10" -> "ghccc"

aeubanks opened this pull request about 1 year ago
[clangd] Support square bracket escaping in Annotations

fefaleksey opened this pull request about 1 year ago
[libc++] Make sure ranges::find_if_not handles boolean-testables correctly

ldionne opened this pull request about 1 year ago
Fix #41439: Update the documentation with the correct information.

Da-Viper opened this pull request about 1 year ago
[flang] Derived type structural equivalence

klausler opened this pull request about 1 year ago
[hwasan] Fix rare false negative (zero tag) in stack-uar.c

thurstond opened this pull request about 1 year ago
[TSAN] Add __tsan_check_no_mutexes_held helper

kennyyu opened this pull request about 1 year ago
[CodeGen] Implement post-opt linking option for builtin bitocdes

lamb-j opened this pull request about 1 year ago
[libc++] Update the contributing page

philnik777 opened this issue about 1 year ago
[ValueTracking] Expand cmpExcludesZero to optionally work with non-constant RHS

goldsteinn opened this pull request about 1 year ago
[AIX][clang][driver] fix no-pthread option

daltenty opened this pull request about 1 year ago
[mlir][sparse] avoid tensor to memref conversion in sparse tensor rewri…

PeimingLiu opened this pull request about 1 year ago
[MLIR] reverse int8 type's printing logic

yaochengji opened this pull request about 1 year ago
[DIAG][msan] fix libc check string for dladdr1 call

lei137 opened this pull request about 1 year ago
Add Lowerings for GPU WMMA F16/F32 ops to ROCDL dialect

navdeepkk-polymagelabs opened this pull request about 1 year ago
[CodeGen][Remarks] Add the function name to the stack size remark

jroelofs opened this pull request about 1 year ago
[mlir][VectorOp] Move VectorMaskOpConversionBase template to header (NFC)

MacDue opened this pull request about 1 year ago
[clang-format]: Split alignment of declarations around assignment

gedare opened this pull request about 1 year ago
[HWASan] Prevent same tag for adjacent heap objects

KonradHohentanner opened this pull request about 1 year ago
CMakeLists using dep commands

AnonymousRonin opened this issue about 1 year ago
[Clang][LoongArch] Support builtin functions for LSX and LASX

yjijd opened this pull request about 1 year ago
[lldb] No pretty print for the coroutine frame type.

hokein opened this issue about 1 year ago
[builtins] Mark `int_lib.h` builtins as `static`

trevyn opened this pull request about 1 year ago
[Security Group] add github names of security group members.

kbeyls opened this pull request about 1 year ago
[ELF] Demote symbols in /DISCARD/ discarded sections to Undefined

MaskRay opened this pull request about 1 year ago
[RISCV] Reorder the vector register allocation sequence.

yanming123456 opened this pull request about 1 year ago
[MLIR][Doc] Prepend "Variadic of" in front of variadic operands

joker-eph opened this pull request about 1 year ago
[libc++][Android] Enable Android testing in BuildKite CI

rprichard opened this pull request about 1 year ago
[MLIR] Generalize expand_shape to take shape as explicit input

Shukla-Gaurav opened this pull request about 1 year ago
[lldb] Rename lldb-vscode to lldb-dap

JDevlieghere opened this pull request about 1 year ago
[RISCV] Adjust LMUL if not used to avoid VL toggle

lukel97 opened this pull request about 1 year ago
Detect against invalid variant index for LibStdC++ std::variant data formatters

jeffreytan81 opened this pull request about 1 year ago
[clang-format] Fix a bug in annotating TrailingReturnArrow

owenca opened this pull request about 1 year ago
[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands

walter-erquinigo opened this pull request about 1 year ago
[Windows] Add git-clang-format wrapper bat file

llvm-beanz opened this pull request about 1 year ago
Hardware ASAN deep-recursion.c test is flaky on AArch64 Linux

DavidSpickett opened this issue about 1 year ago
[Driver] Ignore non-clang pch files when -include a.h probes a.h.gch

zmodem opened this pull request about 1 year ago
[mlir][transform] Fix new interpreter and library preloading passes.

ingomueller-net opened this pull request about 1 year ago