search for: schwaha

Displaying 4 results from an estimated 4 matches for "schwaha".

Did you mean: schwab
2013 Mar 02
2
[LLVMdev] dragon egg + llvm for fortran to c translation
...e: > DragonEgg only converts GCC's IR to LLVM IR. And -march=c is C backend. > We used it for a while last year, but its support has been dropped > several months ago. There are people, who are still using it privately, > as far as I know. > > - D. > > 2013/3/1 Philipp Schwaha <philipp at schwaha.net <mailto:philipp at schwaha.net>> > > 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...
2013 Mar 02
0
[LLVMdev] dragon egg + llvm for fortran to c translation
...and only 10% - for ideas/innovation. Note we were only users of C backend, and only had to make minor fixes to a working system. Developers are Chris, Duncan (replied on this thread too) and others. They may have more insight, if you would need implementation details. Best, - D. 2013/3/2 Philipp Schwaha <philipp at schwaha.net> > Thank you for your reply Dmitry! > > It would not be too great a deal, if I need to use previous versions as > long as it would get the desired results :) > Would the code from the IR be portable to different C compilers? I > guess the resulting C...
2013 Mar 01
0
[LLVMdev] dragon egg + llvm for fortran to c translation
DragonEgg only converts GCC's IR to LLVM IR. And -march=c is C backend. We used it for a while last year, but its support has been dropped several months ago. There are people, who are still using it privately, as far as I know. - D. 2013/3/1 Philipp Schwaha <philipp at schwaha.net> > 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 impres...
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