harvard-acc / LLVM-TracerLinks
An LLVM pass to profile dynamic LLVM IR instructions and runtime values
☆141Updated 4 years ago
Alternatives and similar repositories for LLVM-Tracer
Users that are interested in LLVM-Tracer are comparing it to the libraries listed below
Sorting:
- 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…☆76Updated 3 years ago
- A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accompli…☆104Updated 3 years ago
- A step-by-step tutorial for building an LLVM sample pass☆219Updated 5 years ago
- ☆67Updated 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
- Generate project templates for executables that use LLVM and LLVM passes☆52Updated 3 years ago
- Simple passes for CFG and DFG analysis☆45Updated 6 years ago
- generating DFG and CFG from source code (using LLVM ) or from binary (using LLVM and Mcsema) 二进制或者源码转CGF& DFG☆42Updated 6 years ago
- LLVM IR CMake utils for bitcode file manipulation by opt and friends☆75Updated 10 months ago
- ☆15Updated 6 years ago
- ☆35Updated 2 years ago
- predicate scientific program performance model using llvm☆27Updated 10 years ago
- llvm Data Flow Graph dump☆37Updated 4 years ago
- SUPA☆28Updated 5 years ago
- ☆95Updated last year
- Material for an LLVM Tutorial presented at LLVM Dev Meeting 2015☆52Updated 8 years ago
- Visualization of LLVM IR☆60Updated 11 years ago
- ☆87Updated 2 years ago
- Efficient Path Profiling using LLVM☆18Updated 7 years ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- Tools to track memory accesses in applications and visualize the patterns to reveal opportunities for optimization.☆92Updated 10 years ago
- Exports an LLVM control flow graph (CFG) (including function calls) to JSON☆24Updated 3 years ago
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆228Updated 6 years ago
- PIN-tool to produce multi-threaded atomic memory traces☆36Updated 12 years ago
- a Pin tool for collecting microarchitecture-independent workload characteristics☆60Updated last year
- Dynamic ControlFlow Graph and DataFlow Graph for Binary-based Optimization☆20Updated 8 years ago
- GPUReplay, ASPLOS 2022☆41Updated 3 years ago
- NOELLE Offers Empowering LLVM Extensions☆79Updated 2 months ago
- An easy guide to Clang Static Analyzer extension.☆144Updated 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 …☆57Updated 6 years ago