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.
☆166Updated 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:
- Learn LLVM 17, published by Packt☆185Updated 11 months ago
- Code examples used for the LAC LLVM course☆129Updated 6 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆251Updated 2 years ago
- A curated list of awesome LLVM (including Clang, etc) related resources.☆615Updated 5 months ago
- Learn LLVM 12, published by Packt☆486Updated 11 months ago
- Code examples for tutoring modern C++☆94Updated this week
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆185Updated 2 years ago
- ☆366Updated this week
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆270Updated 3 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.☆244Updated 3 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆732Updated 2 weeks ago
- learn javassist by example☆31Updated 3 years ago
- C/C++ frontend for MLIR. Also features polyhedral optimizations, parallel optimizations, and more!☆536Updated 7 months ago
- ☆183Updated 2 weeks ago
- A new (MLIR based) high-level IR for clang.☆491Updated this week
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆128Updated 3 years ago
- CSCD70 Compiler Optimization☆253Updated 2 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆145Updated last year
- ☆30Updated 3 years ago
- 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…☆103Updated 2 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated last month
- 由HelloLLVM社区主席邱吉博士发起,联合HelloGCC等技术社区,推出了「南盘江计划」,致力于帮助更多的女性工程师在编译等基础软件领域实现个人职业目标。☆35Updated last week
- 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 …☆54Updated 6 years ago
- ChocoPy LLVM Repo☆75Updated 2 years ago
- A step-by-step tutorial for building an LLVM sample pass☆216Updated 5 years ago
- Some examples for using LLVM to generate IR☆37Updated 2 years ago
- A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.☆620Updated 6 months ago
- Writing a minimal x86-64 JIT compiler in C++☆102Updated 7 years ago
- A list of tutorials, paper, talks, and open-source projects for emerging compiler and architecture☆447Updated 4 months ago