This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LLVM/GCC Integration Proposal


On Sun, 20 Nov 2005, Steven Bosscher wrote:
On Saturday 19 November 2005 18:56, Chris Lattner wrote:
Only the Ada frontend seems to be in a state to maybe support direct
frontend IR to LLVM translation.
Sure, also maybe Fortran?

I wouldn't count on it...

Can you explain what you mean? The context above was speculating about the possibility of reducing dependency on the 'tree' data structure. My impression was that Fortran used its own private IR (gfc_expr for example) that wasn't based on trees. I thought that it converted to trees as its interface to the rest of GCC, in which case, it is quite possible for it to convert to LLVM directly instead.


I'm not necessarily advocating this, but it seems possible. Of course it's also highly like that I'm confused, as I know very little about the Fortran front-end. :)

-Chris

--
http://nondot.org/sabre/
http://llvm.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]