similar to: [LLVMdev] IR Editor Plugin for Eclipse

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] IR Editor Plugin for Eclipse"

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
2012 Dec 20
1
[LLVMdev] IR Editor Plugin for Eclipse
It's an entire Eclipse plugin - multiple files across multiple folders, and it requires its own build process. At first I thought about releasing it independently (e.g. to github), because: 1. It's relatively complex 2. It requires its own build process 3. If it will indeed be used by people, then it is more likely than other editor plugins to change frequently and more likely to have
2010 Mar 23
1
[LLVMdev] is there any eclipse plug-in for td/ll files editing?
Hi, I've developed editor prototype for TableGen files (td). It is Eclipse plugin based on IMP project (The IDE Meta-Tooling Platform). Editor has outline, folding, coloring, go to definition, etc. As any prototype, editor has some limitations (e.g. no cross-file indexing). If there is any interest to such tool I will improve it a bit and then publish. Also considering llvm asm (ll) editing
2010 Mar 16
0
[LLVMdev] is there any eclipse plug-in for td/ll files editing?
Hello Sergey, I'd be interested in such a plugin. At one time somebody else started a plugin to cause Eclipse to compile with LLVM-GCC but I hadn't heard anything else from them. I've been just modifying the commands manually for that. I have definitely not heard of a .td or .ll syntax highlighter plugin. --Sam ----- Original Message ---- > From: Sergey Yakoushkin
2010 Mar 16
2
[LLVMdev] is there any eclipse plug-in for td/ll files editing?
Hi, I'm working on LLVM based compiler. Editing td, llvm asm files a lot. Is there any plug-in (coloring, open declaration, etc) for Eclipse IDE for these files? If not, is there any interest to such plug-in? Regards, Sergey Y.
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
2013 Feb 07
1
Eclipse CDT not working properly
Hello again, Another problem with my new CentOS 6 installation: The C/C++ support in Eclipse seems to be partial or missing - even though eclipse-cdt is installed. Eclipse starts all right, and I get a C/C++ perspective, but: 1. If I open a C++ file, it's sent to an external editor. 2. C or C++ is not mentioned in Preferences. 3. I can't find a reference to CDT under Help->About
2006 Jan 10
1
eclipse 3.1 rpm for centos
On Mon, 2006-01-09 at 14:29 +0100, Jean Lee wrote: > Hi all, Please start a new thread with a new message rather than hijacking an existing one with a reply/change-subject. > Does anybody knows where I can found an eclipse 3.1 package for Centos ? Doesn't seem likely. I had a crack at rebuilding the latest FC4 package from source and the build-dep requirements seem daunting...
2004 Jul 15
3
Eclipse plugin for R or perhaps S-plus.
Does any one know of an eclipse (http://eclipse.org) plugin for R/S. thanks RIchard -- Richard Piper Web: http://icu.rnsh.org Mobile: 0438-120860 Sydney: 9926-8617 Kippax: 6550-5117 Email: rpiper at med.usyd.edu.au GPG key ID: F6DFFB33 @ wwwkeys.pgp.net Key fingerprint: 3FB8 8355 3AAA 84C3 D548 8FFF EFDB C6B5 F6DF FB33
2013 Feb 18
3
Eclipse (again)...
Hi Just thought I might ask my recent question about Eclipse again, only in a slightly different way: Is anyone here using the Eclipse version supplied with the CentOS 6 distro (as opposed to a build downloaded from www.eclipse.org)? Does it work for you? Are you able to install additional components via the built-in software setup mechanism? Thanks, - Toralf This e-mail, including any
2005 Aug 09
12
Eclipse with RDT
Has anyone used Eclipse with RDT (http://wiki.rubyonrails.com/rails/show/RubyDevelopmentTools)? I have never used Eclipse. Would it be worth my time to setup Eclipse with RDT to create my first rails project?
2015 Oct 11
4
Issues with Eclipse CDT4
Am 10.10.2015 um 21:14 schrieb Tim Northover: > On 10 October 2015 at 04:16, Joachim Durchholz via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> is this the right place to discuss getting LLVM built using Eclipse, >> as described on http://llvm.org/docs/GettingStarted.html? > > It's probably as good as anywhere, Okay. > but I don't think
2016 May 20
2
Eclipse (Java) locking issues after upgrade (3.6.23 -> 4.4.3)
Hello, We seem to not be able to use Eclipse with a network drive since we upgraded our Samba server to version 4.4.3. Here's the error we get: mac-mini:MacOS user$ ./eclipse java.lang.RuntimeException: Error initializing storage. at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:68) at
2013 Dec 26
3
CentOS & eclipse
I'm running an up-to-date CentOS 6.5 and I wanted to install eclipse so I went to System->Adminitration->Add/Remove Software and installed eclipse-cdt-1:7.0.1-4.el6 and a bunch of dependent packages. >From the eclipse help menu I see that this is version 3.6.1. According to wikipedia this is a eclipse Helios which was released in June of 2010. My question is why is this so far out of
2008 Aug 12
1
Eclipse and R
Hello, I am running R in Eclipse, and when I start Eclipse or when I get error messages, they are in German. (My computer's regional language settings are German.) Is there a way to switch to English in Eclipse without changing my global regional language settings? In basic R GUI this is possible in RGUI configuration editor. Anyone can help? Thank you in advance! Sergey
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
2013 Jul 16
0
[LLVMdev] eclipse and gdb
Hi Reed, I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). Xcode works fine as well, I started to use Xcode exclusively when I switched to OS X. The key to make this work is to
2013 Jul 17
2
[LLVMdev] eclipse and gdb
On 07/16/2013 05:21 AM, Tilmann Scheller wrote: > Hi Reed, > > I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). > > Xcode works fine as well, I started to use Xcode
2009 Jul 02
0
[LLVMdev] LLVM and Eclipse
Hi Patrick, On Thu, Jul 2, 2009 at 12:17 AM, Patrick Alexander Simmons<simmon12 at cs.uiuc.edu> wrote: > Has anyone tried using the Eclipse CDT plugin (or another C++ IDE) to > develop code in LLVM? I'm specifically interested in getting code > completion to work. I've been sucessfully using the Eclipse CDT with LLVM for quite a while now. The official releases of Eclipse
2013 Jul 16
3
[LLVMdev] eclipse and gdb
On 07/16/2013 05:21 AM, Tilmann Scheller wrote: > Hi Reed, > > I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years). > > Xcode works fine as well, I started to use Xcode