Age | Commit message (Expand) | Author | Files | Lines |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-20 | plugin.c (parse_plugin_arg_opt): Accept equal sign inside plugin argument. | Basile Starynkevitch | 1 | -10/+7 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -19/+36 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2011-10-19 | [multiple changes] | Roland Stigge | 1 | -2/+2 |
2011-08-11 | plugin.def: Add event for finish_decl. | Romain Geissler | 1 | -0/+2 |
2011-01-09 | re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9) | Iain Sandoe | 1 | -9/+0 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -9/+9 |
2010-10-05 | opts-common.c (handle_option, [...]): Add diagnostic_context parameter. | Joseph Myers | 1 | -1/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-25 | diagnostic.c: Don't include plugin.h. | Joseph Myers | 1 | -0/+26 |
2010-04-29 | plugin.h (invoke_plugin_callbacks): New inline function. | Brian Hackett | 1 | -8/+7 |
2010-04-12 | gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec. | Matthias Klose | 1 | -5/+43 |
2009-12-21 | decl.c (finish_function): Rename pre-genericize event. | Brian Hackett | 1 | -2/+2 |
2009-12-11 | plugin.c (get_named_event_id): Fix hash table rebuild to include dynamically ... | Joern Rennecke | 1 | -1/+1 |
2009-12-01 | cgraphunit.c (plugin.h): Include. | Grigori Fursin | 1 | -29/+161 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -2/+2 |
2009-11-19 | plugin.c (FMT_FOR_PLUGIN_EVENT): added definition. | Basile Starynkevitch | 1 | -4/+7 |
2009-11-06 | plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS. | Basile Starynkevitch | 1 | -2/+6 |
2009-10-11 | plugin.c (try_init_one_plugin): Improve constness of variable err. | Gerald Pfeifer | 1 | -1/+1 |
2009-09-28 | tree-pass.h (register_pass_info): New structure. | Sriraman Tallam | 1 | -188/+1 |
2009-09-28 | Add support for using ggc cache tables from plugins. | Duncan Sands | 1 | -0/+6 |
2009-07-09 | plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen. | Basile Starynkevitch | 1 | -1/+5 |
2009-06-29 | plugins.texi: Document PLUGIN_START_UNIT. | Olatunji Ruwase | 1 | -0/+3 |
2009-06-18 | plugins.texi: Document plugin_is_GPL_compatible. | Diego Novillo | 1 | -1/+10 |
2009-06-16 | [multiple changes] | Olatunji Ruwase | 1 | -0/+5 |
2009-05-26 | plugins.texi (Loading plugins): typo. | Basile Starynkevitch | 1 | -0/+19 |
2009-05-21 | plugin.c (try_init_one_plugin): Updated to new plugin_init API. | Taras Glek | 1 | -15/+1 |
2009-05-14 | passes.c (finish_optimization_passes): Change i to int. | Ian Lance Taylor | 1 | -2/+2 |
2009-05-14 | 2009-05-13 Taras Glek <tglek@mozilla.com> | Taras Glek | 1 | -0/+2 |
2009-05-06 | plugin-support.exp: New file containing support procs for plugin testcases. | Le-Chun Wu | 1 | -1/+0 |
2009-04-30 | plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined. | Rafael Avila de Espindola | 1 | -0/+2 |
2009-04-29 | Makefile.in (PLUGIN_VERSION_H): New. | Rafael Avila de Espindola | 1 | -16/+12 |
2009-04-17 | Makefile.in (REVISION_s): Always include quotes. | Rafael Avila de Espindola | 1 | -1/+31 |
2009-04-16 | common.opt (fhelp): Add Var(help_flag). | Rafael Avila de Espindola | 1 | -0/+47 |
2009-04-16 | gcc-plugin.h (plugin_event): Add PLUGIN_INFO. | Rafael Avila de Espindola | 1 | -19/+107 |
2009-04-14 | diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins... | Diego Novillo | 1 | -1/+1 |
2009-04-14 | [multiple changes] | Diego Novillo | 1 | -0/+672 |