bigconvience / llfsLinks
learn llvm from scratch
☆14Updated 2 years ago
Alternatives and similar repositories for llfs
Users that are interested in llfs are comparing it to the libraries listed below
Sorting:
- Decompiler of LLVM bitcode to C☆89Updated 3 weeks ago
- A GUI written in Java 8 + Swing; Comes with a basic text editor, ability to select optimizations, generate and view CFG, dominator trees …☆17Updated 6 years ago
- Binary Ninja Plugin for RISC-V☆14Updated 2 years ago
- An implementation of memcpy for amd64 with clang/gcc☆15Updated 3 years ago
- Experimental LLVM backend for Android applications (HGraph IR-to-IR translation).☆26Updated 3 years ago
- A stripped-down LLD (LLVM linker)☆30Updated 5 years ago
- Data Flow Analysis and Static Single Assignment☆29Updated 7 years ago
- DebugIR: Debugging LLVM-IR Files☆145Updated last year
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- UB-aware interpreter for LLVM debugging☆31Updated 2 months ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆39Updated 4 years ago
- AST interpreter with clang 5.0.0 and llvm 5.0.0☆14Updated 6 years ago
- Terribly incorrect and incomplete AOT compiler for mRuby. Source code for the LLVM Social Berlin #20☆10Updated 3 years ago
- ☆19Updated 7 years ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆149Updated 5 years ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆34Updated 2 years ago
- Simple library to Read and Write Memory of a Linux Process through custom Kernel Module☆52Updated 5 years ago
- Some experiments with SMT solvers and GIMPLE IR☆79Updated last week
- [WIP] Interval Analysis on LLVM IR☆12Updated 5 years ago
- Collection of scripts used for building a complete, standalone Clang/LLVM-based toolchain. See: https://clang.llvm.org/docs/Toolchain.htm…☆19Updated 2 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 …☆58Updated 6 years ago
- An LLVM IR dataset for data-driven compiler optimization research