pfalcon / awesome-program-analysisLinks
Program Analisys and Transformation survey and links (particular focus on SSA)
☆166Updated 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:
- MIT's abstract interpretation class taught by Cousot☆39Updated 10 years ago
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆144Updated 7 months ago
- Static Analyzer for LLVM bitcode based on Abstract Interpretation. **Update**: clam is still actively maintained. Please use branch dev1…☆280Updated last year
- A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.☆164Updated last year
- A high-performance, parallel, compilation-based symbolic execution engine☆141Updated this week
- A precise and scalable pointer analysis for LLVM, written in Ascent☆65Updated 5 months ago
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆227Updated 6 years ago
- A library for building abstract interpretation-based analyses. **Update**: crab is still actively maintained. Please use branch dev.☆244Updated 10 months ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆142Updated 5 years ago
- Static program analysis for TIP☆298Updated 3 months ago
- A compiler from TIP to llvm bitcode☆69Updated 9 months ago
- Static range analysis for the LLVM compiler infrastructure.☆56Updated 5 years ago
- An LLVM IR dataset for data-driven compiler optimization research☆62Updated this week
- DebugIR: Debugging LLVM-IR Files☆139Updated 8 months ago
- A tool for analyzing LLVM bitcode using Datalog.☆101Updated 4 years ago
- ☆53Updated 2 years ago
- A simple example of how LLVM can be used to gather static or dynamic facts about a program.☆71Updated 2 months ago
- LLVM pass☆24Updated 5 years ago
- ☆52Updated 9 years ago
- LLVM DSA fork for SeaHorn☆21Updated 6 years ago
- Dynamic Program Slicing in LLVM Compiler☆143Updated 7 years ago
- GrayC: Greybox Fuzzing of Compilers and Analysers for C☆59Updated last year
- minimal symbolic model checker & fuzzer☆113Updated 10 years ago
- Variation of american fuzzy lop for testing compilers☆123Updated 3 years ago
- A step-by-step tutorial for building an LLVM sample pass