From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26192 invoked by alias); 14 Aug 2006 21:09:22 -0000 Received: (qmail 26179 invoked by uid 9156); 14 Aug 2006 21:09:21 -0000 Date: Mon, 14 Aug 2006 21:09:00 -0000 Message-ID: <20060814210921.26177.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog elaborate.cxx Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2006-q3/txt/msg00087.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: dsmith@sourceware.org 2006-08-14 21:09:21 Modified files: . : ChangeLog elaborate.cxx Log message: 2006-08-14 David Smith * elaborate.cxx (semantic_pass): Calls semantic_pass_optimize1() and semantic_pass_optimize2(). (visit_functioncall): Removed setting relaxed_p since semantic_pass_opt5 does it. (semantic_pass_opt5): Goes ahead and removes duplicate functions since semantic_pass_opt1() won't be run again. (semantic_pass_optimize1): Renamed from semantic_pass_optimize(). Moved semantic_pass_opt5() to semantic_pass_optimize2(). (semantic_pass_optimize2): New function that contains optimization passes that need to be done after type inference. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.448&r2=1.449 http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.63&r2=1.64