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]

r148216 - in /branches/graphite: ChangeLog.grap...


Author: jsjodin
Date: Fri Jun  5 16:41:50 2009
New Revision: 148216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148216
Log:
	* Makefile.def: Make libpcp dependent on cloog.
	* Makefile.in: Generated.
	* libpcp/pcp_cloog_gateway.h: New.
	* libpcp/pcp_cloog_gateway.cc: New.
	* libpcp/pcp_domain.h: New.
	* libpcp/pcp_domain.cc: New.
	* libpcp/pcp_expr_canonicalizer.h: New.
	* libpcp/pcp_expr_canonicalizer.cc: New.
	* libpcp/pcp_full_visitor.h: New.
	* libpcp/pcp_full_visitor.cc: New.
	* libpcp/pcp_map.h: New.
	* libpcp/pcp_poly.h: New.
	* libpcp/pcp_poly.cc: New.
	* libpcp/pcp_poly_spi.h: New.
	* libpcp/pcp_poly_spi.cc: New.
	* libpcp/pcp_poly_spi_c.h: New.
	* libpcp/pcp_poly_spi_c.cc: New.
	* libpcp/pcp_scalar_order.h: New.
	* libpcp/pcp_scalar_order.cc: New.
	* libpcp/pcp_scattering.h: New.
	* libpcp/pcp_scattering.cc: New.
	* libpcp/pcp_stack.h: New.
	* libpcp/pcp_visitor.h: New.
	* libpcp/pcp_visitor.cc: New.
	* libpcp/Makefile.in: Add dependencies on PPL (temporary) and CLooG
	* libpcp/configure.ac: Same.
	* libpcp/config.in: Newly generated.
	* libpcp/configure: Newly generated.
	* libpcp/pcp.h: Added support for Visitor. 
	* libpcp/pcp.cc: Same.
	* libpcp/pcp_dynamic_array.h: Include "pcp_error.h"
	* libpcp/pcp_parser.cc: (PcpAst::PcpAst): Initialize name. 
	(PcpAst::toStringInBuffer): Append name binding.
	(PcpAst::toString): Moved.
	(PcpAst::parseObjecList): Set hasChildren to true.
	(PcpAst::parseStmtList): Check that token is not NULL.
	* libpcp/pcp_tester.h: Rewrite.
	* libpcp/pcp_tester.cc: Rewrite.


Added:
    branches/graphite/libpcp/pcp_cloog_gateway.cc
    branches/graphite/libpcp/pcp_cloog_gateway.h
    branches/graphite/libpcp/pcp_domain.cc
    branches/graphite/libpcp/pcp_domain.h
    branches/graphite/libpcp/pcp_expr_canonicalizer.cc
    branches/graphite/libpcp/pcp_expr_canonicalizer.h
    branches/graphite/libpcp/pcp_full_visitor.cc
    branches/graphite/libpcp/pcp_full_visitor.h
    branches/graphite/libpcp/pcp_map.h
    branches/graphite/libpcp/pcp_poly.cc
    branches/graphite/libpcp/pcp_poly.h
    branches/graphite/libpcp/pcp_poly_spi.cc
    branches/graphite/libpcp/pcp_poly_spi.h
    branches/graphite/libpcp/pcp_poly_spi_c.cc
    branches/graphite/libpcp/pcp_poly_spi_c.h
    branches/graphite/libpcp/pcp_scalar_order.cc
    branches/graphite/libpcp/pcp_scalar_order.h
    branches/graphite/libpcp/pcp_scattering.cc
    branches/graphite/libpcp/pcp_scattering.h
    branches/graphite/libpcp/pcp_stack.h
    branches/graphite/libpcp/pcp_visitor.cc
    branches/graphite/libpcp/pcp_visitor.h
Modified:
    branches/graphite/ChangeLog.graphite
    branches/graphite/Makefile.def
    branches/graphite/Makefile.in
    branches/graphite/libpcp/ChangeLog.graphite
    branches/graphite/libpcp/Makefile.in
    branches/graphite/libpcp/config.in
    branches/graphite/libpcp/configure
    branches/graphite/libpcp/configure.ac
    branches/graphite/libpcp/pcp.cc
    branches/graphite/libpcp/pcp.h
    branches/graphite/libpcp/pcp_dynamic_array.h
    branches/graphite/libpcp/pcp_parser.cc
    branches/graphite/libpcp/pcp_tester.cc
    branches/graphite/libpcp/pcp_tester.h


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