Repository navigation
llvm-bitcode
- Website
- Wikipedia
Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode
Virtual Machine for Intermediate Representation
[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.
A collection of LLVM transform and analysis passes to write shellcode in regular C
LLVM Bindings for .NET
Extracting high level semantic information from binary code
Explore LLVM Bitcode interactively using a graph database
LLVM Mutation Artisan (MART) is a configurable mutation testing framework based on LLVM
DEPRECATED. DXBC to DXIL (HLSL Bytecode to LLVM IR) using internal APIs.
Extracts static code features from opencl kernels to be used for machine learning.
Generate object code and IR code of a simple program using LLVM in Pure C.
Simple tool extracts LLVM bitcode modules from ELF binaries compiled with "-fembed-bitcode"
Compilers course project. Developed a compiler for a subset of C programming language (Decaf).
Formal Verification of Hyperledger Fabric Chaincode. Example for cross border inter-bank asset transfer in fabric 1.4
An AI that automatically solves LLVM challenges for compiler engineers.
A Compiler for a subset of Java (aka Minijava)
Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.