mikeroyal / LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally implemented for C/C++ , though, has a variety of front-ends, including Java, Python, etc.
☆145Updated 10 months ago
Related projects ⓘ
Alternatives and complementary repositories for LLVM-Guide
- Learn LLVM 17, published by Packt☆141Updated 5 months ago
- Code examples for tutoring modern C++☆89Updated 4 months ago
- A new (MLIR based) high-level IR for clang.☆386Updated this week
- A curated list of awesome LLVM (including Clang, etc) related resources.☆535Updated 5 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆239Updated last year
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆129Updated 4 years ago
- Code examples used for the LAC LLVM course☆123Updated last week
- Learn LLVM 12, published by Packt☆475Updated 5 months ago
- Writing a minimal x86-64 JIT compiler in C++☆99Updated 6 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆263Updated 2 years ago
- ☆341Updated last month
- Companion Repository for the Lecture Slides for the Clang Libraries☆88Updated 8 months ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆28Updated 6 months ago
- C/C++ frontend for MLIR. Also features polyhedral optimizations, parallel optimizations, and more!☆488Updated last month
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆175Updated last year
- An optimizing ahead-of-time Python Compiler☆158Updated 5 months ago
- A collection of out-of-tree Clang plugins for teaching and learning☆703Updated 4 months ago
- A repo to store the compiler project☆68Updated last year
- ☆162Updated this week
- ☆30Updated 2 years ago
- Toy programming language☆39Updated this week
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆29Updated last year
- open64 compiler☆79Updated last year
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆34Updated 4 years ago
- A step-by-step tutorial for building an LLVM sample pass☆213Updated 4 years ago
- An unofficial reference implementation of the C Minus Minus Compiler☆46Updated 2 months ago
- 💀 The former home of clangir, now part of the official LLVM incubator. See website below for details.☆158Updated 2 years ago
- This is a tutorial to learn LLVM, I realize a backend to compiler machine code for cpu0 which is a simple RISC cpu.☆223Updated 2 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆138Updated 10 months ago
- VAST is an experimental compiler pipeline designed for program analysis of C and C++. It provides a tower of IRs as MLIR dialects to choo…☆396Updated this week