aboutsummaryrefslogtreecommitdiff
path: root/gcc/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-30Add analyzer plugin support and CPython GIL exampleDavid Malcolm1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek1-3/+3
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+7
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov1-9/+111
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov1-10/+0
2017-05-16plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)Sylvestre Ledru1-1/+4
2017-03-21re PR plugins/80094 (GCC plugin hash table corruption on hash table expansion...Brad Spengler1-5/+19
2017-03-06lto-streamer.c (lto_check_version): Use %qs in diagnostics.Richard Biener1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-27plugin.c (register_plugin_info): Produce an error message if the plugin is no...Nick Clifton1-1/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi1-0/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-3/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders1-5/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20plugin.def: Add comment about register_callback and invoke_plugin_callbacks_f...Basile Starynkevitch1-0/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-20plugin.c (parse_plugin_arg_opt): Accept equal sign inside plugin argument.Basile Starynkevitch1-10/+7
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-19/+36
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-10-19[multiple changes]Roland Stigge1-2/+2
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler1-0/+2
2011-01-09re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9)Iain Sandoe1-9/+0
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-9/+9
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-0/+26
2010-04-29plugin.h (invoke_plugin_callbacks): New inline function.Brian Hackett1-8/+7
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose1-5/+43