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