This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r149863 - in /branches/melt-branch/gcc: ChangeL...
- From: bstarynk at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 21 Jul 2009 15:54:53 -0000
- Subject: r149863 - in /branches/melt-branch/gcc: ChangeL...
Author: bstarynk
Date: Tue Jul 21 15:54:52 2009
New Revision: 149863
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149863
Log:
2009-07-21 Basile Starynkevitch <basile@starynkevitch.net>
[tgreenprint.c may fail; and greenpass is very incomplete]
* melt-runtime.h: added enum melt_gckind_en & MELT_ONLY_MINOR.
* melt-runtime.c (melt_garbcoll): has a melt_gckind_en argument
and handles MELT_ONLY_MINOR.
(meltgc_gimple_gate, meltgc_gimple_execute, meltgc_rtl_gate)
(meltgc_rtl_execute, meltgc_simple_ipa_gate)
(meltgc_simple_ipa_execute) force only a MELT_ONLY_MINOR garbage
collection.
* melt/ana-base.melt; added each_cgraph_decl.
* melt/ana-simple.melt: trying a pass before reassoc.
Modified:
branches/melt-branch/gcc/ChangeLog.MELT
branches/melt-branch/gcc/melt-runtime.c
branches/melt-branch/gcc/melt-runtime.h
branches/melt-branch/gcc/melt/ana-base.melt
branches/melt-branch/gcc/melt/ana-simple.melt
branches/melt-branch/gcc/testsuite/melt/tgreenprint.c