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
- Host: GitHub
- URL: https://github.com/lac-dcc/llvm-course
- Owner: lac-dcc
- License: gpl-3.0
- Created: 2020-12-10T00:57:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T12:42:11.000Z (about 1 year ago)
- Last Synced: 2025-05-18T14:01:59.353Z (8 months ago)
- Language: C++
- Size: 66.4 KB
- Stars: 129
- Watchers: 7
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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