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.
☆162Updated last year
Alternatives and similar repositories for LLVM-Guide:
Users that are interested in LLVM-Guide are comparing it to the libraries listed below
- Learn LLVM 17, published by Packt☆163Updated 8 months ago
- A curated list of awesome LLVM (including Clang, etc) related resources.☆590Updated 2 months ago
- Learn LLVM 12, published by Packt☆481Updated 8 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆245Updated 2 years ago
- Code examples used for the LAC LLVM course☆130Updated 3 months ago
- ☆351Updated 2 weeks ago
- C/C++ frontend for MLIR. Also features polyhedral optimizations, parallel optimizations, and more!☆511Updated 4 months ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆138Updated 4 years ago
- A new (MLIR based) high-level IR for clang.☆452Updated this week
- Code examples for tutoring modern C++☆91Updated 2 weeks ago
- open64 compiler☆83Updated last year
- ☆170Updated this week
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆264Updated 2 years ago
- A list of tutorials, paper, talks, and open-source projects for emerging compiler and architecture☆433Updated last month
- A collection of out-of-tree Clang plugins for teaching and learning☆721Updated 2 months ago
- A step-by-step tutorial for building an LLVM sample pass☆214Updated 4 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.☆236Updated 3 years ago
- learn javassist by example☆30Updated 3 years ago
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆181Updated 2 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆145Updated last year
- 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…☆102Updated 2 years ago
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆129Updated 3 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆87Updated 11 months ago
- A repo to store the compiler project☆74Updated 2 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 …☆53Updated 6 years ago
- ☆30Updated 2 years ago
- CSCD70 Compiler Optimization☆250Updated last year
- An optimizing ahead-of-time Python Compiler☆163Updated 8 months ago
- An LLVM IR dataset for data-driven compiler optimization research☆32Updated this week
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆105Updated this week