Welcome to DLVM! For general information about the DLVM project, please visit dlvm.org.
This repository does not include a code generator.
| Module | Description |
|---|---|
| DLVM | Compiler infrastructure (ADT, IR, Analyses, Transforms) |
| DLParse | Textual IR parser |
| DLCommandLineTools | Tools for building DLVM CLIs |
| dlopt | CLI for DLVM optimizer |
The DLVM runtime (dlrt) includes runtime routines including memory tracking, reference counting, etc.