| Commit message (Expand) | Author | Age | Files | Lines |
* | * plugin.c (register_plugin_info): Produce an error message if the | nickc | 2016-10-27 | 1 | -1/+9 |
* | Update copyright years. | jakub | 2016-01-04 | 1 | -1/+1 |
* | 2015-10-30 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-30 | 1 | -2/+0 |
* | 2015-10-29 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-29 | 1 | -3/+3 |
* | 2015-07-07 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-08 | 1 | -2/+1 |
* | gcc/ | rsandifo | 2015-06-25 | 1 | -3/+1 |
* | 2015-06-17 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-17 | 1 | -1/+0 |
* | 2015-06-08 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-08 | 1 | -5/+0 |
* | 2015-06-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-04 | 1 | -3/+0 |
* | * doc/plugins.texi (enum plugin_event): New event. | law | 2015-06-03 | 1 | -0/+4 |
* | remove need for store_values_directly | tbsaunde | 2015-04-18 | 1 | -6/+6 |
* | Always pass explicit location to fatal_error. | jsm28 | 2015-01-30 | 1 | -3/+6 |
* | 2015-01-09 Michael Collison <michael.collison@linaro.org> | prathamesh3492 | 2015-01-09 | 1 | -0/+11 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | remove gengtype support for param_is use_param, if_marked and splay tree allo... | tbsaunde | 2014-12-10 | 1 | -5/+0 |
* | Remove a layer of indirection from hash_table | tbsaunde | 2014-06-24 | 1 | -6/+7 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | 2013-11-20 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2013-11-20 | 1 | -0/+2 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -1/+1 |
* | 2013-09-20 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2013-09-20 | 1 | -10/+7 |
* | This patch is the main part of a consolodation of the hash_table | crowl | 2013-04-26 | 1 | -19/+36 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -1/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | gcc/ | steven | 2012-07-16 | 1 | -1/+0 |
* | * LANGUAGES: Fix typos. | jsm28 | 2012-05-29 | 1 | -1/+1 |
* | 2011-10-19 Roland Stigge <stigge@antcom.de> | paolo | 2011-10-19 | 1 | -2/+2 |
* | 2011-08-11 Romain Geissler <romain.geissler@gmail.com> | dnovillo | 2011-08-11 | 1 | -0/+2 |
* | PR gcc/46902 | iains | 2011-01-09 | 1 | -9/+0 |
* | * common.opt (main_input_filename, main_input_basename, | jsm28 | 2010-12-01 | 1 | -1/+0 |
* | * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start | jsm28 | 2010-11-10 | 1 | -9/+9 |
* | * opts-common.c (handle_option, handle_generated_option, | jsm28 | 2010-10-05 | 1 | -1/+1 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * tree-vrp.c (debug_value_range, debug_all_value_ranges, | hubicka | 2010-05-29 | 1 | -2/+2 |
* | * diagnostic.c: Don't include plugin.h. | jsm28 | 2010-05-25 | 1 | -0/+26 |
* | 2010-04-29 Brian Hackett <bhackett1024@gmail.com> | rguenth | 2010-04-29 | 1 | -8/+7 |
* | gcc/ | doko | 2010-04-12 | 1 | -5/+43 |
* | 2009-12-21 Brian Hackett <bhackett1024@gmail.com> | espindola | 2009-12-21 | 1 | -2/+2 |
* | * plugin.c (get_named_event_id): Fix hash table rebuild to include | amylaar | 2009-12-11 | 1 | -1/+1 |
* | 2009-12-01 Grigori Fursin <grigori.fursin@inria.fr> | amylaar | 2009-12-01 | 1 | -29/+161 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -2/+2 |
* | 2009-11-19 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-11-19 | 1 | -4/+7 |
* | 2009-11-06 Basile Starynkevitch <basile@starynkevitch.net> | espindola | 2009-11-06 | 1 | -2/+6 |
* | * plugin.c (try_init_one_plugin): Improve constness of variable | gerald | 2009-10-11 | 1 | -1/+1 |
* | * tree-pass.h (register_pass_info): New structure. | ian | 2009-09-28 | 1 | -188/+1 |
* | Add support for using ggc cache tables from plugins. | baldrick | 2009-09-28 | 1 | -0/+6 |
* | 2009-07-09 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-07-09 | 1 | -1/+5 |
* | 2009-06-29 Olatunji Ruwase <tjruwase@google.com> | espindola | 2009-06-29 | 1 | -0/+3 |
* | * doc/plugins.texi: Document plugin_is_GPL_compatible. | dnovillo | 2009-06-18 | 1 | -1/+10 |
* | 2009-06-16 Olatunji Ruwase <tjruwase@google.com> | dnovillo | 2009-06-17 | 1 | -0/+5 |
* | 2009-05-26 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-05-26 | 1 | -0/+19 |