llvm-tutorial topic
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
awesome-llvm
A curated list of awesome LLVM (including Clang, etc) related resources.
kaleidoscope
Haskell LLVM JIT Compiler Tutorial
numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning
llvm-kaleidoscope
LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)
clang-tutor
A collection of out-of-tree Clang plugins for teaching and learning
LLVM-9.0-Learner-Tutorial
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 accomplish a complete project for FPGA High-Level Synthesis with it.
LLVM-Clang-Examples
A collection of code based on LLVM/Clang compilation libraries and tools
llvm-kaleidoscope-rs
LLVM Kaleidoscope Tutorial in Rust