mshockwave / grossLinks
Research Compiler using Graph IR for Code Optimizations and Code Generations
☆50Updated 6 years ago
Alternatives and similar repositories for gross
Users that are interested in gross are comparing it to the libraries listed below
Sorting:
- Lightweight and performant dynamic binary translation for RISC–V code on x86–64☆61Updated 4 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 5 years ago
- EBNF grammar of LLVM IR assembly.☆65Updated 3 years ago
- The latest development version of rose. It may not pass all regression tests.☆106Updated 6 years ago
- Develop toolchain based on llvm to for Cpu0 processor☆52Updated 2 months ago
- A simple example of how LLVM can be used to gather static or dynamic facts about a program.☆73Updated last week
- Tapir extension to LLVM for optimizing Parallel Programs☆132Updated 5 years ago
- This repository contains a tutorial for a quick start in how to write a register allocator using LLVM☆279Updated 6 years ago
- 💀 The former home of clangir, now part of the official LLVM incubator. See website below for details.☆155Updated 3 years ago
- ☆187Updated 5 years ago
- custom type systems for Clang☆96Updated 10 years ago
- Measuring cmov vs branch-mov performance☆90Updated 7 years ago
- Test self-modifying code behaviour on processors for single-use JIT functions☆54Updated 5 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- simple snapshot-style integration testing for commands☆75Updated 7 months ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆88Updated 6 years ago
- LLVM Linker for Mobile Computing☆82Updated 9 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆233Updated 7 years ago
- Alive: Automatic LLVM's Instcombine Verifier☆224Updated 2 years ago
- ☆48Updated 5 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 8 years ago
- Tutorial for LLVM Dev Conference 2019.☆15Updated 6 years ago
- The Higher-Order Intermediate Representation☆160Updated last week
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆40Updated 5 years ago
- Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs☆321Updated 4 years ago
- A Virtual Machine Research Overview as a Graph☆25Updated 2 weeks ago
- Description of commonly done compiler optimizations in C