IITH-Compilers/IR2Vec
Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
Generates distributed vector representations of programs directly from LLVM IR using an unsupervised approach, enabling machine learning applications on code without manual feature engineering. Supports both symbolic and flow-aware embedding modes at program or function granularity, with configurable vector dimensions (75, 100, 300). Available as a Python package, C++ library, or standalone binary that integrates seamlessly with LLVM's compilation pipeline across versions 8.0.1 through 20.1.0.
101 stars.
Stars
101
Forks
43
Language
LLVM
License
—
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/IITH-Compilers/IR2Vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
shibing624/text2vec
text2vec, text to vector....
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.
predict-idlab/pyRDF2Vec
đ Python Implementation and Extension of RDF2Vec
IntuitionEngineeringTeam/chars2vec
Character-based word embeddings model based on RNN for handling real world texts
stephantul/reach
Load embeddings and featurize your sentences.