llvm v0.2 Release Notes

Release Date: 2017-06-24 // almost 7 years ago
  • ๐Ÿ‘ Primary focus of version 0.2: read and write support of LLVM IR assembly.

    ๐Ÿ“œ Lexers and parsers for LLVM IR assembly are automatically generated from a BNF grammar using Gocc.

    ๐Ÿ“œ A high-level API for parsing LLVM IR assembly is provided by llvm/asm.

    ๐Ÿ“ฆ The llvm/ir package supports all instructions of LLVM IR, except the instructions used for concurrency and exception handling.

    ๐Ÿ“ฆ The llir/llvm packages are now go-getable, as the Gocc generated source code has been added to the source tree.