Displaying 1 result from an estimated 1 matches for "6299190a".
2012 Dec 19
3
[LLVMdev] IR Editor Plugin for Eclipse
Hi,
I've written an Eclipse plugin which adds an .ll file editor to Eclipse. It elevates the language support to nearly the same level that other programming languages enjoy under the Eclipse IDE, so it can be useful for anyone who manually reads or writes IR. Primary features are:
* Syntax coloring which can deal with arbitrarily complex types (unlike what most other editors offer)
*