search for: mishne

Displaying 5 results from an estimated 5 matches for "mishne".

2012 Dec 20
1
[LLVMdev] IR Editor Plugin for Eclipse
...y only be useful for people working on LLVM itself, so maybe it belongs under the project as well So I want to ask whether it belongs under LLVM or is better off outside. - Alon -----Original Message----- From: Nadav Rotem [mailto:nrotem at apple.com] Sent: Thursday, December 20, 2012 03:49 To: Mishne, Alon Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] IR Editor Plugin for Eclipse Hi Alon! Wow, this is very impressive. I am now aware of any other editor that can do that. Very nice. How big is your plugin ? Is it one or two Java/XML files or is it a whole eclipse project ? Thanks, Nadav...
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) *
2012 Dec 20
0
[LLVMdev] IR Editor Plugin for Eclipse
Hi Alon! Wow, this is very impressive. I am now aware of any other editor that can do that. Very nice. How big is your plugin ? Is it one or two Java/XML files or is it a whole eclipse project ? Thanks, Nadav On Dec 19, 2012, at 1:05 AM, "Mishne, Alon" <alon.mishne at intel.com> wrote: > 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 anyon...
2013 Mar 10
0
[LLVMdev] LLVM IR Editor Plugin for Eclipse - First Release
The first version of "LLVM IR SDK", an LLVM IR editor plugin for Eclipse, has now been released by Intel. Installation instructions, feature list (with screenshots) and FAQ are available at: http://amishne.github.com/llvm-ir-editor/ Key Features: * Syntax Highlighting * Showing Definitions on Hover * Content Assist * Syntax Checking * Type Checking * Dominance Checking And more; see the above-linked website for the complete list. This is a first, "beta", release, and is likely to contain...
2013 Jul 16
0
[LLVMdev] eclipse and gdb
I'm using Eclipse with gdb to develop and debug llvm. You need to use the "Eclipse IDE for C/C++ Developers<http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplerr>" version for that (also sometimes called "Eclipse CDT" - CDT is the C++ component), though you can also download any other Eclipse version and just install CDT on top of it. As for