From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8875 invoked by alias); 9 Sep 2009 20:43:07 -0000 Received: (qmail 8833 invoked by uid 79); 9 Sep 2009 20:43:05 -0000 Date: Wed, 09 Sep 2009 20:43:00 -0000 Message-ID: <20090909204305.8831.qmail@sourceware.org> From: devans@sourceware.org To: cgen-cvs@sourceware.org Subject: src/cgen ChangeLog dev.scm ifield.scm iformat. ... 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/msg00161.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: devans@sourceware.org 2009-09-09 20:43:05 Modified files: cgen : ChangeLog dev.scm ifield.scm iformat.scm insn.scm mach.scm operand.scm read.scm cgen/cpu : play.cpu cgen/doc : running.texi Log message: Add support for controlling warnings/errors. Add tests for iformat description errors. * dev.scm (cload): New option #:diag. * read.scm (): New member verify-iformat?. (/parse-diagnostic, parse-warning): New functions. (parse-error): Guts moved to /parse-diagnostic. (/set-diagnostic-options!): New function. (cpu-load): New arg diagnostic-options, all callers updated. Recognize -w diagnostic-option-list. * ifield.scm (ifields-base-ifields): Move here from iformat.scm. (ifld-simple-ifields, ifields-simple-ifields): New function. * insn.scm (/parse-insn-format-iflds): New function. (/parse-insn-format): Guts moved to /parse-insn-format-iflds. New arg isa, all callers updated. Do some basic validation of the ifield list if requested. * mach.scm (/sanity-check-insns): Improve error message text. * doc/running.text: Document -w option. * ifield.scm (/multi-ifield-parse): Initialize bitrange. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.370&r2=1.371 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/dev.scm.diff?cvsroot=src&r1=1.17&r2=1.18 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ifield.scm.diff?cvsroot=src&r1=1.20&r2=1.21 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/iformat.scm.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/insn.scm.diff?cvsroot=src&r1=1.29&r2=1.30 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/mach.scm.diff?cvsroot=src&r1=1.19&r2=1.20 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/operand.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.34&r2=1.35 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/play.cpu.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/running.texi.diff?cvsroot=src&r1=1.6&r2=1.7