An open API service indexing awesome lists of open source software.

https://github.com/lac-dcc/llvm-course

Code examples used for the LAC LLVM course
https://github.com/lac-dcc/llvm-course

Last synced: 2 months ago
JSON representation

Code examples used for the LAC LLVM course

Awesome Lists containing this project

README

          

# LLVM Course

- `LLVM-passes`: suite of examples of llvm analyses and
transformations to guide help newcomers write their own
passes.

- `LLVM-metadata`: suite of examples of llvm passes that manipulate
metadata.

- `clang-plugins`: suite of examples of clang plugins.

- `ast-matcher`: AST matcher implementation with LibTooling