pfalcon / awesome-program-analysisLinks
Program Analisys and Transformation survey and links (particular focus on SSA)
☆165Updated 4 years ago
Alternatives and similar repositories for awesome-program-analysis
Users that are interested in awesome-program-analysis are comparing it to the libraries listed below
Sorting:
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆221Updated 6 years ago
- A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.☆165Updated last year
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆144Updated 4 months ago
- Static Analyzer for LLVM bitcode based on Abstract Interpretation. **Update**: clam is still actively maintained. Please use branch dev1…☆281Updated last year
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆142Updated 4 years ago
- A library for building abstract interpretation-based analyses. **Update**: crab is still actively maintained. Please use branch dev.☆245Updated 8 months ago
- Static range analysis for the LLVM compiler infrastructure.☆56Updated 5 years ago
- DebugIR: Debugging LLVM-IR Files☆138Updated 6 months ago
- MIT's abstract interpretation class taught by Cousot☆40Updated 10 years ago
- Public-facing course info for program analysis materials.☆41Updated 6 months ago
- GrayC: Greybox Fuzzing of Compilers and Analysers for C☆59Updated last year
- 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
- ☆52Updated 2 years ago
- A high-performance, parallel, compilation-based symbolic execution engine☆130Updated this week
- CCG is a random C Code Generator☆44Updated 2 years ago
- A precise and scalable pointer analysis for LLVM, written in Ascent☆66Updated 3 months ago
- A simple example of how LLVM can be used to gather static or dynamic facts about a program.☆69Updated last year
- A compiler from TIP to llvm bitcode☆69Updated 6 months ago
- A framework for testing compilers' type checkers☆54Updated 10 months ago
- An LLVM IR dataset for data-driven compiler optimization research☆47Updated this week
- A step-by-step tutorial for building an LLVM sample pass☆216Updated 5 years ago
- minimal symbolic model checker & fuzzer☆112Updated 10 years ago
- A JIT Compiler Fuzzer for JVMs via CSX/JoNM in "Validating JIT Compilers via Compilation Space Exploration" (SOSP'23)☆54Updated 3 months ago
- A tool for analyzing LLVM bitcode using Datalog.☆100Updated 4 years ago
- ☆63Updated 5 years ago
- An LLVM sanitizer tutorial☆199Updated 3 years ago
- Source code for the equivalence checker presented in the PLDI 2019 paper, "Semantic Program Alignment for Equivalence Checking"☆43Updated 5 years ago
- Whole Program LLVM: wllvm ported to go☆316Updated last year
- A curated list of Grammar based fuzzing research papers, codes, tutorials☆123Updated 2 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆271Updated 3 years ago