Re: GCC RTL <-> LLVM SSA

2010-06-22 Thread Basile Starynkevitch
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

Re: GCC RTL <-> LLVM SSA

2010-06-22 Thread Jianzhou Zhao
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

Re: GCC RTL <-> LLVM SSA

2010-06-22 Thread Basile Starynkevitch
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

GCC RTL <-> LLVM SSA

2010-06-22 Thread Jianzhou Zhao
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