On Tue, 2010-06-22 at 15:43 -0400, Jianzhou Zhao wrote:
> On Tue, Jun 22, 2010 at 2:56 PM, Basile Starynkevitch
> > To manipulate GIMPLE easily, you could be tempted to use the MELT plugin
> > or branch, see http://gcc.gnu.org/wiki/MELT for more.
> >
> > MELT is a lispy domain specific language off
On Tue, Jun 22, 2010 at 2:56 PM, Basile Starynkevitch
wrote:
> On Tue, 2010-06-22 at 14:47 -0400, Jianzhou Zhao wrote:
>> Hi,
>>
>> Is there any project for translations between GCC RTL and LLVM SSA,
>> RTL -> SSA and SSA -> RTL? I am working on a project that may reuse
>> existing optimization pa
On Tue, 2010-06-22 at 14:47 -0400, Jianzhou Zhao wrote:
> Hi,
>
> Is there any project for translations between GCC RTL and LLVM SSA,
> RTL -> SSA and SSA -> RTL? I am working on a project that may reuse
> existing optimization passes from LLVM and GCC. So I was wondering if
> there is a way to sw
Hi,
Is there any project for translations between GCC RTL and LLVM SSA,
RTL -> SSA and SSA -> RTL? I am working on a project that may reuse
existing optimization passes from LLVM and GCC. So I was wondering if
there is a way to switch between their IR's.
Thanks.
--
Jianzhou