compor / llvm-ir-cmake-utilsLinks
LLVM IR CMake utils for bitcode file manipulation by opt and friends
☆75Updated 9 months ago
Alternatives and similar repositories for llvm-ir-cmake-utils
Users that are interested in llvm-ir-cmake-utils are comparing it to the libraries listed below
Sorting:
- A step-by-step tutorial for building an LLVM sample pass☆218Updated 5 years ago
- This is a tutorial on how to write an LLVM Pass using the (kind-of) new PassManager. It is compiled from different sources referenced in …☆56Updated 6 years ago
- A high performance LLVM-based dynamic binary instrumentation framework☆273Updated last year
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆146Updated 8 months ago
- BinRec: Dynamic Binary Lifting and Recompilation☆144Updated 2 years ago
- An easy guide to Clang Static Analyzer extension.☆144Updated 5 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆275Updated 3 years ago
- LLVM Call Graph☆28Updated 4 years ago
- DebugIR: Debugging LLVM-IR Files☆141Updated 9 months ago
- An LLVM pass to profile dynamic LLVM IR instructions and runtime values☆141Updated 4 years ago
- A simple example of defining custom plugins for clang and the clang static analyzer.