dotnet/llilc
This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4234
- days_rel: n/a
- days_push: 1633
- n_releases_24m: 0
Adoption not part of the score
1514 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LLILC is an LLVM-based compiler for .NET Core that compiles MSIL bytecode to LLVM-supported platforms, serving as a JIT for CoreCLR and an object emitter/disassembler for CoreRT. The project is now archived and no longer under active development.
Use cases
- compile .NET MSIL bytecode to native code via LLVM
- use a JIT compiler for CoreCLR based on LLVM
- emit cross-platform object files for .NET CoreRT
- disassemble .NET MSIL code
- build libcoredistools for CoreCLR
When to choose
- you need an LLVM-based .NET code generation tool for research or historical reference
- you are maintaining legacy CoreRT ObjectWriter builds
When to avoid
- you need a maintained .NET JIT or compiler - the project is archived
- you want production .NET code generation - use RyuJIT or NativeAOT instead
Facets
library · maturity abandoned
compiler interpreter compilers programming-languages developer-tools windows cpp llvm dotnet jit msil coreclr archived linux macos
1 source
- readme: https://github.com/dotnet/llilc · fetched 2026-08-28 · d3b9fd87eea3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet/llilc | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem