Virtual-Machine / ir-examplesLinks
LLVM IR Examples
☆39Updated 8 years ago
Alternatives and similar repositories for ir-examples
Users that are interested in ir-examples are comparing it to the libraries listed below
Sorting:
- In Progress. Building a front end for llvm.☆55Updated 6 years ago
- Fully parallel dynamically typed programming language☆98Updated 2 years ago
- Very basic c compiler written in rust, following https://norasandler.com/2017/11/29/Write-a-Compiler.html☆27Updated 7 years ago
- A C99 compliant compiler☆18Updated 4 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago
- A tiny C compiler of 2k lines of codes, generates pure x86 asm code for DOS/Win32/Linux 3 backends.☆37Updated 4 years ago
- In-memory x86-64 assembler for JIT compiler.☆74Updated last month
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- loxi - a Lox interpreter☆35Updated 7 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆147Updated 8 years ago
- Writing a minimal x86-64 JIT compiler in C++☆102Updated 7 years ago
- ☆57Updated 4 years ago
- Compiler Optimizations Playground☆27Updated 4 years ago
- A few basic bytecode interpreters used as example code in a series of articles☆126Updated 6 months ago
- Pure-Rust libraries for parsing, interpreting, and analyzing LLVM☆80Updated last year
- The website for freeCompilerCamp's classroom tutorials, using Github Pages.☆32Updated 3 years ago
- A lightweight debugger library written in C.☆46Updated 9 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆55Updated last year
- clex is a simple lexer generator☆95Updated 5 months ago
- Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.☆135Updated last year
- Unofficial libjit mirror.☆62Updated 5 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆37Updated 3 years ago
- implementation of the LC-3 virtual machine, an educational computer architecture☆51Updated 2 years ago
- A collection of some lockfree datastructures☆63Updated 2 years ago
- A C language parser built from the scratch, without using compiler generator.☆15Updated 2 years ago
- Self-hosting C toolchain, from scratch☆36Updated 4 months ago
- The Iron programming language☆16Updated 6 years ago
- j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' …☆45Updated 2 weeks ago
- Small implementation in C of a slab allocator in user space☆37Updated 11 months ago