public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ./ChangeLog ./translate.cxx testsuite/buil ...
@ 2005-09-13  0:45 fche
  0 siblings, 0 replies; 4+ messages in thread
From: fche @ 2005-09-13  0:45 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-09-13 00:45:25

Modified files:
	.              : ChangeLog translate.cxx 
Added files:
	testsuite/buildok: nineteen.stp 

Log message:
	2005-09-12  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 1335
	* translate.cxx (c_tmpcounter::visit_functioncall): Correct
	recursion sequence.
	* testsuite/buildok/nineteen.stp: New test case.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.166&r2=1.167
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/testsuite/buildok/nineteen.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1


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

* src ./ChangeLog ./translate.cxx testsuite/buil ...
@ 2006-01-17 23:34 fche
  0 siblings, 0 replies; 4+ messages in thread
From: fche @ 2006-01-17 23:34 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-01-17 23:34:09

Modified files:
	.              : ChangeLog translate.cxx 
	testsuite/buildok: iterate_histogram_buckets.stp 

Log message:
	2006-01-17  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 2142
	* translate.cxx (EXTRACTORS_PERMISSIVE): New experimental policy
	parameter.
	(c_unparser::visit_arrayindex, visit_print_format, visit_stat_op):
	Tolerate absent index (= NULL runtime return) in pmap.
	(*): Make semantic_error messages consistently lower case.
	* testsuite/buildok/iterate_histogram_buckets.stp: Note some missing
	functionality.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.296&r2=1.297
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/buildok/iterate_histogram_buckets.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2


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

* src ./ChangeLog ./translate.cxx testsuite/buil ...
@ 2006-01-05 21:59 jistone
  0 siblings, 0 replies; 4+ messages in thread
From: jistone @ 2006-01-05 21:59 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	jistone@sourceware.org	2006-01-05 21:59:22

Modified files:
	.              : ChangeLog translate.cxx 
	testsuite/buildok: pmap_foreach.stp 

Log message:
	2006-01-05  Josh Stone  <joshua.i.stone@intel.com>
	
	PR 2056
	* translate.cxx (var::~var, var::hist, var::buckets): make these
	methods virtual, so we can use polymorphism.
	(mapvar::hist, mapvar::buckets):  Override the corresponding var
	methods to handle pmaps correctly.
	(c_unparser::visit_arrayindex, c_unparser::visit_print_format): Make
	use of the new polymorphic behavior of var & mapvar when dealing with
	histogram data.
	* testsuite/buildok/pmap_foreach.stp: Add tests to check histogram
	accesses with for/foreach.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.282&r2=1.283
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.87&r2=1.88
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/buildok/pmap_foreach.stp.diff?cvsroot=systemtap&r1=1.3&r2=1.4


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

* src ./ChangeLog ./translate.cxx testsuite/buil ...
@ 2005-12-09  2:20 graydon
  0 siblings, 0 replies; 4+ messages in thread
From: graydon @ 2005-12-09  2:20 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	graydon@sourceware.org	2005-12-09 02:20:41

Modified files:
	.              : ChangeLog translate.cxx 
Added files:
	testsuite/buildok: histogram_operator_in.stp 

Log message:
	2005-12-08  Graydon Hoare  <graydon@redhat.com>
	
	* translate.cxx (delete_statement_operand_visitor::visit_arrayindex):
	Prohibit deleting histogram buckets.
	(c_tmpcounter::visit_array_in): Direct to visit_arrayindex.
	(c_unparser::visit_array_in): Likewise.
	
	* testsuite/buildok/histogram_operator_in.stp: New test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.255&r2=1.256
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/buildok/histogram_operator_in.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1


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

end of thread, other threads:[~2006-01-17 23:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13  0:45 src ./ChangeLog ./translate.cxx testsuite/buil fche
2005-12-09  2:20 graydon
2006-01-05 21:59 jistone
2006-01-17 23:34 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).