Displaying 3 results from an estimated 3 matches for "ciel_div_expr".
2007 Mar 20
2
[LLVMdev] Google SOC - Idea
...o build the fortran front-end in llvm-gcc it got
quite a long way before it died. This is a good sign.
I've found LLVM to be solid for code that can be produced by C, and
easily fixed for the rest. There are four classes of problems:
(1) build failures because some tree code is not handled. CIEL_DIV_EXPR
is an example that is used by Fortran but isn't implemented yet, but these
are usually easy enough to implement (I need to implement this one for Ada,
so we'll see who gets there first!). (2) build failures because you're
outside the world of C. I suspect Fortran will be less problemat...
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi,
Here is a rough draft of the application -- a FORTRAN front-end to
LLVM. In accordance with the summer of code specifications it is split
into two portions: the abstract which describes the project, and the
details description which describes me and how I plan to complete the
project.
It's a little long, (but about half the max length the application
directions specify). Would someone be
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I
would be interested in working on. I will draft up a little proposal
and send it out to this list.
-Scott
On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote:
> Hi Scott,
>
> On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote:
>
> > Hi,
> >
> > I noticed that LLVM had signed up as a