summaryrefslogtreecommitdiff
path: root/gcc/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek2019-10-251-3/+3
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-6/+7
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-3/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Plugin support on Windows/MinGWBoris Kolpackov2017-11-261-9/+111
* passes.c: implement pre-ICE emergency dumpingAlexander Monakov2017-05-311-10/+0
* plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)Sylvestre Ledru2017-05-161-1/+4
* re PR plugins/80094 (GCC plugin hash table corruption on hash table expansion...Brad Spengler2017-03-211-5/+19
* lto-streamer.c (lto_check_version): Use %qs in diagnostics.Richard Biener2017-03-061-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* plugin.c (register_plugin_info): Produce an error message if the plugin is no...Nick Clifton2016-10-271-1/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* hash-table.h: Update comments.Richard Sandiford2015-06-251-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* plugins.texi (enum plugin_event): New event.Andres Tiraboschi2015-06-031-0/+4
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-3/+6
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders2014-12-101-5/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-6/+7
* 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