From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 625 invoked by alias); 26 Oct 2009 00:56:35 -0000 Received: (qmail 612 invoked by uid 79); 26 Oct 2009 00:56:35 -0000 Date: Mon, 26 Oct 2009 00:56:00 -0000 Message-ID: <20091026005635.610.qmail@sourceware.org> From: devans@sourceware.org To: cgen-cvs@sourceware.org Subject: src/cgen ChangeLog attr.scm hardware.scm html. ... Mailing-List: contact cgen-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cgen-cvs-owner@sourceware.org X-SW-Source: 2009/txt/msg00211.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: devans@sourceware.org 2009-10-26 00:56:35 Modified files: cgen : ChangeLog attr.scm hardware.scm html.scm ifield.scm iformat.scm insn.scm intrinsics.scm mach.scm read.scm sid-cpu.scm sim-cpu.scm sim.scm cgen/doc : rtl.texi Log message: Record bitset attributes internally as a list. Record rtx attribute values internally as ((rtx-expr)). * attr.scm (bitset-attr?): Delete, unused. ( parse-value): Rewrite. (/attr-parse): Rewrite bitset default value processing. (/attr-read): Pick out values of scalar attributes to distinguish them from bitset values which are a list. Fix spelling errors for processing of default values. Handle string attributes. (bitset-attr->list): Delete, all callers updated. (/bitset-attr->charmask): Renamed from bitset-attr->charmask. All callers updated. (atlist-source-form): Rewrite. * hardware.scm ( 'get-isas): Update recognition of all isas. (hardware-builtin!): Update spec of ISA attribute, (ISA foo,bar) -> (ISA foo bar). * intrinsics.scm (target:belongs-to-group?): Update, bitset attribute values are now lists. * mach.scm (def-isa-attr!): Update, bitset attribute values, including the default, are now lists. (all-isas-attr-value): Result is now a list. * doc/rtl.texi: Clean up pass over attribute docs. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.407&r2=1.408 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/attr.scm.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/hardware.scm.diff?cvsroot=src&r1=1.13&r2=1.14 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/html.scm.diff?cvsroot=src&r1=1.13&r2=1.14 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ifield.scm.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/iformat.scm.diff?cvsroot=src&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/insn.scm.diff?cvsroot=src&r1=1.35&r2=1.36 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/intrinsics.scm.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/mach.scm.diff?cvsroot=src&r1=1.22&r2=1.23 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/read.scm.diff?cvsroot=src&r1=1.36&r2=1.37 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/sid-cpu.scm.diff?cvsroot=src&r1=1.25&r2=1.26 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/sim-cpu.scm.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/sim.scm.diff?cvsroot=src&r1=1.23&r2=1.24 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/rtl.texi.diff?cvsroot=src&r1=1.51&r2=1.52