LLVM Course

March 18, 2022 ยท View on GitHub

  • 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