[LLVMdev] LLVM frontend supporting arbitrary bit-width integral datatypes

John Mosby ojomojo at gmail.com
Tue Jun 2 08:47:21 PDT 2009


Take a look at http://tce.cs.tut.fi
This is a current LLVM project: http://llvm.org/ProjectsWithLLVM/#tta-tce

What they are doing might apply to your problem:

TCE generates new LLVM-based code generators "on the fly" for the designed
TTA processors and loads them in to the compiler backend as runtime
libraries to avoid per-target recompilation of larger parts of the compiler
chain.

Cheers,
John

On Tue, Jun 2, 2009 at 7:15 AM, ihusar <ihusar at fit.vutbr.cz> wrote:

> Hello gyus,
>
>  First, I would like to ask, whether you heard about some proects, where
> they are also trying to generate LLVM backends.
> (any related information would be useful)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090602/38180123/attachment.html>


More information about the llvm-dev mailing list