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]

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


Author: bstarynk
Date: Tue Aug 28 10:54:27 2012
New Revision: 190746

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190746
Log:

2012-08-28  Basile Starynkevitch  <basile@starynkevitch.net>
	{{removing PPL from runtime, by putting stubs}}
	* melt-runtime.h (meltgc_ppstrbuf_ppl_varnamvect)
	(melt_raw_new_ppl_empty_constraint_system)
	(melt_raw_new_ppl_unsatisfiable_constraint_system)
	(melt_ppl_coefficient_content, melt_ppl_coefficient_put_content)
	(melt_ppl_linear_expression_content)
	(melt_ppl_linear_expression_put_content)
	(melt_ppl_constraint_content, melt_ppl_constraint_put_content)
	(melt_ppl_constraint_system_content)
	(melt_ppl_constraint_system_put_content)
	(melt_ppl_generator_content, melt_ppl_generator_put_content)
	(melt_ppl_generator_system_content)
	(melt_ppl_generator_system_put_content)
	(melt_ppl_polyhedron_content, melt_ppl_polyhedron_put_content):
	Remove body of inline function by replacing it by error stub.

	* melt-runtime.c (ALL_MELTOBMAG_SPECIAL_CASES): Remove SPECPPL
	cases...
	(delete_special): Remove SPECPPL cases.
	(melt_readsimplelong): Remove SPECPPL names.
	(melt_really_initialize): Remove PPL initialization.
	(melt_make_ppl_coefficient_from_tree)
	(melt_make_ppl_coefficient_from_tree)
	(meltgc_new_ppl_constraint_system)
	(meltgc_clone_ppl_constraint_system)
	(melt_insert_ppl_constraint_in_boxed_system)
	(melt_make_ppl_NNC_Polyhedron_from_Constraint_System)
	(meltgc_new_ppl_polyhedron, melt_make_ppl_linear_expression)
	(melt_make_ppl_constraint_cstrtype)
	(meltgc_new_ppl_linear_expression)
	(ppl_melt_variable_output_function)
	(meltgc_ppstrbuf_ppl_varnamvect): Remove body of functions by
	replacing it by error stub.
	(melt_ppl_error_handler): Remove function.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h


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