r144439 - in /branches/plugins: ChangeLog.plugi...

lcwu@gcc.gnu.org lcwu@gcc.gnu.org
Thu Feb 26 00:14:00 GMT 2009


Author: lcwu
Date: Thu Feb 26 00:14:07 2009
New Revision: 144439

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144439
Log:
Initial implementation of GCC plugin support.

Added:
    branches/plugins/ChangeLog.plugins
    branches/plugins/gcc/ChangeLog.plugins
    branches/plugins/gcc/cp/ChangeLog.plugins
    branches/plugins/gcc/gcc-plugin.h
    branches/plugins/gcc/plugin.c
    branches/plugins/gcc/plugin.h
Modified:
    branches/plugins/Makefile.in
    branches/plugins/Makefile.tpl
    branches/plugins/configure
    branches/plugins/configure.ac
    branches/plugins/gcc/Makefile.in
    branches/plugins/gcc/c-parser.c
    branches/plugins/gcc/common.opt
    branches/plugins/gcc/configure
    branches/plugins/gcc/configure.ac
    branches/plugins/gcc/cp/Make-lang.in
    branches/plugins/gcc/cp/decl.c
    branches/plugins/gcc/cp/parser.c
    branches/plugins/gcc/opts.c
    branches/plugins/gcc/passes.c
    branches/plugins/gcc/toplev.c
    branches/plugins/gcc/tree-pass.h



More information about the Gcc-cvs mailing list