Commit 08e99efb by Uros Bizjak

ChangeLog: Fix whitespace.

From-SVN: r229169
parent 692b1131
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
* config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>): * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
Use aarch64_nopcrelative_literal_loads. Use aarch64_nopcrelative_literal_loads.
(aarch64_reload_movcp<VALL:mode><P:mode>): Likewise. (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
* config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads): Declare * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
Declare.
2015-10-21 Martin Sebor <msebor@redhat.com> 2015-10-21 Martin Sebor <msebor@redhat.com>
...@@ -136,16 +137,17 @@ ...@@ -136,16 +137,17 @@
* graphite-scop-detection.c (parameter_index_in_region): Update call to * graphite-scop-detection.c (parameter_index_in_region): Update call to
invariant_in_sese_p_rec. invariant_in_sese_p_rec.
* graphite-sese-to-poly.c (extract_affine): Same. * graphite-sese-to-poly.c (extract_affine): Same.
* sese.c (invariant_in_sese_p_rec): Pass in an extra parameter has_vdefs. * sese.c (invariant_in_sese_p_rec): Pass in an extra
(scalar_evolution_in_region): Return chrec_dont_know when the scalar variable parameter has_vdefs.
depends on virtual definitions in the current region. (scalar_evolution_in_region): Return chrec_dont_know when the scalar
variable depends on virtual definitions in the current region.
* sese.h (invariant_in_sese_p_rec): Update declaration. * sese.h (invariant_in_sese_p_rec): Update declaration.
2015-10-21 Aditya Kumar <aditya.k7@samsung.com> 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
* graphite-scop-detection.c (build_scops): Do not handle scops with more * graphite-scop-detection.c (build_scops): Do not handle scops
than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays. with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
* params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New. * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.
2015-10-21 Mikhail Maltsev <maltsevm@gmail.com> 2015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
...@@ -165,8 +167,7 @@ ...@@ -165,8 +167,7 @@
2015-10-11 Jan Hubicka <hubicka@ucw.cz> 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
* fold-const.c (operand_equal_p): Add code matching empty * fold-const.c (operand_equal_p): Add code matching empty constructors.
constructors.
2015-10-21 Eric Botcazou <ebotcazou@adacore.com> 2015-10-21 Eric Botcazou <ebotcazou@adacore.com>
...@@ -250,17 +251,20 @@ ...@@ -250,17 +251,20 @@
2015-10-21 Aditya Kumar <aditya.k7@samsung.com> 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
* graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Do not call * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard):
create_empty_if_region_on_edge when cond_expr is true. Do not call create_empty_if_region_on_edge when cond_expr is true.
(translate_isl_ast_node_for): Check whether a guard has been generated. (translate_isl_ast_node_for): Check whether a guard has been generated.
2015-10-21 Aditya Kumar <aditya.k7@samsung.com> 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
* graphite-poly.h (struct dr_info): Added invalid_alias_set number. * graphite-poly.h (struct dr_info): Added invalid_alias_set number.
(operator=): Removed. (operator=): Removed.
(dr_info): Make alias_set number the last argument with default value of invalid_alias_set. (dr_info): Make alias_set number the last argument with default
* graphite-sese-to-poly.c (build_scop_drs): Update constructor of dr_info. value of invalid_alias_set.
(rewrite_reductions_out_of_ssa): Iterate only through the basic blocks which are inside region. * graphite-sese-to-poly.c (build_scop_drs): Update constructor
of dr_info.
(rewrite_reductions_out_of_ssa): Iterate only through the
basic blocks which are inside region.
(rewrite_cross_bb_scalar_deps_out_of_ssa): Same. (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
* sese.h (struct sese_l): Removed assignment operator. * sese.h (struct sese_l): Removed assignment operator.
(split_region_for_bb): Removed dead code. (split_region_for_bb): Removed dead code.
...@@ -315,11 +319,11 @@ ...@@ -315,11 +319,11 @@
PR middle-end/67966 PR middle-end/67966
* tree.c (verify_type): Verify that TYPE_MODE match * tree.c (verify_type): Verify that TYPE_MODE match
between TYPE_CANONICAL and type. between TYPE_CANONICAL and type.
* expr.c (store_expr_with_bounds): Revert my previous change. * expr.c (store_expr_with_bounds): Revert my previous change.
* expmed.c (store_bit_field_1): Revert prevoius change. * expmed.c (store_bit_field_1): Revert prevoius change.
* gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE
to match for all types. to match for all types.
2015-10-21 Nathan Sidwell <nathan@codesourcery.com> 2015-10-21 Nathan Sidwell <nathan@codesourcery.com>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment