llvm/llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 12 minutes ago
Added to GitGenius on March 3rd, 2026
Created on December 7th, 2016
Open Issues & Pull Requests: 38,441 (-1)
Number of forks: 18,345
Total Stargazers: 39,907 (+0)
Total Subscribers: 564 (+0)

Repository Insights (GitGenius)

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 68% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 59% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17,688
New in 7 days: 276
Closed in 7 days: 258
Avg open age: 1,116 days
Stale 30+ days: 16,429
Stale 90+ days: 14,756

Recent activity

Opened in 7 days: 246
Closed in 7 days: 226
Comments in 7 days: 612
Events in 7 days: 4,369

Top labels

  • bugzilla (19,089)
  • clang:frontend (5,621)
  • crash (4,519)
  • libc++ (3,608)
  • confirmed (2,417)
  • backend:X86 (2,222)
  • duplicate (2,193)
  • missed-optimization (2,191)

Detailed Description

The LLVM Project is a comprehensive toolkit for constructing highly optimized compilers, optimizers, and runtime environments. The repository contains the source code for LLVM and its associated components, which together form a modular and reusable compiler infrastructure. The core LLVM component provides all necessary tools, libraries, and header files for processing intermediate representations and converting them into object files, including an assembler, disassembler, bitcode analyzer, and bitcode optimizer.

The project encompasses multiple specialized components beyond the core LLVM infrastructure. Clang serves as the frontend for C-like languages, enabling compilation of C, C++, Objective-C, and Objective-C++ code into LLVM bitcode and ultimately into object files. The project also includes libc++, a C++ standard library implementation, and LLD, a linker component. This modular architecture allows developers to use individual components independently or combine them for complete compiler toolchain construction.

As a major open-source project, the repository demonstrates significant ongoing activity and community engagement.

The most frequently addressed issue categories reveal the project's focus areas. This distribution highlights the significant attention devoted to frontend compilation and language support.

The LLVM Project's influence extends across the broader software development ecosystem. This interconnection underscores LLVM's role as critical infrastructure within the compiler and programming language communities.

The project maintains active community engagement through multiple channels including the LLVM Discourse forums, Discord chat, office hours, and regular synchronization meetings. The adoption of a formal code of conduct demonstrates the project's commitment to maintaining a welcoming and professional environment for contributors across all communication modes. The comprehensive documentation available through the Getting Started with LLVM and Contributing to LLVM guides facilitates both new users and potential contributors in engaging with the project effectively.