From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25410 invoked by alias); 26 Feb 2010 00:39:44 -0000 Received: (qmail 25377 invoked by uid 9586); 26 Feb 2010 00:39:43 -0000 Date: Fri, 26 Feb 2010 00:39:00 -0000 Message-ID: <20100226003943.25366.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-123-g3af79ea X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 70208613b8f9f2584aee89197705f3fddae6a0e4 X-Git-Newrev: 3af79eaaba1d8c68558c77f9a2d72c57fa4b2c6c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q1/txt/msg00162.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 3af79eaaba1d8c68558c77f9a2d72c57fa4b2c6c (commit) via b7aedf26f105793793c66c39c85abe76e1510e66 (commit) from 70208613b8f9f2584aee89197705f3fddae6a0e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3af79eaaba1d8c68558c77f9a2d72c57fa4b2c6c Author: Josh Stone Date: Thu Feb 25 16:30:48 2010 -0800 Ensure that @defined()==1 goes the right way We need to poison the false case of valid "@defined(x)?x:y", so we know that the @defined is correctly leading to the true case only. * testsuite/semok/thirtysix.stp: poison false in valid cases. commit b7aedf26f105793793c66c39c85abe76e1510e66 Author: Josh Stone Date: Thu Feb 25 16:20:50 2010 -0800 Expand @defined to support more cases * tapsets.cxx (var_expanding_visitor::visit_defined_op): If no error was raised or replacement made on a target_symbol, then its @defined state is still indeterminate. Some later pass (like @cast) might handle it. * elaborate.cxx (const_folder::visit_defined_op): Squash any escapees. * testsuite/semok/thirtysix.stp: Add more variants. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 15 +++++++++++++++ tapsets.cxx | 7 ++++++- testsuite/semok/thirtysix.stp | 27 ++++++++++++++++++++------- 3 files changed, 41 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool