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.
☆176Updated 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.☆651Updated 8 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆264Updated 2 years ago
- Learn LLVM 17, published by Packt☆202Updated last year
- Code examples for tutoring modern C++☆98Updated last month
- Learn LLVM 12, published by Packt☆490Updated last year
- ☆380Updated last week
- Code examples used for the LAC LLVM course☆131Updated 9 months ago
- A new (MLIR based) high-level IR for clang.☆522Updated last week
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆142Updated 5 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆33Updated 2 years ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆129Updated 4 months ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆189Updated 2 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆740Updated 3 months ago
- ☆198Updated this week
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆273Updated 3 years ago
- Toy compiler☆54Updated 3 weeks ago
- An LLVM IR dataset for data-driven compiler optimization research☆61Updated last week
- LLVM Code Generation, published by Packt☆142Updated 2 weeks ago
- C/C++ frontend for MLIR. Also features polyhedral optimizations, parallel optimizations, and more!☆571Updated 2 months ago
- open64 compiler☆85Updated last year
- LLVM Dialects Library☆23Updated last month
- An unofficial reference implementation of the C Minus Minus Compiler☆60Updated 6 months ago
- A step-by-step tutorial for building an LLVM sample pass☆218Updated 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 …☆56Updated 6 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆146Updated last year
- ☆111Updated 4 years ago
- CSCD70 Compiler Optimization☆259Updated 2 years ago
- Decompiler of LLVM bitcode to C☆86Updated last year
- ☆31Updated 3 years ago