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.☆155Updated 7 years ago
- Debug Information Visual Analyzer☆77Updated 5 months ago
- LLVM Metadata Visualizer☆22Updated 7 years ago
- An LLVM bitcode parsing example☆55Updated 4 years ago
- Library for generating ABI-compliant LLVM IR☆60Updated 5 years ago
- An LLVM interpreter that aims to compute points-to sets dynamically☆31Updated 10 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆33Updated last year
- ☆50Updated last year
- autotuning C++, just-in-time!☆51Updated 5 years ago
- Header-only llvm::Expected<T>☆37Updated 5 years ago
- Unusual uses of SSE2 registers☆65Updated 4 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 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
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Turn an interpreter into a code generator☆31Updated 9 years ago
- LLVM, clang, ninja, dyld and others.☆44Updated 5 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 3 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
- A simple VM to play with OSR in LLVM☆14Updated 7 years ago
- LLVM Profiling Visualization☆84Updated 3 years ago
- Manipulate C-family ASTs with Clang☆64Updated 6 years ago
- A plugin for Clang compiler☆117Updated 3 years ago
- an extensible stack based interpreter toolkit☆67Updated 4 years ago
- Dynamic binary translation framework for instrumenting the Linux kernel and its modules☆77Updated 7 years ago
- Automatic inference of a formal specification of the x86_64 instruction set☆69Updated 8 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- A toy code generator (i.e. "program synthesis") using the Z3 solver☆35Updated 7 years ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆65Updated 5 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 last month