r203029 - in /branches/melt-branch/gcc: ChangeL...

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Mon Sep 30 10:56:00 GMT 2013


Author: bstarynk
Date: Mon Sep 30 10:56:03 2013
New Revision: 203029

URL: http://gcc.gnu.org/viewcvs?rev=203029&root=gcc&view=rev
Log:

2013-09-30  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (melt_pass_instance_counter)
	(melt_current_pass_index_var): New extern variable.

	* melt-runtime.cc: Ditto.

	* melt/generated/meltrunsup.h (melthookproc_HOOK_PASS_EXECUTION):
	Add third ptype long parameter.

	* melt/generated/meltrunsup-inc.cc: Ditto.

	* melt/warmelt-hooks.melt (melt_pass_execution_hook_callback):
	pass the type number.
	(hook_pass_execution): Handle that type number. Don't accumulate
	results.
	(register_pass_execution_first, register_pass_execution_last):
	Improve :doc string.

	* melt/xtramelt-ana-base.melt (melt_gimple_pass)
	(melt_simple_ipa_pass): Handle the pass index.

	* melt/xtramelt-ana-simple.melt (justshowpass)
	(justshowpasses_docmd): New functions.
	(justshowpasses_mode): New justshowpasses mode.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.cc
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/generated/meltrunsup-inc.cc
    branches/melt-branch/gcc/melt/generated/meltrunsup.h
    branches/melt-branch/gcc/melt/warmelt-hooks.melt
    branches/melt-branch/gcc/melt/xtramelt-ana-base.melt
    branches/melt-branch/gcc/melt/xtramelt-ana-simple.melt



More information about the Gcc-cvs mailing list