Ecosyste.ms: OpenCollective

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

github.com/llvm/clangir

A new (MLIR based) high-level IR for clang.
https://github.com/llvm/clangir

[CIR][CIRGen][LowerToLLVM] Support address space casting

seven-mile opened this pull request 7 months ago
[CIR][LLVMLowering] Add LLVM lowering for unary fp2fp builtins

Lancern opened this pull request 7 months ago
[CIR] Add Case Op Kind Range

wenpen opened this pull request 7 months ago
[CIR] Centralize feature guarding

sitio-couto opened this pull request 7 months ago
Bump the github-actions group with 8 updates

dependabot[bot] opened this pull request 7 months ago
Bump the llvm-docs-requirements group in /llvm/docs with 21 updates

dependabot[bot] opened this pull request 7 months ago
[CIR][CodeGen] Get rid of ZeroInitConstOp

ivanmurashko opened this pull request 7 months ago
[CIR][ThroughMLIR] lowering cir.bit.clz and cir.bit.ctz to MLIR

Kritoooo opened this pull request 7 months ago
Implement a custom CIR Module Op and attributes

bcardosolopes opened this issue 7 months ago
[CIR][ABI] Create target lowering library skeleton

sitio-couto opened this pull request 7 months ago
[CIR][Passes] Add CallConvLowering pass skeleton

sitio-couto opened this pull request 7 months ago
[CIR][ThroughMLIR] Support lowering cir.if to scf.if

GaoXiangYa opened this pull request 7 months ago
Not completely implemented `CIRGenTypes::getRecordTypeName`

ChuanqiXu9 opened this issue 7 months ago
[CIR][Pipeline] Support -fclangir-analysis-only

ChuanqiXu9 opened this pull request 7 months ago
[CIR] Add FuncAttrs to cir.calls

roro47 opened this pull request 7 months ago
Fix pdf link in README.md

Groverkss opened this pull request 7 months ago
Add an CIR analysis-only pipeline that uses traditional codegen

ChuanqiXu9 opened this issue 7 months ago
Case gnu range need to be improved

wenpen opened this issue 7 months ago
[CIR][CIRGen] Builtins: add __sync_fetch_and_add

gitoleg opened this pull request 7 months ago
[CIR][Lowering] Add MLIR lowering support for CIR shift operations

Kritoooo opened this pull request 7 months ago
[CIR][IR][NFC] Fix CallOp builder with void return

sitio-couto opened this pull request 7 months ago
[CIR][CIRGen] Support undefined initialization attribute

SchrodingerZhu opened this pull request 7 months ago
Pass explicit alignment to globals

bcardosolopes opened this issue 7 months ago
[CIR] Add C source code as comments in for.cir unit test

ShivaChen opened this pull request 7 months ago
[CIR][CIRGen] Support CodeGen for vbase constructors

Laity000 opened this pull request 7 months ago
[CIR][CodeGen][Bugfix] fixes volatile structs copy

gitoleg opened this pull request 7 months ago
[CIR][CodeGen][Bugfix] store fptr of a function with no args

gitoleg opened this pull request 7 months ago
[CIR] Move CIRDataLayout.h into include/clang/CIR/Dialect/IR

ghehg opened this pull request 7 months ago
[CIR][doc] Add CIR assembly style guide

Lancern opened this pull request 7 months ago
[CIR][CIRGen] Support CodeGen for structural bindings

PragmaTwice opened this pull request 7 months ago
[CIR][CodeGen] Support trailing_zeros for constant string literals

ivanmurashko opened this pull request 7 months ago
[CIR][CIRGen] Add CIRGen for binary fp2fp builtin operations

Lancern opened this pull request 7 months ago
Fix InitListExpr for OpenCL vectors

seven-mile opened this issue 7 months ago
[CIR][CIRGen] Enable address space flags and re-categorize / fix usages

seven-mile opened this pull request 7 months ago
[CIR][CIRGen] Support OpenCL Vector Types

seven-mile opened this pull request 7 months ago
[CIR][LLVMLowering] Add LLVM lowering for data member pointers

Lancern opened this pull request 7 months ago
[CIR][CIRGen] Create a new block after break and continue

piggynl opened this pull request 7 months ago
[CIR][CIRGen] Fix compound assignment for vector types

seven-mile opened this pull request 7 months ago
[CIR][IR] Fix FuncOp duplicate attr printing

sitio-couto opened this pull request 7 months ago
[NFC][CIR] Complete CIR check in test case ctor-member-lvalue-to-rvalue

PragmaTwice opened this pull request 7 months ago
[NFC] Remove empty file `clang/asf`

piggynl opened this pull request 7 months ago
[CIR][CIRGen][LowerToLLVM] Add address space attribute for pointer type

