Commit 761d6f4e by Uros Bizjak

ChangeLog: Fix whitespace.

	* ChangeLog: Fix whitespace.
	* testsuite/ChangeLog: Ditto.

From-SVN: r228072
parent 6b95d7cc
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
2015-09-23 Oleg Endo <olegendo@gcc.gnu.org> 2015-09-23 Oleg Endo <olegendo@gcc.gnu.org>
PR target/67391 PR target/67391
* config/sh/sh.md (addsi3, *addsi3_compact): Don't check for overlapping * config/sh/sh.md (addsi3, *addsi3_compact): Don't check for
regs when matching the pattern. overlapping regs when matching the pattern.
2015-09-23 James Greenhalgh <james.greenhalgh@arm.com> 2015-09-23 James Greenhalgh <james.greenhalgh@arm.com>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
2015-09-22 Jeff Law <law@redhat.com> 2015-09-22 Jeff Law <law@redhat.com>
* config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT: Avoid undefined * config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT): Avoid undefined
behavior. behavior.
2015-09-22 Nathan Sidwell <nathan@codesourcery.com> 2015-09-22 Nathan Sidwell <nathan@codesourcery.com>
...@@ -381,8 +381,7 @@ ...@@ -381,8 +381,7 @@
2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org> 2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org>
* coretypes.h (gimple): Change typedef to be a forward * coretypes.h (gimple): Change typedef to be a forward declaration.
declaration.
* gimple.h (gimple_statement_base): rename to gimple. * gimple.h (gimple_statement_base): rename to gimple.
* (all functions and types using gimple): Adjust. * (all functions and types using gimple): Adjust.
* *.[ch]: Likewise. * *.[ch]: Likewise.
...@@ -628,19 +627,17 @@ ...@@ -628,19 +627,17 @@
* genopinit.c (main): Add an include guard to insn-opinit.h. * genopinit.c (main): Add an include guard to insn-opinit.h.
Protect the rtx_code parts with NUM_RTX_CODE. Protect the rtx_code parts with NUM_RTX_CODE.
* optabs.h: Split parts out to... * optabs.h: Split parts out to...
* optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these * optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these new files.
new files.
* optabs.c: Split parts out to... * optabs.c: Split parts out to...
* optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these * optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these new files.
new files.
* cilk-common.c: Include optabs-query.h rather than optabs.h. * cilk-common.c: Include optabs-query.h rather than optabs.h.
* fold-const.c: Likewise. * fold-const.c: Likewise.
* target-globals.c: Likewise. * target-globals.c: Likewise.
* tree-if-conv.c: Likewise. * tree-if-conv.c: Likewise.
* tree-ssa-forwprop.c: Likewise. * tree-ssa-forwprop.c: Likewise.
* tree-ssa-loop-prefetch.c: Likewise. * tree-ssa-loop-prefetch.c: Likewise.
* tree-ssa-math-opts.c: Include optabs-tree.h rather than * tree-ssa-math-opts.c: Include optabs-tree.h rather than optabs.h.
optabs.h. Remove unncessary include files. Remove unncessary include files.
* tree-ssa-phiopt.c: Likewise. * tree-ssa-phiopt.c: Likewise.
* tree-ssa-reassoc.c: Likewise. * tree-ssa-reassoc.c: Likewise.
* tree-switch-conversion.c: Likewise. * tree-switch-conversion.c: Likewise.
...@@ -705,10 +702,8 @@ ...@@ -705,10 +702,8 @@
2015-09-17 David S. Miller <davem@davemloft.net> 2015-09-17 David S. Miller <davem@davemloft.net>
* config/sparc/sparc-protos.h (sparc_secondary_memory_needed): * config/sparc/sparc-protos.h (sparc_secondary_memory_needed): Declare.
Declare. * config/sparc/sparc.c (sparc_secondary_memory_needed): New function.
* config/sparc/sparc.c (sparc_secondary_memory_needed): New
function.
* config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it. * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
(HARD_REGNO_CALLER_SAVE_MODE): Define. (HARD_REGNO_CALLER_SAVE_MODE): Define.
* config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44) * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
...@@ -725,8 +720,7 @@ ...@@ -725,8 +720,7 @@
2015-09-17 Bin Cheng <bin.cheng@arm.com> 2015-09-17 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/66388 PR tree-optimization/66388
* tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New * tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New fields.
fields.
(dump_iv): Dump no_overflow information. (dump_iv): Dump no_overflow information.
(alloc_iv): Initialize new field for struct iv. (alloc_iv): Initialize new field for struct iv.
(mark_bivs): Count number of no_overflow bivs. (mark_bivs): Count number of no_overflow bivs.
...@@ -761,21 +755,20 @@ ...@@ -761,21 +755,20 @@
(pass_dominator::execute): Set up initial edge info structures. (pass_dominator::execute): Set up initial edge info structures.
(dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to (dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to
thread_across_edge. thread_across_edge.
* tree-ssa-threadedge.c (thread_across_edge): Accept new argument. If * tree-ssa-threadedge.c (thread_across_edge): Accept new argument.
non-null, then push/pop markers appropriately. If non-null, then push/pop markers appropriately.
* tree-ssa-threadedge.h (thread_across_edge): Update prototype. * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
* tree-vrp.c (identify_jump_threads): Pass NULL for new argument to * tree-vrp.c (identify_jump_threads): Pass NULL for new argument to
thread-across_edge. thread-across_edge.
2015-09-16 James Bowman <james.bowman@ftdichip.com> 2015-09-16 James Bowman <james.bowman@ftdichip.com>
* config/ft32/ft32.c Fix the memory address space predicate. * config/ft32/ft32.c: Fix the memory address space predicate.
2015-09-16 Kaz Kojima <kkojima@gcc.gnu.org> 2015-09-16 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/67573 PR target/67573
* config/sh/sh.md (call_pcrel): Add early clobber to scratch * config/sh/sh.md (call_pcrel): Add early clobber to scratch operand.
operand.
(call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise. (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
2015-09-16 Manuel López-Ibáñez <manu@gcc.gnu.org> 2015-09-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
...@@ -2081,16 +2074,18 @@ ...@@ -2081,16 +2074,18 @@
* target.def: Add scatter builtin. * target.def: Add scatter builtin.
* tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it * tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it
for loads/stores in case of gather/scatter accordingly. for loads/stores in case of gather/scatter accordingly.
(STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of STMT_VINFO_GATHER_P(S). (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
STMT_VINFO_GATHER_P(S).
(vect_check_gather): Rename to ... (vect_check_gather): Rename to ...
(vect_check_gather_scatter): this. (vect_check_gather_scatter): this.
* tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use
STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P. STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P.
(vect_check_gather_scatter): Use it instead of vect_check_gather. (vect_check_gather_scatter): Use it instead of vect_check_gather.
(vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter variable (vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter
and new checkings for it accordingly. variable and new checkings for it accordingly.
* tree-vect-stmts.c * tree-vect-stmts.c
(STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of STMT_VINFO_GATHER_P(S). (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
STMT_VINFO_GATHER_P(S).
(vect_check_gather_scatter): Use it instead of vect_check_gather. (vect_check_gather_scatter): Use it instead of vect_check_gather.
(vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P. (vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P.
...@@ -2126,8 +2121,8 @@ ...@@ -2126,8 +2121,8 @@
2015-09-03 Tom de Vries <tom@codesourcery.com> 2015-09-03 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/65637 PR tree-optimization/65637
* omp-low.c (expand_omp_for_static_chunk): Handle case that fin_bb has 2 * omp-low.c (expand_omp_for_static_chunk): Handle case that
predecessors. fin_bb has 2 predecessors.
2015-09-03 Tom de Vries <tom@codesourcery.com> 2015-09-03 Tom de Vries <tom@codesourcery.com>
...@@ -2305,10 +2300,8 @@ ...@@ -2305,10 +2300,8 @@
2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt.c (struct noce_if_info): Add then_simple, else_simple, * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,
then_cost, else_cost fields. Change branch_cost field to unsigned then_cost, else_cost fields. Change branch_cost field to unsigned int.
int. (end_ifcvt_sequence): Call set_used_flags on each insn in the sequence.
(end_ifcvt_sequence): Call set_used_flags on each insn in the
sequence.
Include rtl-iter.h. Include rtl-iter.h.
(noce_simple_bbs): New function. (noce_simple_bbs): New function.
(noce_try_move): Bail if basic blocks are not simple. (noce_try_move): Bail if basic blocks are not simple.
...@@ -2475,6 +2468,7 @@ ...@@ -2475,6 +2468,7 @@
Revert: Revert:
2015-08-27 Alan Lawrence <alan.lawrence@arm.com> 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
PR tree-optimization/67283 PR tree-optimization/67283
* tree-sra.c (type_consists_of_records_p): Rename to... * tree-sra.c (type_consists_of_records_p): Rename to...
(scalarizable_type_p): ...this, add case for ARRAY_TYPE. (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
...@@ -3247,9 +3241,10 @@ ...@@ -3247,9 +3241,10 @@
* config/aarch64/aarch64-tuning-flags.def: Remove all index to * config/aarch64/aarch64-tuning-flags.def: Remove all index to
AARCH64_EXTRA_TUNING_OPTION. AARCH64_EXTRA_TUNING_OPTION.
* config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index): New enum. * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index):
(aarch64_extra_tuning_flags): Base the shifted value on the index instead New enum.
of the argument to AARCH64_EXTRA_TUNING_OPTION. (aarch64_extra_tuning_flags): Base the shifted value on the index
instead of the argument to AARCH64_EXTRA_TUNING_OPTION.
* config/aarch64/aarch64.c: Remove the last argument to * config/aarch64/aarch64.c: Remove the last argument to
AARCH64_EXTRA_TUNING_OPTION. AARCH64_EXTRA_TUNING_OPTION.
...@@ -3362,11 +3357,11 @@ ...@@ -3362,11 +3357,11 @@
2014-08-21 Felix Yang <felix.yang@huawei.com> 2014-08-21 Felix Yang <felix.yang@huawei.com>
Jiji Jiang <jiangjiji@huawei.com> Jiji Jiang <jiangjiji@huawei.com>
* value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL argument * value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL
and get builtin function code directly from CALL. argument and get builtin function code directly from CALL.
(gimple_stringop_fixed_value): Modified accordingly. (gimple_stringop_fixed_value): Modified accordingly.
(gimple_stringops_transform, gimple_stringops_values_to_profile): Modified (gimple_stringops_transform, gimple_stringops_values_to_profile):
accordingly and only accept BUILT_IN_NORMAL string operations. Modified accordingly and only accept BUILT_IN_NORMAL string operations.
2015-08-21 Dominik Vogt <vogt@linux.vnet.ibm.com> 2015-08-21 Dominik Vogt <vogt@linux.vnet.ibm.com>
...@@ -4302,8 +4297,7 @@ ...@@ -4302,8 +4297,7 @@
2015-08-10 Thomas Schwinge <thomas@codesourcery.com> 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
Ilya Verbin <ilya.verbin@intel.com> Ilya Verbin <ilya.verbin@intel.com>
* lto-streamer-in.c (lto_input_mode_table): Correctly advance * lto-streamer-in.c (lto_input_mode_table): Correctly advance iterator.
iterator.
2015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org> 2015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
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