From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26674 invoked by alias); 5 Nov 2007 17:30:52 -0000 Received: (qmail 26663 invoked by uid 22791); 5 Nov 2007 17:30:51 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Nov 2007 17:30:49 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lA5HUluL030128 for ; Mon, 5 Nov 2007 12:30:47 -0500 Received: from pobox.yyz.redhat.com (pobox.yyz.redhat.com [10.15.31.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lA5HUkW2024762 for ; Mon, 5 Nov 2007 12:30:46 -0500 Received: from localhost.localdomain (vpn-14-72.rdu.redhat.com [10.11.14.72]) by pobox.yyz.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id lA5HUjEZ020001 for ; Mon, 5 Nov 2007 12:30:45 -0500 Message-ID: <472F5291.80109@redhat.com> Date: Mon, 05 Nov 2007 17:30:00 -0000 From: Dave Brolley User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: cgen@sources.redhat.com Subject: [commit] Application to Generate Intrinsic Functions for gcc for MeP Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00000.txt.bz2 Hi, I've committed two files to the cgen directory: cgen-intrinsics.scm and intrinsics.scm. Together they form a cgen application which generates code to support builtin intrinsic functions for insns in the MeP architecture using information and attributes defined in cgen/cpu/mep.cpu (and it's included files). The following files in gcc/config/mep are generated by this application: intrinsics.md -- .md file additions intrinsics.h -- a pseudo-header intended as documentation of the intrinsics functions supported. Not to be #included in any source code mep-intrin.h -- functions used by gcc to generate code for calls to the intrinsic functions. Dave