Skip to content

Releases: IITH-Compilers/IR2Vec

IR2Vec v2.1.1 (LLVM 16.x)

11 Jan 11:29
6d0ca73
Compare
Choose a tag to compare

This is a minor release to support LLVM 16.x with updated vocabulary and other related aspects.

What's Changed

Full Changelog: v2.1.0...v2.1.1

IR2Vec v2.1.0 (LLVM 14.x)

09 Jan 05:35
Compare
Choose a tag to compare

This release supports LLVM 14.x and has better Python integration and user friendly APIs.

What's Changed

Full Changelog: v2.0.0...v2.1.0

IR2Vec v2.0.0 (LLVM 12.x)

12 Oct 08:48
cb48801
Compare
Choose a tag to compare

This release supports LLVM 12.x and has new features. We also expose Python APIs, installable via whl files.

Following are the summary of changes

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

IR2Vec v1.1.0 (LLVM 10.0.1)

13 Jul 05:06
1abf324
Compare
Choose a tag to compare

This release focuses on performance improvements to IR2Vec, in addition to other bug fixes. Many thanks to @anilavakundu for the contributions to this release.

  • Flow-Aware embedding generation do not take up more stack space for certain programs anymore. (#37)
  • OpenKE dependency has been upgraded. (#24)
  • Other bug fixes.

IR2Vec with LLVM V10.0.1

02 Mar 18:53
48eedd5
Compare
Choose a tag to compare
  • Added support for LLVM 10.0.1
  • Exposed IR2Vec as libraries
  • Added support for returning embeddings as vectors and maps

IR2Vec with LLVM V8.0.1

11 Feb 18:35
f01a4d9
Compare
Choose a tag to compare

Corresponds to the published version of the IR2Vec paper.