# llvm-mirror/llvm

Project moved to: https://github.com/llvm/llvm-project

Repository: https://github.com/llvm-mirror/llvm
Canonical: https://ross.abutalabs.com/products/llvm
Homepage: http://llvm.org
Language: LLVM
License: NOASSERTION
License Family: other
Topics: llvm, virtual-machine, intermediate-representation, code-generation, optimization
Archived: true
Last push: 2020-09-02T21:11:24+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5332, "days_push": 2191, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4579, forks 2062 (observed 2026-08-28T04:08:54.501275+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: compiler, interpreter, developer-tools
- domain: compilers, programming-languages, developer-tools, performance
- platform: cross-platform, cpp, windows
- tags: llvm, llvm-ir, code-generation, jit, optimizer, compiler-infrastructure, mirror-repo, moved, linux, macos

## Member repositories
- llvm-mirror/llvm (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:54.501275+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:54.589619+00:00, confidence not recorded.
  - readme: https://github.com/llvm-mirror/llvm (fetched 2026-08-28T04:08:54.501275+00:00, sha 00bebc35332b)
  - homepage: http://llvm.org (fetched 2026-08-29T09:05:27.839946+00:00, sha 598310e35215)
  - site_page: https://llvm.org/docs/DeveloperPolicy.html (fetched 2026-08-29T09:05:27.863243+00:00, sha d291dfc6f321)
  - site_page: https://llvm.org/docs (fetched 2026-08-29T09:05:27.851247+00:00, sha eec813dda90d)
  - site_page: https://llvm.org/docs/CommandGuide (fetched 2026-08-29T09:05:27.853231+00:00, sha 6227a62c79bd)
  - site_page: https://llvm.org/docs/FAQ.html (fetched 2026-08-29T09:05:27.855306+00:00, sha 5f353e43ec31)
  - site_page: https://llvm.org/Features.html (fetched 2026-08-29T09:05:27.849300+00:00, sha 1eea7524f7f2)
  - site_page: https://prereleases.llvm.org/ (fetched 2026-08-29T09:05:27.859686+00:00, sha d5856499e8d1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
