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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:75c2:: with SMTP id y185-v6mr2164414itc.35.1521656637679; Wed, 21 Mar 2018 11:23:57 -0700 (PDT) X-Received: by 2002:a9d:6005:: with SMTP id h5-v6mr1304713otj.14.1521656637447; Wed, 21 Mar 2018 11:23:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!maths.tcd.ie!newsswitch.lcs.mit.edu!ottix-news.ottix.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!u184-v6no1691421ita.0!news-out.google.com!j10-v6ni1241ite.0!nntp.google.com!199-v6no2134689itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Mar 2018 11:23:57 -0700 (PDT) In-Reply-To: <2b114d79-3af8-4285-b645-e2ea6b83331a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.116.177.118; posting-account=z-xFXQkAAABpEOAnT3LViyFXc8dmoW_p NNTP-Posting-Host: 87.116.177.118 References: <7eaadf74-c55f-4c00-8f13-bf027cce130e@googlegroups.com> <6188b81f-7d6a-4ea4-90d4-74142471d979@googlegroups.com> <66082e27-14ca-45d1-b8ff-7fe825cd2687@googlegroups.com> <17b6ac53-6b99-430e-8bac-63311ea1fffe@googlegroups.com> <2b114d79-3af8-4285-b645-e2ea6b83331a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2108cec0-fcb7-4b9e-b68c-15dc274d85e1@googlegroups.com> Subject: Re: LLVM and Ada From: Bojan Bozovic Injection-Date: Wed, 21 Mar 2018 18:23:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51103 Date: 2018-03-21T11:23:57-07:00 List-Id: On Wednesday, March 21, 2018 at 3:41:01 PM UTC+1, Dan'l Miller wrote: > On Wednesday, March 21, 2018 at 8:08:50 AM UTC-5, carloj...@gmail.com wro= te: > > hi guys > > I need to port ghdl to PPC, MIPS, HPPA > > on PPC there are old bootstrapper (e.g. 4.1.1) > > but I haven't seen them for MIPS and HPPA > >=20 > > vhdl seems able to be compiled by llvm, but ... llvm seems do have no s= upport for MIPS and HPPA > >=20 > > no dice > >=20 > > also, I'd like to port vhdl to SGI/MIPS under IRIX > > in this case, there are commercial Ada compilers (e.g. with the MIPS/PR= O toolchain) > >=20 > > let me know >=20 > http://llvm.org/Features.html > https://github.com/llvm-mirror/llvm/blob/master/lib/Demangle/ItaniumDeman= gle.cpp >=20 > Independent of Ada on LLVM (which is yearned for occasionally here at co= mp.lang.ada), LLVM.org lists MIPS as a supported architecture. Also, Itani= um/IA64 has been supported in the past in LLVM, so using HP's PA-RISC emula= tion on Itanium is the most likely way of supporting HP's PA ISA, perhaps v= ia an older Itanium-supporting release of LLVM. I haven't tested to build it, nor I have intention, DragonEgg exists for LL= VM 3-6 and GCC 6.3/6.4/8.0 https://github.com/xiangzhai/dragonegg is a fork more up to date than main = branch.