mikeroyal / LLVM-GuideLinks
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.
☆191Updated last year
Alternatives and similar repositories for LLVM-Guide
Users that are interested in LLVM-Guide are comparing it to the libraries listed below
Sorting:
- A curated list of awesome LLVM (including Clang, etc) related resources.☆674Updated 2 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆267Updated 2 years ago
- Learn LLVM 17, published by Packt☆210Updated last year
- Code examples for tutoring modern C++☆99Updated 5 months ago
- Learn LLVM 12, published by Packt☆495Updated last year
- Code examples used for the LAC LLVM course☆134Updated last year
- LLVM Code Generation, published by Packt☆219Updated last week
- ☆397Updated 2 weeks ago
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆190Updated 2 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆34Updated 2 years ago
- A new (MLIR based) high-level IR for clang.☆564Updated last week
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆754Updated 3 months ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆276Updated 3 years ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆148Updated 5 years ago
- This is a tutorial on how to write an LLVM Pass using the (kind-of) new PassManager. It is compiled from different sources referenced in …☆58Updated 6 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆120Updated 3 months ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆40Updated 5 years ago
- ☆222Updated 7 years ago
- Toy compiler☆55Updated last week
- An unofficial reference implementation of the C Minus Minus Compiler☆70Updated 10 months ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆137Updated 3 months ago
- An LLVM IR dataset for data-driven compiler optimization research☆72Updated last week
- A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accompli…☆105Updated 3 years ago
- ☆219Updated last week
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆148Updated last year
- ☆110Updated 4 years ago
- A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.☆645Updated last year
- A step-by-step tutorial for building an LLVM sample pass☆221Updated 5 years ago
- CSCD70 Compiler Optimization☆260Updated 2 years ago