]> git.ipfire.org Git - thirdparty/gcc.git/commit
graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
authorRoman Gareev <gareevroman@gmail.com>
Fri, 11 Jul 2014 14:18:44 +0000 (14:18 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Fri, 11 Jul 2014 14:18:44 +0000 (14:18 +0000)
commita78cfa7fc14a35d4f5592ee177404e8b7c74d1e7
treec16c8fe2e93ad3e0a29b89b70b9bdd36361365d5
parent0218574ff5041815ef2c01dcb6d922c20ebf71c0
graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.

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.

From-SVN: r212455
gcc/ChangeLog
gcc/graphite-isl-ast-to-gimple.c