From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,91d0d8cd28bbb477 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!colt.net!feeder.news-service.com!proxad.net!cleanfeed2-b.proxad.net!nnrp16-2.free.fr!not-for-mail Return-Path: X-Greylist: delayed 54201 seconds by postgrey-1.24 at green; Fri, 11 May 2007 13:04:24 CEST From: Duncan Sands To: Pascal Obry Subject: Re: Implementing an Ada compiler and libraries. Date: Fri, 11 May 2007 13:04:24 +0200 User-Agent: KMail/1.9.6 References: <1178721451.073700.10730@y80g2000hsf.googlegroups.com> <4643880B.90307@obry.net> In-Reply-To: <4643880B.90307@obry.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: amavisd-new at ada-france.org Cc: comp.lang.ada@ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 11 May 2007 13:05:01 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1178881501 news-2.free.fr 24669 88.191.14.223:60501 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:15756 Date: 2007-05-11T13:05:01+02:00 On Thursday 10 May 2007 23:00:59 Pascal Obry wrote: > Duncan Sands a =E9crit : > >> Why not play on a C generator for the Ada language ? > >=20 > > I have one! I'm porting the GNAT Ada f-e to LLVM > > (http://llvm.org/), which replaces the gcc code > > optimizers with those of LLVM. LLVM has a C backend > > which turns its IR into C. >=20 > Interesting, I'll probably have a look at some point. Thanks. It will most likely be available with LLVM 2.1. I will post an announcement here when I release it. Ciao, Duncan.