summaryrefslogtreecommitdiff
path: root/gcc/plugin.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov
2017-05-16plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)Sylvestre Ledru
2017-03-21re PR plugins/80094 (GCC plugin hash table corruption on hash table expansion...Brad Spengler
2017-03-06lto-streamer.c (lto_check_version): Use %qs in diagnostics.Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-10-27plugin.c (register_plugin_info): Produce an error message if the plugin is no...Nick Clifton
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-20plugin.def: Add comment about register_callback and invoke_plugin_callbacks_f...Basile Starynkevitch
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-20plugin.c (parse_plugin_arg_opt): Accept equal sign inside plugin argument.Basile Starynkevitch
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2011-10-19[multiple changes]Roland Stigge
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler
2011-01-09re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9)Iain Sandoe
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers
2010-04-29plugin.h (invoke_plugin_callbacks): New inline function.Brian Hackett
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose
2009-12-21decl.c (finish_function): Rename pre-genericize event.Brian Hackett
2009-12-11plugin.c (get_named_event_id): Fix hash table rebuild to include dynamically ...Joern Rennecke