Displaying 2 results from an estimated 2 matches for "f915decf".
2013 Mar 01
0
[LLVMdev] dragon egg + llvm for fortran to c translation
...du http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130301/f915decf/attachment.html>
2013 Mar 01
5
[LLVMdev] dragon egg + llvm for fortran to c translation
hi!
I would like to know if it is feasible to use the dragon egg gcc plugin
to automatically convert fortran code to c. Having found that it is
possible to output llvm byte code back to c (at least something like
this gave me this impression/hope: llc -march=c -o test.c) I am hoping
to use dragon egg to generate the byte code from fortran 90 which than
output to c.
Does this seem feasible at