mseaborn / tiny-llvm-codegen
A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.
☆61Updated 11 years ago
Alternatives and similar repositories for tiny-llvm-codegen:
Users that are interested in tiny-llvm-codegen are comparing it to the libraries listed below
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- LLVM Metadata Visualizer☆22Updated 7 years ago
- Debug Information Visual Analyzer☆77Updated 7 months ago
- Library for reading and generating ELF files.☆14Updated 5 years ago
- A simple VM to play with OSR in LLVM☆14Updated 7 years ago
- LLVM Assembler adding Debug Information at IR Level.☆32Updated 6 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- DExTer - Debug Experience Tester☆33Updated 3 years ago
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆52Updated 6 years ago
- A cross platform JIT engine based on Eclipse OMR☆27Updated 5 years ago
- An LLVM bitcode parsing example☆55Updated 5 years ago
- An LLVM interpreter that aims to compute points-to sets dynamically☆31Updated 10 years ago
- LLVM, clang, ninja, dyld and others.☆44Updated 5 years ago
- Turn an interpreter into a code generator☆31Updated 9 years ago
- Header-only llvm::Expected<T>☆37Updated 5 years ago
- Library for generating ABI-compliant LLVM IR☆60Updated 5 years ago
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 3 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- LLVM Profiling Visualization☆84Updated 3 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆52Updated 2 months ago
- Parser for the llvm bitcode format☆59Updated last month
- A little just-in-time compiler thing☆18Updated 6 years ago
- ☆51Updated last year
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆33Updated last year
- A plugin for Clang compiler☆117Updated 3 years ago
- A cross-platform implementation of the Immix Garbage Collector☆77Updated 10 years ago
- DynASM is a Dynamic Assembler for code generation engines.☆15Updated 10 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- Like GCC-XML for clang. Clang-extract is an AST pass which outputs an easily parsed description of the source.☆44Updated 7 years ago