llvm-mirror/llvm
Project moved to: https://github.com/llvm/llvm-project observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
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: 5332
- days_rel: n/a
- days_push: 2191
- n_releases_24m: 0
Adoption not part of the score
4579 stars · 2062 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LLVM is a modular compiler infrastructure providing an SSA-based intermediate representation, a source- and target-independent optimizer, and retargetable code generation for many CPU architectures, plus JIT compilation support. This particular repository is the legacy llvm-mirror on GitHub, which has moved to the unified llvm/llvm-project repository.
Use cases
- build a compiler backend for a new programming language
- generate optimized machine code for multiple CPU architectures
- implement a JIT compiler for a scripting language
- optimize and transform code at link time
- learn how compilers work with the Kaleidoscope tutorial
- compile LLVM IR to native object code
When to choose
- you are building a language frontend, optimizer, or code generator and need a mature, production-proven compiler toolkit
- you need retargetable code generation across many architectures
- you want JIT or ahead-of-time compilation from a common IR
When to avoid
- you want the actively developed source - use llvm/llvm-project instead of this archived mirror
- you need a simple high-level compiler without deep systems expertise
- you expect quick builds or small binaries - LLVM is large and slow to compile
Facets
library · maturity abandoned
compiler interpreter developer-tools compilers programming-languages developer-tools performance cross-platform cpp windows llvm llvm-ir code-generation jit optimizer compiler-infrastructure mirror-repo moved linux macos
8 sources
- readme: https://github.com/llvm-mirror/llvm · fetched 2026-08-28 · 00bebc35332b
- homepage: http://llvm.org · fetched 2026-08-29 · 598310e35215
- site_page: https://llvm.org/docs/DeveloperPolicy.html · fetched 2026-08-29 · d291dfc6f321
- site_page: https://llvm.org/docs · fetched 2026-08-29 · eec813dda90d
- site_page: https://llvm.org/docs/CommandGuide · fetched 2026-08-29 · 6227a62c79bd
- site_page: https://llvm.org/docs/FAQ.html · fetched 2026-08-29 · 5f353e43ec31
- site_page: https://llvm.org/Features.html · fetched 2026-08-29 · 1eea7524f7f2
- site_page: https://prereleases.llvm.org/ · fetched 2026-08-29 · d5856499e8d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| llvm-mirror/llvm | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="llvm-mirror/llvm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem