This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r138311 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Wed Jul 30 14:07:18 2008
New Revision: 138311

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138311
Log:
2008-07-30  Basile Starynkevitch  <basile@starynkevitch.net>
	* gcc/Makefile.in: using realpath for run-basilys-deps ie to fill the melt_build_include_dir

	* gcc/run-basilys.h: include "gimple.h"

	* gcc/basilys.h: added OBMAG_GIMPLE, OBMAG_MAPGIMPLES, BPAR_GIMPLE,
	BPARSTR_GIMPLE; added BGLOB_CTYPE_GIMPLE, BGLOB_DISCR_TREE,
	BGLOB_DISCR_GIMPLE, BGLOB_DISCR_EDGE, BGLOB_DISCR_MAPTREES,
	BGLOB_DISCR_MAPGIMPLES, BGLOB_DISCR_MAPEDGES.
	(basilysgc_new_mapgimples, basilysgc_put_mapgimples)
	(basilys_get_mapgimples, basilysgc_remove_mapgimples) new
	functions.

	* gcc/basilys.c: include "gimple.h"
	(check_pointer_at, forwarded_copy, basilys_debug_out) handle OBMAG_GIMPLE & OBMAG_MAPGIMPLES.
	(dump_cgraph_basilys) removed function.

	* gcc/melt/warmelt-first.bysl: added ctype_gimple, discr_edge,
	discr_gimple, discr_tree, discr_mapedges, discr_mapgimples,
	discr_maptrees.
	
	* gcc/warmelt-first-0.c: regenerated.

	* gcc/warmelt-macro-0.c: regenerated.

	* gcc/warmelt-normal-0.c: regenerated.

	* gcc/warmelt-genobj-0.c: regenerated.

	* gcc/warmelt-outobj-0.c: regenerated.


Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/run-basilys.h
    branches/melt-branch/gcc/warmelt-first-0.c
    branches/melt-branch/gcc/warmelt-genobj-0.c
    branches/melt-branch/gcc/warmelt-macro-0.c
    branches/melt-branch/gcc/warmelt-normal-0.c
    branches/melt-branch/gcc/warmelt-outobj-0.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]