jvstech / float-compare-passLinks
Fork of LLVM for demonstrating optimization pass development
☆30Updated 2 years ago
Alternatives and similar repositories for float-compare-pass
Users that are interested in float-compare-pass are comparing it to the libraries listed below
Sorting:
- Some experiments with SMT solvers and GIMPLE IR☆75Updated this week
- Program synthesis tools and utilities for LLVM.☆20Updated 2 years ago
- Synthesis of loop-free programs☆18Updated last week
- LLVM-based type and memory allocation tracking sanitizer☆53Updated 2 months ago
- A binary optimization/specialization library supporting multiple rewriters☆114Updated 4 years ago
- Symbolic execution for RISC-V machine code based on the formal LibRISCV ISA model☆50Updated 2 months ago
- A (concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point☆40Updated 4 months ago
- LLVM Code Generation, published by Packt☆116Updated this week
- Tutorial for writing an LLVM backend☆25Updated 2 months ago
- Automatic Binary Parallelisation☆43Updated 5 months ago
- A utility library to bridge llvm and mlir gaps.☆13Updated 6 months ago
- MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.☆48Updated this week
- Towards Sound Reassembly of Modern x86-64 Binaries (ASPLOS'25)☆16Updated 4 months 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
- Code examples for tutoring modern C++☆98Updated last week
- ☆48Updated 3 months ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- UB-aware interpreter for LLVM debugging☆29Updated last week
- Solving floating point SMT constraints on a GPU☆49Updated 4 years ago
- Generates CIL MLIR dialect from C/C++ source.