From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13031 invoked by alias); 24 Feb 2010 03:15:50 -0000 Received: (qmail 12999 invoked by uid 9586); 24 Feb 2010 03:15:50 -0000 Date: Wed, 24 Feb 2010 03:15:00 -0000 Message-ID: <20100224031549.12984.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-111-gf486965 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c7005ee1ba902de01a8863661a2031bfd45d3d40 X-Git-Newrev: f4869658bae06af2e92091cebda75b59d00211d8 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/msg00154.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 f4869658bae06af2e92091cebda75b59d00211d8 (commit) via 29b1a9b7ff6ccff926e47c1077ea6089d3307a65 (commit) from c7005ee1ba902de01a8863661a2031bfd45d3d40 (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 f4869658bae06af2e92091cebda75b59d00211d8 Author: Josh Stone Date: Tue Feb 23 18:50:05 2010 -0800 PR10719 cont'd: const-fold comparisons We can compute results between two literals, and we can also compute comparisons to boundary numbers. (We could also check boundary strings, "" and "\377\377...", but even I am not THAT pedantic... yet...) * elaborate.cxx (const_folder::visit_comparison): Implement. commit 29b1a9b7ff6ccff926e47c1077ea6089d3307a65 Author: Josh Stone Date: Tue Feb 23 18:45:22 2010 -0800 PR10719 cont'd: const-fold string concatenation We can concat literal strings directly and discard empty strings. * elaborate.cxx (const_folder::visit_concatenation): Implement. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 109 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool