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
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆246Updated 2 years ago
- Learn LLVM 17, published by Packt☆172Updated 9 months ago
- A curated list of awesome LLVM (including Clang, etc) related resources.☆596Updated 3 months ago
- Code examples for tutoring modern C++☆93Updated last month
- Learn LLVM 12, published by Packt☆483Updated 9 months ago
- Code examples used for the LAC LLVM course☆130Updated 4 months ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆139Updated 4 years ago
- A new (MLIR based) high-level IR for clang.☆466Updated this week
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆183Updated 2 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆723Updated 4 months ago
- ☆356Updated last week
- An LLVM IR dataset for data-driven compiler optimization research☆34Updated 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 2 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆265Updated 2 years ago
- CSCD70 Compiler Optimization☆252Updated last year
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆147Updated last year
- ChocoPy LLVM Repo☆74Updated 2 years ago
- C/C++ frontend for MLIR. Also features polyhedral optimizations, parallel optimizations, and more!☆524Updated 5 months ago
- ☆175Updated this week
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆110Updated last week
- Toy programming language☆48Updated last month
- 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
- Writing a minimal x86-64 JIT compiler in C++☆101Updated 6 years ago
- 由HelloLLVM社区主席邱吉博士发起,联合HelloGCC等技术社区,推出了「南盘江计划」,致力于帮助更多的女性工程师在编译等基础软件领域实现个人职业目标。☆32Updated last year
- Companion Repository for the Lecture Slides for the Clang Libraries☆99Updated this week
- 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…☆411Updated last week
- This is a tutorial to learn LLVM, I realize a backend to compiler machine code for cpu0 which is a simple RISC cpu.☆237Updated 3 years ago
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆131Updated 3 years ago
- ☆30Updated 2 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