Move get_current_pass_name to ici.c .
commit44f01098dab113e97b492caa0643f2bad3d9b90a
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 12:29:36 +0000 (20 12:29 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 12:29:36 +0000 (20 12:29 +0000)
tree777d1868e5d77e933c1c1f2cbbcc98a607ed9533
parentce97cdfa9280912fa77d444de2cf640047ddf285
Move get_current_pass_name to ici.c .
Consolidate plugin event name definitions to plugin.def .
Change PLUGIN_ALL_IPA_PASSES_EXECUTION, PLUGIN_ALL_PASSES_EXECUTION,
PLUGIN_AVOID_GATE and PLUGIN_PASS_EXECUTION to use simple argument passing.
Make static events treated equally in register_callback /
invoke_plugin_callbacks, and mark end of static plugin events with
PLUGIN_EVENT_FIRST_DYNAMIC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154362 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/Makefile.in
gcc/cgraphunit.c
gcc/gcc-plugin.h
gcc/ici/events.c
gcc/ici/ici.c
gcc/passes.c
gcc/plugin.c
gcc/plugin.def [new file with mode: 0644]
gcc/tree-optimize.c