From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6476 invoked by alias); 10 Jun 2003 22:16:18 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 6431 invoked from network); 10 Jun 2003 22:16:18 -0000 Received: from unknown (HELO mail.sebabeach.org) (64.165.110.50) by sources.redhat.com with SMTP; 10 Jun 2003 22:16:18 -0000 Received: by mail.sebabeach.org (Postfix, from userid 42) id 99FAFB536; Tue, 10 Jun 2003 15:19:03 -0700 (PDT) From: Doug Evans To: cgen@sources.redhat.com Subject: notes on recent checkin Message-Id: <20030610221903.99FAFB536@mail.sebabeach.org> Date: Tue, 10 Jun 2003 22:16:00 -0000 X-SW-Source: 2003-q2/txt/msg00088.txt.bz2 fyi, - I renamed the insn RELAX attribute to RELAXED (this was a FIXME) - hacked on html.scm a bit - added IDOC attribute to several ports so instructions can be sorted by kind (alu,branch,etc.) in the documentation - split rtl traversal/evaluation out from rtl.scm into new file rtl-traverse.scm - added new rtx-trim-for-doc function to turn fully specified rtl back into something more suitable to human reader (documentation should still be converted to pseudo-C, but this was simpler for now, and fun - boilerplate of how to parse rtl) - added error checking to catch trying to redefine something already defined (would be useful to allow this, but it should require something like an "undef" or a "redefine")