r126702 - in /branches/plugin: Makefile.in conf...
echristo@gcc.gnu.org
echristo@gcc.gnu.org
Tue Jul 17 15:18:00 GMT 2007
Author: echristo
Date: Tue Jul 17 15:18:38 2007
New Revision: 126702
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126702
Log:
==> ChangeLog.plugin <==
2007-07-17 Sean Callanan <spyffe@cs.sunysb.edu>
* configure.ac: Enable plug-ins on supported platforms.
* Makefile.in: Add rules for building libltdl when plug-ins
are enabled.
* libltdl: New.
==> gcc/ChangeLog.plugin <==
2007-07-17 Sean Callanan <spyffe@cs.sunysb.edu>
* tree-plugin.c: New.
* tree-plugin.h: New.
* plugin.opt: New.
* opts.c (common_handle_option): Add a handler for -ftree-plugin.
* timevar.def: Add a timevar for the parameter to -ftree-plugin.
* configure.ac: Enable plug-ins on supported platforms.
* c-opts.c (c_common_init): Initialize plug-ins before parsing.
* c-opts.c (c_common_finish): Cleanup plug-ins after parsing.
* Makefile.in: Include plug-in functionality in the build and
export symbols from GCC when plug-ins are enabled.
* passes.c: Execute all plug-ins as a GIMPLE optimization pass.
Added:
branches/plugin/gcc/plugin.opt
branches/plugin/gcc/tree-plugin.c
branches/plugin/gcc/tree-plugin.h
branches/plugin/libltdl/
branches/plugin/libltdl/COPYING.LIB
branches/plugin/libltdl/Makefile.am
branches/plugin/libltdl/Makefile.in
branches/plugin/libltdl/README
branches/plugin/libltdl/acinclude.m4
branches/plugin/libltdl/aclocal.m4
branches/plugin/libltdl/config-h.in
branches/plugin/libltdl/config.guess
branches/plugin/libltdl/config.sub
branches/plugin/libltdl/configure
branches/plugin/libltdl/configure.ac
branches/plugin/libltdl/install-sh
branches/plugin/libltdl/ltdl.c
branches/plugin/libltdl/ltdl.h
branches/plugin/libltdl/ltmain.sh
branches/plugin/libltdl/missing
Modified:
branches/plugin/Makefile.in
branches/plugin/configure
branches/plugin/configure.ac
branches/plugin/gcc/Makefile.in
branches/plugin/gcc/c-opts.c
branches/plugin/gcc/config.in
branches/plugin/gcc/configure
branches/plugin/gcc/configure.ac
branches/plugin/gcc/opts.c
branches/plugin/gcc/passes.c
branches/plugin/gcc/timevar.def
More information about the Gcc-cvs
mailing list