summaryrefslogtreecommitdiff
path: root/gcc/gcc-plugin.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-09gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-17gcc-plugin.h: Add tm.h and flattened includes from function.h.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2010-11-30Include coretypes.h in gcc-plugin.h & Add hard-reg-set.h in FUNCTION_H.Mingjie Xing
2010-06-09re PR testsuite/42843 (--enable-build-with-cxx plugin tests fail)Joern Rennecke
2010-06-09re PR plugins/44459 (plugin interface depends on name mangling)Joern Rennecke
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-01-22* gcc-plugin.h (plugin_init): Use "C" likage for c++.Joern Rennecke
2009-12-01cgraphunit.c (plugin.h): Include.Grigori Fursin
2009-11-06plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.Basile Starynkevitch
2009-09-28tree-pass.h (register_pass_info): New structure.Sriraman Tallam
2009-09-28Add support for using ggc cache tables from plugins.Duncan Sands
2009-06-29plugins.texi: Document PLUGIN_START_UNIT.Olatunji Ruwase
2009-05-27attribute_plugin.c: Include gcc-plugin.h first.Rafael Avila de Espindola
2009-05-26plugins.texi (Loading plugins): typo.Basile Starynkevitch
2009-05-21plugin.c (try_init_one_plugin): Updated to new plugin_init API.Taras Glek
2009-05-142009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek
2009-04-29Makefile.in (PLUGIN_VERSION_H): New.Rafael Avila de Espindola
2009-04-17Makefile.in (REVISION_s): Always include quotes.Rafael Avila de Espindola
2009-04-16common.opt (fhelp): Add Var(help_flag).Rafael Avila de Espindola
2009-04-16gcc-plugin.h (plugin_event): Add PLUGIN_INFO.Rafael Avila de Espindola
2009-04-14[multiple changes]Diego Novillo