aguinet / dragonffiLinks
C Foreign Function Interface and JIT using Clang/LLVM
☆554Updated 3 months ago
Alternatives and similar repositories for dragonffi
Users that are interested in dragonffi are comparing it to the libraries listed below
Sorting:
- x86-64 assembler library☆481Updated 4 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- Experimental wrapper over LLVM for generating and compiling code at run-time.☆380Updated 5 years ago
- chap analyzes un-instrumented core files for leaks, memory growth, and corruption☆380Updated last month
- A drop-anywhere C++ REPL☆839Updated 2 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- Virtual Machine for Intermediate Representation☆686Updated 4 years ago
- A compiler frontend for the C programming language☆549Updated last month
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆523Updated 4 years ago
- Missed optimizations in C compilers☆341Updated 7 years ago
- ☆281Updated 2 years ago
- STOKE: A stochastic superoptimizer and program synthesizer☆786Updated last year
- This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers …☆506Updated 9 months ago
- Python bindings for LLVM auto-generated from the LLVM-C API☆224Updated 3 months ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.