public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog elaborate.cxx
@ 2007-08-17 17:29 fche
  0 siblings, 0 replies; 7+ messages in thread
From: fche @ 2007-08-17 17:29 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-08-17 17:29:30

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	2007-08-17  Frank Ch. Eigler  <fche@elastic.org>
	
	As suggested by "Zhaolei" <zhaolei@cn.fujitsu.com>:
	* elaborate.cxx (semantic_pass_optimize[12],
	unresolved, invalid, mismatch): Use stringstream and
	print_error(semantic_error) instead of ad-hoc cerr.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.656&r2=1.657
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.82&r2=1.83


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2007-11-27 21:07 dsmith
  0 siblings, 0 replies; 7+ messages in thread
From: dsmith @ 2007-11-27 21:07 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2007-11-27 21:07:46

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	2007-11-27  David Smith  <dsmith@redhat.com>
	
	PR 5377.
	* elaborate.cxx (match_node::find_and_build): Handle wildcards in
	probe points correctly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.723&r2=1.724
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.90&r2=1.91


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2007-11-26 15:11 fche
  0 siblings, 0 replies; 7+ messages in thread
From: fche @ 2007-11-26 15:11 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-11-26 15:11:48

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	* conditional-probe SEGV fix
	
	2007-11-26  Frank Ch. Eigler  <fche@elastic.org>
	
	* elaborate.cxx (derived_probe ctor): Don't duplicate condition
	if it doesn't exist.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.721&r2=1.722
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.89&r2=1.90


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2006-08-14 21:09 dsmith
  0 siblings, 0 replies; 7+ messages in thread
From: dsmith @ 2006-08-14 21:09 UTC (permalink / raw)
  To: systemtap-cvs

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  <dsmith@redhat.com>
	
	* 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2006-05-22 19:40 dsmith
  0 siblings, 0 replies; 7+ messages in thread
From: dsmith @ 2006-05-22 19:40 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2006-05-22 19:40:09

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	2006-05-22  David Smith  <dsmith@redhat.com>
	
	* elaborate.cxx (find_and_build): Fixed issue #2643.  Wildcard
	code was being too optimistic.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.394&r2=1.395
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.57&r2=1.58


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2005-08-19 15:48 fche
  0 siblings, 0 replies; 7+ messages in thread
From: fche @ 2005-08-19 15:48 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-08-19 15:48:51

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	2005-08-19  Frank Ch. Eigler  <fche@elastic.org>
	
	* elaborate.cxx (find_var): Remove $pid/$tid builtin logic.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.108&r2=1.109
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.30&r2=1.31


^ permalink raw reply	[flat|nested] 7+ messages in thread

* src ChangeLog elaborate.cxx
@ 2005-07-29  2:03 fche
  0 siblings, 0 replies; 7+ messages in thread
From: fche @ 2005-07-29  2:03 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-07-29 02:03:14

Modified files:
	.              : ChangeLog elaborate.cxx 

Log message:
	2005-07-28  Frank Ch. Eigler  <fche@elastic.org>
	
	* elaborate.cxx (find_var): Correct array dereferencing thinko.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.21&r2=1.22


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-27 21:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-17 17:29 src ChangeLog elaborate.cxx fche
  -- strict thread matches above, loose matches on Subject: below --
2007-11-27 21:07 dsmith
2007-11-26 15:11 fche
2006-08-14 21:09 dsmith
2006-05-22 19:40 dsmith
2005-08-19 15:48 fche
2005-07-29  2:03 fche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).