Commit 7c8b1a77 by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r149544
parent f9644617
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction * tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction
with additional argument. with additional argument.
* tree-vectorizer.h (enum vect_def_type): Add * tree-vectorizer.h (enum vect_def_type): Add
vect_double_reduction_def. vect_double_reduction_def.
(vect_is_simple_reduction): Add argument. (vect_is_simple_reduction): Add argument.
* tree-vect-loop.c (vect_determine_vectorization_factor): Fix * tree-vect-loop.c (vect_determine_vectorization_factor): Fix
indentation. indentation.
(vect_analyze_scalar_cycles_1): Detect double reduction. Call (vect_analyze_scalar_cycles_1): Detect double reduction. Call
vect_is_simple_reduction with additional argument. vect_is_simple_reduction with additional argument.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
replace relevant uses. replace relevant uses.
(vectorizable_reduction): Call vect_is_simple_reduction with (vectorizable_reduction): Call vect_is_simple_reduction with
additional argument. Fix indentation. Update epilogue code treatment additional argument. Fix indentation. Update epilogue code treatment
according to the changes in reduction_code_for_scalar_code. Check according to the changes in reduction_code_for_scalar_code. Check
for double reduction. Call vect_create_epilog_for_reduction with for double reduction. Call vect_create_epilog_for_reduction with
additional argument. additional argument.
* tree-vect-stmts.c (process_use): Handle double reduction, update * tree-vect-stmts.c (process_use): Handle double reduction, update
...@@ -172,15 +172,15 @@ ...@@ -172,15 +172,15 @@
* dwarf2asm.c: Include dwarf2.h. * dwarf2asm.c: Include dwarf2.h.
2009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com> 2009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com>
* haifa-sched.c (insn_finishes_cycle_p): New static function. * haifa-sched.c (insn_finishes_cycle_p): New static function.
(max_issue): Use it. (max_issue): Use it.
* sched-int.h (struct sched_info: insn_finishes_block_p): New * sched-int.h (struct sched_info: insn_finishes_block_p): New
scheduler hook. scheduler hook.
* sched-rgn.c (rgn_insn_finishes_block_p): Implement it. * sched-rgn.c (rgn_insn_finishes_block_p): Implement it.
(region_sched_info): Update. (region_sched_info): Update.
* sched-ebb.c (ebb_sched_info): Update. * sched-ebb.c (ebb_sched_info): Update.
* modulo-sched.c (sms_sched_info): Update. * modulo-sched.c (sms_sched_info): Update.
* sel-sched-ir.c (sched_sel_haifa_sched_info): Update. * sel-sched-ir.c (sched_sel_haifa_sched_info): Update.
2009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com> 2009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com>
...@@ -199,8 +199,8 @@ ...@@ -199,8 +199,8 @@
2009-07-08 Adam Nemet <anemet@caviumnetworks.com> 2009-07-08 Adam Nemet <anemet@caviumnetworks.com>
* simplify-rtx.c (simplify_binary_operation_1) <AND>: Transform (and * simplify-rtx.c (simplify_binary_operation_1) <AND>:
(truncate)) into (truncate (and)). Transform (and (truncate)) into (truncate (and)).
2009-07-08 Adam Nemet <anemet@caviumnetworks.com> 2009-07-08 Adam Nemet <anemet@caviumnetworks.com>
...@@ -315,9 +315,9 @@ ...@@ -315,9 +315,9 @@
2009-07-07 Duncan Sands <baldrick@free.fr> 2009-07-07 Duncan Sands <baldrick@free.fr>
* final.c (pass_clean_state): Give the pass a name. * final.c (pass_clean_state): Give the pass a name.
* passes.c (pass_rest_of_compilation): Likewise. * passes.c (pass_rest_of_compilation): Likewise.
* tree-optimize.c (pass_all_optimizations): Likewise. * tree-optimize.c (pass_all_optimizations): Likewise.
2009-07-07 H.J. Lu <hongjiu.lu@intel.com> 2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
...@@ -342,8 +342,7 @@ ...@@ -342,8 +342,7 @@
2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
* cgraphunit.c: Replace %J by an explicit location. Update all * cgraphunit.c: Replace %J by an explicit location. Update all calls.
calls.
* c-decl.c: Likewise. * c-decl.c: Likewise.
* function.c: Likewise. * function.c: Likewise.
* varasm.c: Likewise. * varasm.c: Likewise.
...@@ -395,8 +394,7 @@ ...@@ -395,8 +394,7 @@
2009-07-06 Diego Novillo <dnovillo@google.com> 2009-07-06 Diego Novillo <dnovillo@google.com>
* tree-pretty-print.c (dump_generic_node): Protect * tree-pretty-print.c (dump_generic_node): Protect against NULL op0.
against NULL op0.
(debug_tree_chain): Handle cycles. (debug_tree_chain): Handle cycles.
2009-07-06 Nick Clifton <nickc@redhat.com> 2009-07-06 Nick Clifton <nickc@redhat.com>
...@@ -410,8 +408,7 @@ ...@@ -410,8 +408,7 @@
(TARGET_CPU_CPP_BUILTINS): Define (TARGET_CPU_CPP_BUILTINS): Define
__FMOVD_ENABLED__ if TARGET_FMOVD is true. __FMOVD_ENABLED__ if TARGET_FMOVD is true.
* config/sh/sh.md (movdf_i4): For alternative 0 use either one or * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
two fmov instructions depending upon whether TARGET_FMOVD is two fmov instructions depending upon whether TARGET_FMOVD is enabled.
enabled.
(split for DF load from memory into register): Also handle (split for DF load from memory into register): Also handle
MEMs which consist of REG+DISP addressing. MEMs which consist of REG+DISP addressing.
(split for DF store from register to memory): Likewise. (split for DF store from register to memory): Likewise.
...@@ -456,8 +453,7 @@ ...@@ -456,8 +453,7 @@
2009-07-03 Vladimir Makarov <vmakarov@redhat.com> 2009-07-03 Vladimir Makarov <vmakarov@redhat.com>
PR target/40587 PR target/40587
* ira.c (build_insn_chain): Use DF_LR_OUT instead of * ira.c (build_insn_chain): Use DF_LR_OUT instead of df_get_live_out.
df_get_live_out.
2009-07-03 Richard Guenther <rguenther@suse.de> 2009-07-03 Richard Guenther <rguenther@suse.de>
...@@ -473,9 +469,9 @@ ...@@ -473,9 +469,9 @@
2009-07-03 Richard Guenther <rguenther@suse.de> 2009-07-03 Richard Guenther <rguenther@suse.de>
PR middle-end/34163 PR middle-end/34163
* tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to * tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to (T2)t +- (T2)x
(T2)t +- (T2)x if t +- x is known to not overflow and if t +- x is known to not overflow and the conversion widens the
the conversion widens the operation. operation.
* Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency. * Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency.
2009-07-03 Jan Hubicka <jh@suse.cz> 2009-07-03 Jan Hubicka <jh@suse.cz>
...@@ -2799,7 +2795,7 @@ ...@@ -2799,7 +2795,7 @@
(vect_finalize_reduction): Handle subtraction, fix comments. (vect_finalize_reduction): Handle subtraction, fix comments.
(vectorizable_reduction): Handle nested cycles. In case of nested (vectorizable_reduction): Handle nested cycles. In case of nested
cycle keep track of the reduction variable position. Call cycle keep track of the reduction variable position. Call
vect_is_simple_reduction with additional parameter. Use original vect_is_simple_reduction with additional parameter. Use original
statement code in reduction epilogue for nested cycle. Call statement code in reduction epilogue for nested cycle. Call
vect_create_epilog_for_reduction with additional parameter. vect_create_epilog_for_reduction with additional parameter.
* tree-vect-patterns.c (vect_recog_dot_prod_pattern): Assert * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Assert
...@@ -4390,26 +4386,26 @@ ...@@ -4390,26 +4386,26 @@
2009-06-01 Ira Rosen <irar@il.ibm.com> 2009-06-01 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/39129 PR tree-optimization/39129
* tree-vect-loop-manip.c (conservative_cost_threshold): Change the * tree-vect-loop-manip.c (conservative_cost_threshold): Change the
printed message. printed message.
(vect_do_peeling_for_loop_bound): Use (vect_do_peeling_for_loop_bound): Use
LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros. LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
(vect_loop_versioning): Likewise. (vect_loop_versioning): Likewise.
(vect_create_cond_for_alias_checks): Fix indentation. (vect_create_cond_for_alias_checks): Fix indentation.
* tree-vectorizer.h (struct _loop_vec_info): Fix indentation of the * tree-vectorizer.h (struct _loop_vec_info): Fix indentation of the
macros. macros.
(LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT): Define. (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT): Define.
(LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Likewise. (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Likewise.
* tree-vect-loop.c (vect_analyze_loop_form): Change "too many BBs" to * tree-vect-loop.c (vect_analyze_loop_form): Change "too many BBs" to
"control flow in loop". "control flow in loop".
(vect_estimate_min_profitable_iters): Use (vect_estimate_min_profitable_iters): Use
LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros. LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise. * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
(vect_create_data_ref_ptr): Don't mention array dimension in printing. (vect_create_data_ref_ptr): Don't mention array dimension in printing.
* tree-vect-stmts.c (vectorizable_store): Replace the check that the * tree-vect-stmts.c (vectorizable_store): Replace the check that the
statement belongs to a group of strided accesses with the exact code statement belongs to a group of strided accesses with the exact code
check. check.
(vectorizable_load): Likewise. (vectorizable_load): Likewise.
* tree-vect-slp.c (vect_analyze_slp_instance): Spell out "basic block". * tree-vect-slp.c (vect_analyze_slp_instance): Spell out "basic block".
......
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