From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11741 invoked by alias); 19 May 2008 20:48:27 -0000 Received: (qmail 11660 invoked by uid 440); 19 May 2008 20:48:25 -0000 Date: Mon, 19 May 2008 20:48:00 -0000 Message-ID: <20080519204825.11637.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-283-g495f9db X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 213a54acddb71c6545a5427d198e49ec0426a70a X-Git-Newrev: 495f9db8f6d9f29830972d4a494f1896cdf7eee2 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: X-SW-Source: 2008-q2/txt/msg00024.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 495f9db8f6d9f29830972d4a494f1896cdf7eee2 (commit) via e76254815c3adfff1c086beb6a4cfa46c49ac3b3 (commit) from 213a54acddb71c6545a5427d198e49ec0426a70a (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 495f9db8f6d9f29830972d4a494f1896cdf7eee2 Author: Stan Cox Date: Mon May 19 16:18:49 2008 -0400 Optimize away assignments in other contexts. commit e76254815c3adfff1c086beb6a4cfa46c49ac3b3 Author: Stan Cox Date: Mon May 19 15:39:55 2008 -0400 Optimize away assignments in other contexts. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++ elaborate.cxx | 62 +++++++++++++++++++++ testsuite/ChangeLog | 5 ++ testsuite/systemtap.base/optim_arridx.exp | 85 +++++++++++++++++++++++++++++ testsuite/systemtap.base/optim_arridx.stp | 39 +++++++++++++ 5 files changed, 197 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.base/optim_arridx.exp create mode 100644 testsuite/systemtap.base/optim_arridx.stp hooks/post-receive -- systemtap: system-wide probe/trace tool