[LLVMdev] [GSoC] Flang's end of GSoC report

Dmitri Gribenko gribozavr at gmail.com
Mon Sep 23 09:39:50 PDT 2013


On Mon, Sep 23, 2013 at 6:09 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> I'd like to publicly congratulate Alex for his excellent work this summer! He worked diligently throughout the entire period, and he quite-successfully tackled an ambitious project. As a result, we now have a Fortran frontend for LLVM capable of compiling real packages (BLAS, LAPACK, etc.), and correctly executing the test suites for those packages. Thanks to Alex, and to Google, we now have a solid foundation from which to build a community-developed LLVM Fortran frontend.
>
> https://github.com/hyp/flang

Congratulations Alex!

It would be nice to have a flang buildbot.  Unfortunately, I don't
have time to write the necessary zorg magic to check out/compile
flang.  But I would be happy to host a buildbot if somebody writes the
necessary zorg code.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/




More information about the llvm-dev mailing list