andoma / vmirLinks
Virtual Machine for Intermediate Representation
☆688Updated 5 years ago
Alternatives and similar repositories for vmir
Users that are interested in vmir are comparing it to the libraries listed below
Sorting:
- x86-64 assembler library☆482Updated 4 years ago
- C Foreign Function Interface and JIT using Clang/LLVM☆555Updated 3 months ago
- WebAssembly interpreter in C☆483Updated 11 months ago
- An optimizing decompiler☆727Updated 4 years ago
- x86 JIT compiler in 86 lines☆965Updated 10 years ago
- an architecture-independent decompiler to LLVM IR☆396Updated 9 years ago
- ☆117Updated 8 years ago
- "libcpu" is an open source library that emulates several CPU architectures☆362Updated 3 years ago
- resurrected LLVM "C Backend", with improvements☆912Updated 4 months ago
- Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.☆332Updated last year
- 🍔 A x86 Script Instruction Virtual Machine☆534Updated 3 years ago
- Debug server for lldb.☆241Updated 6 years ago
- Project moved to: https://github.com/llvm/llvm-project☆441Updated 5 years ago
- A superoptimizer for LLVM IR☆2,265Updated 11 months ago
- This repository contains a tutorial for a quick start in how to write a register allocator using LLVM☆278Updated 6 years ago
- Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input☆900Updated last year
- A curated list of awesome JIT frameworks, libraries, software and resources☆488Updated last year
- The X86 Encoder Decoder (XED), is a software library for encoding and decoding X86 (IA32 and Intel64) instructions☆1,491Updated last month
- 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 …☆508Updated 9 months ago
- dynamic binary analysis via platform emulation☆905Updated 2 years ago
- A collection of code samples showing usage of clang and llvm as a library☆757Updated 5 years ago
- Getting started with the LLVM C API☆114Updated 7 years ago
- Project moved to: https://github.com/llvm/llvm-project☆293Updated 5 years ago
- A tiny x86 compiler with ELF and PE target☆182Updated last year
- break into the debugger programmatically☆653Updated last year
- LLV8 is an experimental top-tier compiler for V8 JavaScript Engine. LLV8 leverages the power of LLVM MCJIT to produce highly optimized co…☆235Updated 8 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- Simple compiler frontend using LLVM as backend☆239Updated 6 years ago
- Compile-time C Compiler implemented as C++14 constant expressions