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

Optimization: semantic inline

kelbon opened this issue 11 months ago
[CIR] allow mlir::UnknownLoc in function op

Lancern opened this pull request 11 months ago
[CIR] introduce cir.unreachable operation

Lancern opened this pull request 11 months ago
[CIR][CIRGen] Implement "if consteval" code generation

keryell opened this pull request 11 months ago
Add support for complex numbers

bcardosolopes opened this issue 11 months ago
Use trailing zeros for `cir.const_struct`

bcardosolopes opened this issue 11 months ago
Improve initialization: e.g. `cir.init_array` and `cir.init_struct` ops

bcardosolopes opened this issue 11 months ago
[CIR][CIRGen] Support dynamic_cast to void ptr

Lancern opened this pull request 11 months ago
[CIR][CIRGen] Support check for zero-init pointers

YazZz1k opened this pull request 11 months ago
[CIR][CIRGen] Handle ternary op inside if cond

YazZz1k opened this pull request 11 months ago
[CIR][CIRGen] add codegen for branch prediction info builtins

YazZz1k opened this pull request 11 months ago
Bump the llvm-docs-requirements group in /llvm/docs with 13 updates

dependabot[bot] opened this pull request 11 months ago
Bump the github-actions group with 9 updates

dependabot[bot] opened this pull request 11 months ago
[CIR][CIRGen] Implement "if constexpr" code generation

keryell opened this pull request 11 months ago
Use more IRGen diagnostics in CIRGen

bcardosolopes opened this issue 11 months ago
[CIR][CIRGen] Add missing case to 'isNullValue'

YazZz1k opened this pull request 11 months ago
[CIR] Vector types, comparison operators

dkolsen-pgi opened this pull request 11 months ago
[CIR][CIRGen] Handle initilization of arrays

YazZz1k opened this pull request 11 months ago
Bump the llvm-docs-requirements group in /llvm/docs with 12 updates

dependabot[bot] opened this pull request 11 months ago
Bump the github-actions group with 9 updates

dependabot[bot] opened this pull request 11 months ago
[CIR][CIRGen] Add missing visitor for ParenExpr

YazZz1k opened this pull request 11 months ago
[CIR] Move CI to CLANG_ENABLE_CIR

lanza opened this pull request 11 months ago
[CIR][CodeGen] initial support for dynamic_cast

Lancern opened this pull request 11 months ago
MLIRCIR and MLIRCIRInterfaces depend upon one another

lanza opened this issue 11 months ago
[CIR] Remove LLVM_ENABLE_PROJECTS support

lanza opened this pull request 11 months ago
Remove "cir" from ENABLE_LLVM_PROJECTS

bcardosolopes opened this issue 11 months ago
[CIR][CIRGen] Support for section atttribute

YazZz1k opened this pull request 11 months ago
[CIR][CIRGen] Handle __extension__ keyword

YazZz1k opened this pull request 11 months ago
[CIR] Vector types, comparison operators

dkolsen-pgi opened this pull request 11 months ago
Adding ClangIR testing to debian-fast buildbot

bcardosolopes opened this issue 11 months ago
Teach CIR pointers about address space

bcardosolopes opened this issue 11 months ago
ABI-aware calling conventions

bcardosolopes opened this issue 11 months ago
Initial support for OpenCL

bcardosolopes opened this issue 11 months ago
[CIR][CIRGen][Bugfix] Fix source location in ctors

YazZz1k opened this pull request 11 months ago
How to use ClangIR downstream?

keryell opened this issue 11 months ago
[CIR][Lowering] Support conversion of cir.zero to dense consts

YazZz1k opened this pull request 11 months ago
[CIR][CodeGen] Const structs with bitfields

gitoleg opened this pull request 11 months ago
[CIR][CIRGen][Bugfix] Fix bool zero initialization

YazZz1k opened this pull request 11 months ago
[CIR] Fix build error

YazZz1k opened this pull request 11 months ago
[CIR][Interfaces] Implement LoopOpInterface

sitio-couto opened this pull request 11 months ago
[CIR][CodeGen][BugFix] use proper base type for derived class

gitoleg opened this pull request 11 months ago
[CIR] add a new volatile flag to distinguish volatile accesses

Lancern opened this pull request 11 months ago
[CIR] initial support for pointer-to-data-member type

Lancern opened this pull request 11 months ago
[CIR][LibOpt] Extend std::find optimization to all calls with raw pointers

philnik777 opened this pull request 11 months ago
[CIR][CodeGen] Initial variable length array support

gitoleg opened this pull request 12 months ago
[CIR][CodeGen][Lowering] Supports arrays with trailing zeros

gitoleg opened this pull request 12 months ago
[CIR][IR] Implement loop's conditional operation

sitio-couto opened this pull request 12 months ago
[CIR] introduce CIR floating-point types

Lancern opened this pull request 12 months ago
[CIR][Transforms][NFC] Refactor MergeCleanups pass

sitio-couto opened this pull request 12 months ago
[CIR][OpenMP] Initial commit for OpenMP support in CIR

fabianmcg opened this pull request 12 months ago
How should cir.base_class_addr work

Lancern opened this issue 12 months ago
Fix error message with `!IntegerType`s.

bcardosolopes opened this issue about 1 year ago
[CIR][CodeGen] Adds support for inline assembler

gitoleg opened this pull request about 1 year ago
Add an aliases for mutable types in CIR

bcardosolopes opened this issue about 1 year ago
Support for TBAA

bcardosolopes opened this issue about 1 year ago
C/C++ atomic types and operations

bcardosolopes opened this issue about 1 year ago
Add support for vector types

bcardosolopes opened this issue about 1 year ago
Consider explicit mapping for BCTI_Virtual, BCTI_Public, etc

bcardosolopes opened this issue about 1 year ago
Update docs: describe possible terminators for ScopeOp

bcardosolopes opened this issue over 1 year ago
Add an address point attribute

bcardosolopes opened this issue over 1 year ago
Leverage `#cir.zero` in large constant strings initializers

sitio-couto opened this issue over 1 year ago
[CIR][CIRGen] Support for struct call arguments

sitio-couto opened this pull request over 1 year ago
[CIR] Add support for floating point types

Ris-Bali opened this pull request over 1 year ago
Move struct field name from callsite to type

sitio-couto opened this issue over 1 year ago
Harden operation constraints from AnyType to CIRType

bcardosolopes opened this issue over 1 year ago
Use readable representation for char types

sitio-couto opened this issue over 1 year ago
Create custom CIR floating point types.

sitio-couto opened this issue over 1 year ago
Return int8Ty instead of i1 when function defined return type `bool`

redbopo opened this issue almost 2 years ago