llvm-tutorial topic

List llvm-tutorial repositories

dumb-obfuscator

169
Stars
29
Forks
Watchers

Tutorial on how to write the dumbest obfuscator I could think of.

awesome-llvm

429
Stars
34
Forks
Watchers

A curated list of awesome LLVM (including Clang, etc) related resources.

kaleidoscope

1.0k
Stars
129
Forks
Watchers

Haskell LLVM JIT Compiler Tutorial

numpile

401
Stars
52
Forks
Watchers

A tiny 1000 line LLVM-based numeric specializer for scientific Python code.

llvm-tutor

2.8k
Stars
364
Forks
Watchers

A collection of out-of-tree LLVM passes for teaching and learning

llvm-kaleidoscope

225
Stars
48
Forks
Watchers

LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)

clang-tutor

640
Stars
57
Forks
Watchers

A collection of out-of-tree Clang plugins for teaching and learning

LLVM-9.0-Learner-Tutorial

100
Stars
23
Forks
Watchers

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

38
Stars
3
Forks
Watchers

A collection of code based on LLVM/Clang compilation libraries and tools

llvm-kaleidoscope-rs

26
Stars
0
Forks
Watchers

LLVM Kaleidoscope Tutorial in Rust