Skip to content

Releases: LouisJenkinsCS/LLVM-Simple-GUI

Release 1.1

04 May 23:19
Compare
Choose a tag to compare

Replaced the individual 'RUN' menu buttons with a drop-down menu, and added the ability to request CFG, DOM, or POSTDOM for basic block names only, which is necessary for larger functions. Also fixed issue where ordering of arguments were violated.

Release 1.0

04 May 21:50
Compare
Choose a tag to compare

Provides ability to load in a single C file, edit C code in a code editor with syntax highlighting, select optimizations, generate the CFG, Dominator Tree, and Post-Dominator tree for the specified C file, and more.