mseaborn / tiny-llvm-codegenLinks
A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.
☆62Updated 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
Sorting:
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- LLVM Metadata Visualizer☆21Updated 7 years ago
- Debug Information Visual Analyzer☆78Updated 8 months ago
- An LLVM bitcode parsing example☆55Updated 5 years ago
- A plugin for Clang compiler☆118Updated 3 years ago
- ☆35Updated 11 years ago
- Library for generating ABI-compliant LLVM IR☆60Updated 5 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago
- Turn an interpreter into a code generator☆31Updated 9 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.☆53Updated 6 years ago
- Unusual uses of SSE2 registers☆66Updated 4 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last year
- 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 4 months ago
- A simple VM to play with OSR in LLVM☆14Updated 8 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
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- ☆53Updated last year
- Demangler for MSVC symbols☆39Updated 5 years ago
- An LLVM interpreter that aims to compute points-to sets dynamically☆32Updated 10 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- LLVM Assembler adding Debug Information at IR Level.☆32Updated 6 years ago
- autotuning C++, just-in-time!☆52Updated 5 years ago
- Realtime raytracer using SIMD on ARM, MIPS, PPC and x86☆26Updated 4 months ago
- Determine the layout of C and C++ types, including their size, and the size, offset, and padding of each field in the type.☆26Updated 5 months ago
- Demangles Microsoft Visual C++ symbol names☆15Updated 8 years ago
- DynASM is a Dynamic Assembler for code generation engines.☆15Updated 10 years ago