seven-mile opened this pull request 7 months ago
[CIR][ThroughMLIR] Support lowering ForOp to scf

ShivaChen opened this pull request 7 months ago
[CIR] Add -cir-mlir-scf-prepare to simplify lowering to SCF

ShivaChen opened this pull request 7 months ago
[CIR][DOC] Update github-pages gem

jopperm opened this pull request 7 months ago
Incorrect terminator generation

wenpen opened this issue 7 months ago
[CIR][CIRGen] Add support for gnu range on switch stmts

wenpen opened this pull request 8 months ago
[CIR][CIRGen] Support for signed #cir.ptr

Laity000 opened this pull request 8 months ago
[CIR][CIRGen] Support for signed #cir.ptr

Laity000 opened this pull request 8 months ago
Add switch support for GNU range

bcardosolopes opened this issue 8 months ago
[CIR][CIRGen] Support for dereferencing void pointers

PragmaTwice opened this pull request 8 months ago
[CIR][LowerToLLVM] Support pointer arithmetic for function types

PragmaTwice opened this pull request 8 months ago
Move more logic from MergeCleanups into Op::fold methods

bcardosolopes opened this issue 8 months ago
[CIR][Lowering] Add MLIR lowering support for CIR math operations

GaoXiangYa opened this pull request 8 months ago
[CIR][Transforms] Simplify redundant bitcasts

seven-mile opened this pull request 8 months ago
Debug info support

bcardosolopes opened this issue 8 months ago
AArch64 specific builtins/intrinsics

bcardosolopes opened this issue 8 months ago
Module verification error of switch statements

wenpen opened this issue 8 months ago
Miss destruction in switch statements

wenpen opened this issue 8 months ago
[CIR][Lowering] Add MLIR lowering support for CIR sin operations

GaoXiangYa opened this pull request 8 months ago
Change ops to be consistent in their MLIR ASM style

bcardosolopes opened this issue 8 months ago
[CIR][NFC] remove redundant test in CIR/IR/data-member-ptr.cir

Lancern opened this pull request 8 months ago
[CIR] Remove redundant result type of cir.const operation

orbiri opened this pull request 8 months ago
[CIR][Asm] Remove duplicated lambda & coroutine attributes

keryell opened this pull request 8 months ago
[CIR][ThroughMLIR] Support lowering CastOp to arith

ShivaChen opened this pull request 8 months ago
Bump the llvm-docs-requirements group in /llvm/docs with 17 updates

dependabot[bot] opened this pull request 8 months ago
[CIR][NFC] Homogenize printing/parsing of CIR_PointerType

definelicht opened this pull request 8 months ago
[CIR] Support lowering GlobalOp and GetGlobalOp to memref

ShivaChen opened this pull request 8 months ago
[CIR][LowerToLLVM][CXXABI] Lower cir.va.arg

ghehg opened this pull request 8 months ago
[CIR] Extend support for floating point attributes

orbiri opened this pull request 8 months ago
[CIR][CIRGen] Add CIRGen support for float16 and bfloat

Lancern opened this pull request 8 months ago
[CIR][Lowering][CXXABI]lower var_arg op

ghehg opened this pull request 8 months ago
[CIR][Lowering] Add long double types for cos operation lowering

zhoujingya opened this pull request 8 months ago
[CIR] Remove redundant error from parseConstantValue

orbiri opened this pull request 8 months ago
Vtable support for simple multiple inheritance without thunk

Laity000 opened this issue 8 months ago
[CIR][Lowering] Add MLIR lowering support for CIR cos operations

zhoujingya opened this pull request 8 months ago
Can I try to make a lowering operation for cir.cos?

zhoujingya opened this issue 8 months ago
[CIR][CodeGen] Goto pass

gitoleg opened this pull request 8 months ago
Through MLIR lowering (not LLVM): Missing CIR operations

gxsoar opened this issue 8 months ago
[CIR][CIRGen][LLVMLowering] Add support for checked arithmetic builtins

Lancern opened this pull request 8 months ago
Global "NaN" Is Lowered to `0.0` During LLVM Conversion

orbiri opened this issue 8 months ago
[CIR] Generate `cir.dyn_cast` for dynamic casts to void ptr

Lancern opened this pull request 8 months ago
[CIR] Lower certain `cir.cmp3way` operations to LLVM intrinsics

Lancern opened this pull request 8 months ago
[CIR][OpenMP] Taskwait, Taskyield and Barrier implementation

eZWALT opened this pull request 8 months ago
Remove redundant bitcast in builtin dynamic alloca codegen

orbiri opened this issue 8 months ago
[CIR][NFC] Improve verifier related error messages

gxsoar opened this pull request 8 months ago