ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
[gcc.git] / gcc / plugin.c
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-20 Basile Starynkevitchplugin.def: Add comment about register_callback and...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-20 Basile Starynkevitchplugin.c (parse_plugin_arg_opt): Accept equal sign...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2011-10-19 Roland Stigge[multiple changes]
2011-08-11 Romain Geisslerplugin.def: Add event for finish_decl.
2011-01-09 Iain Sandoere PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs...
2010-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-10-05 Joseph Myersopts-common.c (handle_option, [...]): Add diagnostic_co...
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-25 Joseph Myersdiagnostic.c: Don't include plugin.h.
2010-04-29 Brian Hackettplugin.h (invoke_plugin_callbacks): New inline function.
2010-04-12 Matthias Klosegcc.c (cc1_options): Handle -iplugindir before processi...
2009-12-21 Brian Hackettdecl.c (finish_function): Rename pre-genericize event.
2009-12-11 Joern Renneckeplugin.c (get_named_event_id): Fix hash table rebuild...
2009-12-01 Grigori Fursincgraphunit.c (plugin.h): Include.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-19 Basile Starynkevitchplugin.c (FMT_FOR_PLUGIN_EVENT): added definition.
2009-11-06 Basile Starynkevitchplugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.
2009-10-11 Gerald Pfeiferplugin.c (try_init_one_plugin): Improve constness of...
2009-09-28 Sriraman Tallamtree-pass.h (register_pass_info): New structure.
2009-09-28 Duncan SandsAdd support for using ggc cache tables from plugins.
2009-07-09 Basile Starynkevitchplugin.c (try_init_one_plugin): passes RTLD_GLOBAL...
2009-06-29 Olatunji Ruwaseplugins.texi: Document PLUGIN_START_UNIT.
2009-06-18 Diego Novilloplugins.texi: Document plugin_is_GPL_compatible.
2009-06-17 Olatunji Ruwase[multiple changes]
2009-05-26 Basile Starynkevitchplugins.texi (Loading plugins): typo.
2009-05-21 Taras Glekplugin.c (try_init_one_plugin): Updated to new plugin_i...
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-14 Taras Glek2009-05-13 Taras Glek <tglek@mozilla.com>
2009-05-06 Le-Chun Wuplugin-support.exp: New file containing support procs...
2009-04-30 Rafael Avila de... plugin.c: Include plugin-version.h only if ENABLE_PLUGI...
2009-04-29 Rafael Avila de... Makefile.in (PLUGIN_VERSION_H): New.
2009-04-17 Rafael Avila de... Makefile.in (REVISION_s): Always include quotes.
2009-04-16 Rafael Avila de... common.opt (fhelp): Add Var(help_flag).
2009-04-16 Rafael Avila de... gcc-plugin.h (plugin_event): Add PLUGIN_INFO.
2009-04-15 Diego Novillodiagnostic.c (diagnostic_report_diagnostic): Do not...
2009-04-14 Diego Novillo[multiple changes]