xiehuc / llvm-predLinks
predicate scientific program performance model using llvm
☆29Updated 10 years ago
Alternatives and similar repositories for llvm-pred
Users that are interested in llvm-pred 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
- A step-by-step tutorial for building an LLVM sample pass☆217Updated 5 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
- llvm Data Flow Graph dump☆37Updated 4 years ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆274Updated 3 years ago
- Andersen's inclusion-based pointer analysis re-implementation in LLVM☆227Updated 6 years ago
- ☆66Updated 5 years ago
- ☆15Updated 6 years ago
- Code used in a short tutorial on LLVM passes for the Software Reliablity Group (SRG) at Imperial☆19Updated 10 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆146Updated last year
- Program Analysis framework using LLVM. Course project of Advanced Compiler☆17Updated 8 years ago
- drawing graphs for llvm ir. data flow and control flow☆40Updated 8 years ago
- Exports an LLVM control flow graph (CFG) (including function calls) to JSON☆24Updated 3 years ago
- LLVM dataflow analysis framework; Reaching Definition Analysis; Liveness Analysis, May-point-to Definition Analysis ; inter-procedural m…☆26Updated 5 years ago
- 简化版本llvm的stackprotector策略,将其包装成一个pass,对程序的stack进行保护☆14Updated 8 years ago
- Generate project templates for executables that use LLVM and LLVM passes☆52Updated 3 years ago
- SUPA☆28Updated 5 years ago
- Static range analysis for the LLVM compiler infrastructure.☆56Updated 5 years ago
- An example LLVM pass which can run automatically in clang.☆38Updated 10 years ago
- llvm control flow graph☆26Updated 6 years ago
- An easy guide to Clang Static Analyzer extension.☆144Updated 5 years 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…☆76Updated 3 years ago
- Binary Translator to LLVM IR☆224Updated 2 years ago
- A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.☆165Updated this week
- A library for analyzing LLVM bitcode in Haskell☆44Updated 10 years ago
- PARTS / LLVM compiler☆32Updated 6 years ago
- minimal symbolic model checker & fuzzer☆113Updated 10 years ago
- Dynamic ControlFlow Graph and DataFlow Graph for Binary-based Optimization☆20Updated 8 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