urlyy / llvm-new-pass-tutorLinks
a guide to writing LLVM Pass for beginners
☆29Updated 10 months ago
Alternatives and similar repositories for llvm-new-pass-tutor
Users that are interested in llvm-new-pass-tutor are comparing it to the libraries listed below
Sorting:
- A step-by-step tutorial for building an LLVM sample pass☆217Updated 5 years ago
- A high performance LLVM-based dynamic binary instrumentation framework☆268Updated last year
- CSCD70 Compiler Optimization☆256Updated 2 years ago
- Study notes about LLVM. LLVM 学习笔记. Licensed under CC BY-NC-SA 4.0☆145Updated 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
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆272Updated 3 years ago
- 国科大编译作业:基于Clang的C语言解释执行器☆39Updated 3 years ago
- Pointer analysis prototype (currently including anderson, steensgard).☆15Updated 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
- An unofficial reference implementation of the C Minus Minus Compiler☆59Updated 5 months ago
- Simple passes for CFG and DFG analysis☆44Updated 6 years ago
- BinRec: Dynamic Binary Lifting and Recompilation☆140Updated last year
- llvm Data Flow Graph dump☆37Updated 4 years ago
- ☆25Updated 8 years ago
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆144Updated 5 months ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- 国科大编译作业二:LLVM Pass处理函数调用☆17Updated 3 years ago
- Some examples for using LLVM to generate IR☆40Updated 2 years ago
- DebugIR: Debugging LLVM-IR Files☆139Updated 7 months ago
- AST interpreter with clang 5.0.0 and llvm 5.0.0☆14Updated 5 years ago
- LLVM IR CMake utils for bitcode file manipulation by opt and friends☆74Updated 7 months ago
- Program Analysis framework using LLVM. Course project of Advanced Compiler☆17Updated 8 years ago
- A step-by-step tutorial for building an LLVM sample pass☆198Updated 3 years ago
- A low-overhead dynamic binary instrumentation and modification tool for ARM (both AArch32 and AArch64 support) and RISC-V (RV64GC).☆345Updated 5 months ago
- The notes about programming language theory☆26Updated 2 years ago
- ☆31Updated 3 years ago
- hook or replace arbitary linux kernel functions in runtime, supporting arm32, arm64, x86, x86_64☆195Updated 3 weeks ago
- Movec: A Tool for the Monitoring and Verification of C Programs☆22Updated last year
- LLVM Call Graph☆28Updated 4 years ago
- 笔者在一款基于LLVM编译器架构的retdec开源反编译器工具的基础上,融合了klee符号执行工具,通过符号执行(Symbolic Execution)引擎动态模拟反编译后的llvm的ir(中间指令集)运行源程序的方法,插桩所有的对x86指令集的thiscall类型函数对t…☆219Updated 3 years ago