gcc/
commit327b81246d5a23ad7b196a4597ec1c7d2a56de53
authorromangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jul 2014 14:18:44 +0000 (11 14:18 +0000)
committerromangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jul 2014 14:18:44 +0000 (11 14:18 +0000)
treec16c8fe2e93ad3e0a29b89b70b9bdd36361365d5
parent1010539f74f8169aa8623b78dabb168cabc14371
gcc/
* graphite-isl-ast-to-gimple.c (gmp_cst_to_tree):
New function.
(graphite_verify): New function.
(ivs_params_clear): New function.
(gcc_expression_from_isl_ast_expr_id): New function.
(gcc_expression_from_isl_expr_int): New function.
(binary_op_to_tree): New function.
(ternary_op_to_tree): New function.
(unary_op_to_tree): New function.
(nary_op_to_tree): New function.
(gcc_expression_from_isl_expr_op): New function.
(gcc_expression_from_isl_expression): New function.
(graphite_create_new_loop): New function.
(translate_isl_ast_for_loop): New function.
(get_upper_bound): New function.
(graphite_create_new_loop_guard): New function.
(translate_isl_ast_node_for): New function.
(translate_isl_ast): New function.
(add_parameters_to_ivs_params): New function.
(scop_to_isl_ast): New parameter ip.
(graphite_regenerate_ast_isl): Add generation of GIMPLE code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212455 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-isl-ast-to-gimple.c