filletofish / compiler-touch
Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.
☆26Updated 7 years ago
Alternatives and similar repositories for compiler-touch:
Users that are interested in compiler-touch are comparing it to the libraries listed below
- A simple SSA-based compiler.☆16Updated last year
- Sample programs for comparison of different VM interpretation techniques☆33Updated 6 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- Visualization of LLVM IR☆59Updated 11 years ago
- The fluffy programming language main repository☆24Updated 12 years ago
- Data Flow Analysis and Static Single Assignment☆29Updated 7 years ago
- An x86-64 instruction decoder.☆16Updated last year
- ☆51Updated last year
- Tools for rapid prototyping of DSL compilers☆85Updated 3 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- EBNF grammar of LLVM IR assembly.☆65Updated 2 years ago
- CCG is a random C Code Generator☆44Updated 2 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆61Updated 11 years ago
- ☆10Updated 9 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆37Updated 3 years ago
- A few basic bytecode interpreters used as example code in a series of articles☆125Updated 5 months ago
- MiniJava x86, LLVM Compiler and Interpreter☆73Updated 8 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last month
- Runtime support for LLVM's GC Statepoints☆42Updated 5 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆148Updated 8 years ago
- LLVM Assembler adding Debug Information at IR Level.☆32Updated 6 years ago
- Conceptum is a stack-based, lightweight, Turing-equivalent JIT virtual machine running a small set of bytecodes for benchmarking VM perfo…☆22Updated 7 years ago
- Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.☆13Updated 10 months ago
- The website for freeCompilerCamp's classroom tutorials, using Github Pages.☆32Updated 3 years ago
- Turn an interpreter into a code generator☆31Updated 9 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining☆46Updated 4 years ago