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.
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.
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
From: Sergey Yakoushkin <sergey.yakoushkin@gmail.com>
To: llvmdev@cs.uiuc.edu
Sent: Tue, March 16, 2010 2:20:41 PM
Subject: [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
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 and build support.
Regards,
Sergey Yakoushkin
Hello Sergey,
I'm going to have to create an LLVM backend for the old Motorola/Freescale 68020 processor soon so I will be very interested in having an editor plugin available to assist me. I've never used TableGen and I will need all of the help I can get!
Thanks for taking the time to do this,
--Sam
From: Sergey Yakoushkin <sergey.yakoushkin@gmail.com>
To: llvmdev@cs.uiuc.edu
Cc: Samuel Crow <samuraileumas@yahoo.com>
Sent: Tue, March 23, 2010 6:46:16 PM
Subject: Re: [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 and build support.
Regards,
Sergey
Yakoushkin
2010/3/16 Samuel Crow <