datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ComPile
Dataset Card for ComPile: A Large IR Dataset from Production Sources
Changelog
Release
Programming Languages
Description
v1.0
C/C++, Rust, Swift, Julia
Fine Tuning-scale dataset of 602GB of deduplicated LLVM (bitcode) IR
Dataset Summary
ComPile contains over 2.7TB of permissively-licensed source code compiled to (textual) LLVM
intermediate representation (IR) covering C/C++, Rust, Swift, and Julia.
The dataset was created by hooking into LLVM… See the full description on the dataset page: https://huggingface.co/datasets/llvm-ml/ComPile.x86-to-llvm-o2-updatedx86-to-llvm-o2autonomous-llvm-mlir-compiler-suite
⚡ Autonomous Compiler Internals, LLVM & MLIR Architecture Suite (2026)
A Production-Grade, Verifiable Synthetic Corpus for Training Frontier Coding Models (Qwen 3.8, DeepSeek-V3, Llama 3.3)
⚡ Overview & Industry Problem
Modern deep learning accelerators, custom ASICs, and high-performance computing clusters demand specialized, autonomous compilation infrastructure: LLVM IR custom passes, SSA dominance frontiers, Chaitin-Briggs graph coloring… See the full description on the dataset page: https://huggingface.co/datasets/beatsprom/autonomous-llvm-mlir-compiler-suite.humaneval_x_llvm_wasm
Dataset Card for "humaneval_x_llvm_wasm"
More Information needed
cisb-bench-llvm-O2
CISB-Bench LLVM-O2: Assembly Transpilation Benchmark
Overview
This dataset is derived from the Compiler-Introduced Security Bugs (CISB) benchmark,
compiled with LLVM/Clang-17 at -O2 optimization level. It supports bidirectional
assembly transpilation (x86-64 ↔ AArch64) and is designed for evaluating transpilation
models on security-critical code.
Dataset Structure
Column
Description
task_name
Full task identifier including flag (e.g.… See the full description on the dataset page: https://huggingface.co/datasets/Akirayasha/cisb-bench-llvm-O2.buzz_sources_152_llvmmbxp_llvm_wasm
Dataset Card for "hmbxp_llvm_wasm"
More Information needed
lifted-llvmir-to-src-instruct-datasetx86-to-llvm-o0
x86-to-llvm-o0
This dataset contains pairs of x86 assembly and LLVM IR compiled at optimization level O0, along with file identifiers.It is designed for research in neurosymbolic transpilation, compiler translation, and program analysis.
Dataset Summary
Rows: ~1,022,891
Columns:
x86: x86 assembly code compiled with Clang at -O0
llvm: corresponding LLVM IR at -O0
file: identifier for the original source file
This dataset allows learning mappings between… See the full description on the dataset page: https://huggingface.co/datasets/adpretko/x86-to-llvm-o0.llvm-ir-smalllifted-llvmir-to-src-llvmir-instruct-datasetexebench_llvm_o3
