compiler-development

Installation
SKILL.md

Compiler Development Skill

This skill provides comprehensive knowledge of building compilers and language implementations using the LLVM infrastructure.

Compiler Architecture Overview

Classic Three-Phase Design

Source Code → Frontend → Middle-End (Optimizer) → Backend → Machine Code
                ↓              ↓                      ↓
             AST/IR      LLVM IR Passes          Target Code

Frontend Development

Related skills

More from gmh5225/awesome-llvm-security

Installs
40
GitHub Stars
829
First Seen
Jan 27, 2026