[LLVMdev] is there any eclipse plug-in for td/ll files editing?

Sergey Yakoushkin sergey.yakoushkin at gmail.com
Tue Mar 23 16:46:16 PDT 2010


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 <samuraileumas at yahoo.com>:
> 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 <sergey.yakoushkin at gmail.com>
>> To: llvmdev at 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
>> plug-in?




More information about the llvm-dev mailing list