From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11501 invoked by alias); 30 Jun 2005 01:19:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11487 invoked by uid 22791); 30 Jun 2005 01:19:11 -0000 Received: from h-68-164-203-246.nycmny83.covad.net (HELO dberlin.org) (68.164.203.246) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 30 Jun 2005 01:19:11 +0000 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 4.3.4) with ESMTP id 8185101; Wed, 29 Jun 2005 21:19:10 -0400 Subject: Re: Pro64-based GPLed compiler From: Daniel Berlin To: Vladimir Makarov Cc: Marc Gonzalez-Sigler , gcc@gcc.gnu.org In-Reply-To: <42C2E1DD.9090508@redhat.com> References: <42C2C231.6040508@inria.fr> <42C2E1DD.9090508@redhat.com> Content-Type: text/plain Date: Thu, 30 Jun 2005 01:19:00 -0000 Message-Id: <1120094349.8950.15.camel@linux-009002219098> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg01290.txt.bz2 On Wed, 2005-06-29 at 14:01 -0400, Vladimir Makarov wrote: > Marc Gonzalez-Sigler wrote: > > > Hello everyone, > > > > > > I've taken PathScale's source tree (they've removed the IA-64 code > > generator, and added an x86/AMD64 code generator), and tweaked the > > Makefiles. > > > > I thought some of you might want to take a look at the compiler. > > > > http://www-rocq.inria.fr/~gonzalez/vrac/open64-alchemy-src.tar.bz2 > > > This reference doesn't work. The directory vrac looks empty. > The only other interesting thing they've done is add a simdizer. I diff'd the pathscale compiler and the open64 compiler source, and the main differences are: A bunch of random code #ifdef KEY'd A SIMDizer, which doesn't look like it's as good as ours, it just has better dependence and alias info to work with ATM.