aboutsummaryrefslogtreecommitdiff
path: root/gcc/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19[multiple changes]Roland Stigge1-2/+2
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler1-0/+2
2011-01-09re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9)Iain Sandoe1-9/+0
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-9/+9
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-0/+26
2010-04-29plugin.h (invoke_plugin_callbacks): New inline function.Brian Hackett1-8/+7
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose1-5/+43
2009-12-21decl.c (finish_function): Rename pre-genericize event.Brian Hackett1-2/+2
2009-12-11plugin.c (get_named_event_id): Fix hash table rebuild to include dynamically ...Joern Rennecke1-1/+1
2009-12-01cgraphunit.c (plugin.h): Include.Grigori Fursin1-29/+161
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-11-19plugin.c (FMT_FOR_PLUGIN_EVENT): added definition.Basile Starynkevitch1-4/+7
2009-11-06plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.Basile Starynkevitch1-2/+6
2009-10-11plugin.c (try_init_one_plugin): Improve constness of variable err.Gerald Pfeifer1-1/+1
2009-09-28tree-pass.h (register_pass_info): New structure.Sriraman Tallam1-188/+1
2009-09-28Add support for using ggc cache tables from plugins.Duncan Sands1-0/+6
2009-07-09plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen.Basile Starynkevitch1-1/+5
2009-06-29plugins.texi: Document PLUGIN_START_UNIT.Olatunji Ruwase1-0/+3
2009-06-18plugins.texi: Document plugin_is_GPL_compatible.Diego Novillo1-1/+10
2009-06-16[multiple changes]Olatunji Ruwase1-0/+5
2009-05-26plugins.texi (Loading plugins): typo.Basile Starynkevitch1-0/+19
2009-05-21plugin.c (try_init_one_plugin): Updated to new plugin_init API.Taras Glek1-15/+1
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-2/+2
2009-05-142009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek1-0/+2
2009-05-06plugin-support.exp: New file containing support procs for plugin testcases.Le-Chun Wu1-1/+0
2009-04-30plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.Rafael Avila de Espindola1-0/+2
2009-04-29Makefile.in (PLUGIN_VERSION_H): New.Rafael Avila de Espindola1-16/+12
2009-04-17Makefile.in (REVISION_s): Always include quotes.Rafael Avila de Espindola1-1/+31
2009-04-16common.opt (fhelp): Add Var(help_flag).Rafael Avila de Espindola1-0/+47
2009-04-16gcc-plugin.h (plugin_event): Add PLUGIN_INFO.Rafael Avila de Espindola1-19/+107
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo1-1/+1
2009-04-14[multiple changes]Diego Novillo1-0/+672