llvm v0.3 Release Notes

Release Date: 2019-12-29 // about 4 years ago
  • Primary focus of version 0.3: grammar covering the entire LLVM IR language.

    The grammar for LLVM IR is now complete and covers the entire LLVM IR language (as of LLVM 9.0).

    ๐Ÿ“œ Lexers and parsers for LLVM IR assembly are automatically generated from an EBNF grammar using Textmapper.

    ๐Ÿ‘ The Textmapper generated source code has been split into a dedicated repository to better handle repository size.