sfu-arch / llvm-eppLinks
Efficient Path Profiling using LLVM
☆18Updated 7 years ago
Alternatives and similar repositories for llvm-epp
Users that are interested in llvm-epp are comparing it to the libraries listed below
Sorting:
- An LLVM pass to profile dynamic LLVM IR instructions and runtime values☆141Updated 4 years ago
- Automatic detection of speculative information flows☆68Updated 4 years ago
- Delta Pointers: Buffer Overflow Checks Without the Checks (EuroSys'18)☆56Updated 3 years ago
- ☆66Updated 5 years ago
- Static range analysis for the LLVM compiler infrastructure.☆56Updated 6 years ago
- Alive (Automated LLVM's InstCombine Verifier) with automated reasoning for both integer and floating point peephole optimizations in LLVM☆32Updated 6 years ago
- Piecewise debloating toolchain☆15Updated 5 years ago
- LLVM optimization passes (DCE, LICM), compilers and stuff☆14Updated 4 years ago
- ☆35Updated 2 years ago
- Function Merging & Branch Fusion☆19Updated 6 years ago
- This repo contains the artifact for our SOSP'19 paper on Serval☆32Updated 6 years ago
- Dynamic Program Slicing in LLVM Compiler☆142Updated 7 years ago
- custom type systems for Clang☆96Updated 10 years ago
- Tool for inferring cache replacement policies with automata learning. Uses LearnLib and Sketch.☆16Updated 5 years ago
- CCG is a random C Code Generator☆44Updated 3 years ago
- Public-facing course info for program analysis materials.☆42Updated this week
- ☆16Updated 6 years ago
- ☆47Updated 3 years ago
- ☆40Updated 2 months ago
- A translation validation framework for MLIR☆88Updated 6 months ago
- Semantic program repair system for C programs☆100Updated 3 years ago
- SUPA☆28Updated 5 years ago
- This is a C++ implementation of Graspan.☆32Updated last year
- Constraint solver based on coverage-guided fuzzing☆248Updated last year
- Source code for the equivalence checker presented in the PLDI 2019 paper, "Semantic Program Alignment for Equivalence Checking"☆45Updated 5 years ago
- Static Slicer for LLVM☆67Updated 9 years ago
- SoftBoundCETS for LLVM+Clang version 34☆59Updated 11 years ago
- Runtime type and bounds-error checking for C/C++☆104Updated 9 months ago
- LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injec…