optimisan / llvm-mips-backendLinks
Tutorial for writing an LLVM backend
☆26Updated 5 months ago
Alternatives and similar repositories for llvm-mips-backend
Users that are interested in llvm-mips-backend are comparing it to the libraries listed below
Sorting:
- Some experiments with SMT solvers and GIMPLE IR☆77Updated this week
- A utility library to bridge llvm and mlir gaps.☆13Updated 9 months ago
- Fork of LLVM for demonstrating optimization pass development☆30Updated 2 years ago
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆56Updated last year
- Peter's Amazing Syntax Tree Analyzer☆134Updated last year
- Code examples for tutoring modern C++☆99Updated 3 months ago
- An LLVM pass to compress code by identifying and extracting recurrent program slices.☆26Updated last week
- LLVM Abstraction & Refinement Tool. The goal of this tool is to provide LLVM-to-LLVM transformations that implement various program abstr…☆19Updated 2 years ago
- MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.☆50Updated this week
- Disarm — Fast AArch64 Decode/Encoder☆42Updated 10 months ago
- LLQL is a tool that allow you to run SQL-like query with Pattern matching functions inspired by LLVM InstCombine Pattern Matchers on LLVM…☆58Updated 2 months ago
- A binary optimization/specialization library supporting multiple rewriters☆116Updated 4 years ago
- A (concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point☆48Updated 7 months ago
- Automatic conversion of call by value into call by need in the LLVM IR.☆60Updated 2 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆118Updated last month
- ☆48Updated 2 months ago
- A symbolic execution engine for LLVM IR☆51Updated 3 years ago
- A tool for analyzing syntactic and semantic properties of C Preprocessor macros in C programs☆11Updated last month
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆43Updated last year
- Decompiler of LLVM bitcode to C☆87Updated last year
- ☆70Updated last year
- Angha is a framework for constructing compilable synthetic C benchmarks out of publicly available C repositories.☆22Updated 2 years ago
- This is a tutorial on how to write an LLVM Pass using the (kind-of) new PassManager. It is compiled from different sources referenced in …☆58Updated 6 years ago
- An LLVM IR dataset for data-driven compiler optimization research☆68Updated this week
- Static analysis of semantic differences in kernel versions