This project is an Eclipse plugin that adds a feature-rich LLVM IR Editor.
For feature list and download instructions, please visit the official site. Below is a developer FAQ for anyone interested with fiddling with the code; for a general user FAQ, please visit the official site.
This project started as an internal project at Intel and was later donated to the open-source community.
This plugin is built on top of Eclipse's Xtext framework.
Nope.
Nope.
Yes. If you think a certain piece of code could have been written better, please submit a patch.
Theoretically, they are under the com.intel.llvm.ireditor.tests project. In practice, there are no tests yet.
It is manually written based on the LLVM Language Reference Manual and on experimentation with the actual LLVM executables when the manual was unclear.
It's an effort to add a new Eclipse "view" to the plugin which will contain a live (updated when the code is updated) graph visualization of basic blocks in the current function. It's still far from being ready so it's not a part of the plugin update site.