summaryrefslogtreecommitdiff
path: root/gcc/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* plugin.def: Add comment about register_callback and invoke_plugin_callbacks_f...Basile Starynkevitch2013-11-201-0/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* plugin.c (parse_plugin_arg_opt): Accept equal sign inside plugin argument.Basile Starynkevitch2013-09-201-10/+7
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-19/+36
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* [multiple changes]Roland Stigge2011-10-191-2/+2
* plugin.def: Add event for finish_decl.Romain Geissler2011-08-111-0/+2
* re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9)Iain Sandoe2011-01-091-9/+0
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-9/+9
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* diagnostic.c: Don't include plugin.h.Joseph Myers2010-05-251-0/+26
* plugin.h (invoke_plugin_callbacks): New inline function.Brian Hackett2010-04-291-8/+7
* gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose2010-04-121-5/+43
* decl.c (finish_function): Rename pre-genericize event.Brian Hackett2009-12-211-2/+2
* plugin.c (get_named_event_id): Fix hash table rebuild to include dynamically ...Joern Rennecke2009-12-111-1/+1
* cgraphunit.c (plugin.h): Include.Grigori Fursin2009-12-011-29/+161
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* plugin.c (FMT_FOR_PLUGIN_EVENT): added definition.Basile Starynkevitch2009-11-191-4/+7
* plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.Basile Starynkevitch2009-11-061-2/+6
* plugin.c (try_init_one_plugin): Improve constness of variable err.Gerald Pfeifer2009-10-111-1/+1
* tree-pass.h (register_pass_info): New structure.Sriraman Tallam2009-09-281-188/+1
* Add support for using ggc cache tables from plugins.Duncan Sands2009-09-281-0/+6
* plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen.Basile Starynkevitch2009-07-091-1/+5
* plugins.texi: Document PLUGIN_START_UNIT.Olatunji Ruwase2009-06-291-0/+3
* plugins.texi: Document plugin_is_GPL_compatible.Diego Novillo2009-06-181-1/+10
* [multiple changes]Olatunji Ruwase2009-06-161-0/+5
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-0/+19
* plugin.c (try_init_one_plugin): Updated to new plugin_init API.Taras Glek2009-05-211-15/+1
* passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor2009-05-141-2/+2
* 2009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek2009-05-141-0/+2
* plugin-support.exp: New file containing support procs for plugin testcases.Le-Chun Wu2009-05-061-1/+0
* plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.Rafael Avila de Espindola2009-04-301-0/+2
* Makefile.in (PLUGIN_VERSION_H): New.Rafael Avila de Espindola2009-04-291-16/+12
* Makefile.in (REVISION_s): Always include quotes.Rafael Avila de Espindola2009-04-171-1/+31
* common.opt (fhelp): Add Var(help_flag).Rafael Avila de Espindola2009-04-161-0/+47
* gcc-plugin.h (plugin_event): Add PLUGIN_INFO.Rafael Avila de Espindola2009-04-161-19/+107
* diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo2009-04-141-1/+1
* [multiple changes]Diego Novillo2009-04-141-0/+672