summaryrefslogtreecommitdiff
path: root/gcc/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgraphunit.c (plugin.h): Include.Grigori Fursin2009-12-011-29/+161
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* plugin.c (FMT_FOR_PLUGIN_EVENT): added definition.Basile Starynkevitch2009-11-191-4/+7
* plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.Basile Starynkevitch2009-11-061-2/+6
* plugin.c (try_init_one_plugin): Improve constness of variable err.Gerald Pfeifer2009-10-111-1/+1
* tree-pass.h (register_pass_info): New structure.Sriraman Tallam2009-09-281-188/+1
* Add support for using ggc cache tables from plugins.Duncan Sands2009-09-281-0/+6
* plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen.Basile Starynkevitch2009-07-091-1/+5
* plugins.texi: Document PLUGIN_START_UNIT.Olatunji Ruwase2009-06-291-0/+3
* plugins.texi: Document plugin_is_GPL_compatible.Diego Novillo2009-06-181-1/+10
* [multiple changes]Olatunji Ruwase2009-06-161-0/+5
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-0/+19
* plugin.c (try_init_one_plugin): Updated to new plugin_init API.Taras Glek2009-05-211-15/+1