Skip to content

v0.3 release version

Choose a tag to compare

@sunxfancy sunxfancy released this 03 Dec 16:20
· 24 commits to main since this release

This release fully implemented the core features of vscode-llvm.

  1. command parsing - it knows clang commands, can get the inner workflow of compiler and show IR for before and after each pass.
  2. run specific llvm pass
  3. run compare mode to compare two compiler workflows.