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>
...@@ -123,16 +123,16 @@ ...@@ -123,16 +123,16 @@
2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com> 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
* config.gcc: Support "skylake-avx512". * config.gcc: Support "skylake-avx512".
* config/i386/i386-c.c (ix86_target_macros_internal): Handle * config/i386/i386-c.c (ix86_target_macros_internal): Handle
PROCESSOR_SKYLAKE_AVX512. PROCESSOR_SKYLAKE_AVX512.
* config/i386/i386.c (m_SKYLAKE_AVX512): Define. * config/i386/i386.c (m_SKYLAKE_AVX512): Define.
(processor_target_table): Add "skylake-avx512". (processor_target_table): Add "skylake-avx512".
(PTA_SKYLAKE_AVX512): Define. (PTA_SKYLAKE_AVX512): Define.
(ix86_option_override_internal): Add "skylake_avx512". (ix86_option_override_internal): Add "skylake_avx512".
(fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL (fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL
F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD. F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD.
* config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define. * config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define.
(processor_type): Add PROCESSOR_SKYLAKE_AVX512. (processor_type): Add PROCESSOR_SKYLAKE_AVX512.
* doc/invoke.texi (skylake-avx512): New. * doc/invoke.texi (skylake-avx512): New.
2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com> 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
...@@ -230,36 +230,36 @@ ...@@ -230,36 +230,36 @@
Revert: Revert:
2015-09-11 David S. Miller <davem@davemloft.net> 2015-09-11 David S. Miller <davem@davemloft.net>
* config/sparc/constraints.md: Make "U" constraint a real register * config/sparc/constraints.md: Make "U" constraint a real register
constraint. constraint.
* config/sparc/sparc.c (TARGET_LRA_P): Define. * config/sparc/sparc.c (TARGET_LRA_P): Define.
(D_MODES, DF_MODES): Add missing cast. (D_MODES, DF_MODES): Add missing cast.
(TF_MODES, TF_MODES_NO_S): Include T_MODE. (TF_MODES, TF_MODES_NO_S): Include T_MODE.
(OF_MODES, OF_MODES_NO_S): Include O_MODE. (OF_MODES, OF_MODES_NO_S): Include O_MODE.
(sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
cost to 8. cost to 8.
* config/sparc/sparc.h (PROMOTE_MODE): Define. * config/sparc/sparc.h (PROMOTE_MODE): Define.
* config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
provide these insn when flag_pic. provide these insn when flag_pic.
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 * config/sparc/sparc.c (sparc_secondary_memory_needed): New
function. 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)
(setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi) (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
(embmedany_losum, embmedany_brsum, embmedany_textuhi) (embmedany_losum, embmedany_brsum, embmedany_textuhi)
(embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
provide when flag_pic. provide when flag_pic.
2015-09-21 Jeff Law <law@redhat.com> 2015-09-21 Jeff Law <law@redhat.com>
* config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined * config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined
behavior. behavior.
2015-09-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2015-09-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.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.
...@@ -473,7 +472,7 @@ ...@@ -473,7 +472,7 @@
* tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing * tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing
"void" in prototype for pop_to_marker method. Add accessor method "void" in prototype for pop_to_marker method. Add accessor method
for the underlying avail_exprs table. for the underlying avail_exprs table.
* tree-ssa-threadedge.c: Remove trailing whitespace. * tree-ssa-threadedge.c: Remove trailing whitespace.
2014-09-18 John David Anglin <danglin@gcc.gnu.org> 2014-09-18 John David Anglin <danglin@gcc.gnu.org>
...@@ -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>
...@@ -913,7 +906,7 @@ ...@@ -913,7 +906,7 @@
2015-09-15 Jeff Law <law@redhat.com> 2015-09-15 Jeff Law <law@redhat.com>
PR tree-optimization/47679 PR tree-optimization/47679
* tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors, * tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors,
methods and private members. methods and private members.
(avail_exprs_stack): Similarly. Change type of global (avail_exprs_stack): Similarly. Change type of global
...@@ -1096,7 +1089,7 @@ ...@@ -1096,7 +1089,7 @@
2015-09-15 Andreas Krebbel <krebbel@linux.vnet.ibm.com> 2015-09-15 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/s390.c (s390_const_operand_ok): Add missing * config/s390/s390.c (s390_const_operand_ok): Add missing
brackets. brackets.
2015-09-15 Richard Biener <rguenther@suse.de> 2015-09-15 Richard Biener <rguenther@suse.de>
...@@ -1132,7 +1125,7 @@ ...@@ -1132,7 +1125,7 @@
2015-09-14 Jeff Law <law@redhat.com> 2015-09-14 Jeff Law <law@redhat.com>
PR tree-optimization/47679 PR tree-optimization/47679
* tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real * tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real
type rather than void *. type rather than void *.
...@@ -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>
...@@ -2156,7 +2151,7 @@ ...@@ -2156,7 +2151,7 @@
2015-09-03 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com> 2015-09-03 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
PR middle-end/67351 PR middle-end/67351
* fold-const.c (fold_binary_loc) : Move * fold-const.c (fold_binary_loc) : Move
Transform (x >> c) << c into x & (-1<<c) or Transform (x >> c) << c into x & (-1<<c) or
transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned
types using simplify and match. types using simplify and match.
...@@ -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,14 +2468,15 @@ ...@@ -2475,14 +2468,15 @@
Revert: Revert:
2015-08-27 Alan Lawrence <alan.lawrence@arm.com> 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
PR tree-optimization/67283
* tree-sra.c (type_consists_of_records_p): Rename to...
(scalarizable_type_p): ...this, add case for ARRAY_TYPE.
(completely_scalarize_record): Rename to... PR tree-optimization/67283
(completely_scalarize): ...this, add ARRAY_TYPE case, move some * tree-sra.c (type_consists_of_records_p): Rename to...
code to: (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
(scalarize_elem): New.
(completely_scalarize_record): Rename to...
(completely_scalarize): ...this, add ARRAY_TYPE case, move some
code to:
(scalarize_elem): New.
2015-08-28 Jiong Wang <jiong.wang@arm.com> 2015-08-28 Jiong Wang <jiong.wang@arm.com>
...@@ -2985,7 +2979,7 @@ ...@@ -2985,7 +2979,7 @@
2015-08-26 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com> 2015-08-26 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* fold-const.c (fold_binary_loc) : Move Optimize * fold-const.c (fold_binary_loc) : Move Optimize
root(x)*root(y) as root(x*y) to match.pd. root(x)*root(y) as root(x*y) to match.pd.
Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd. Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd. Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
...@@ -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.
...@@ -3303,7 +3298,7 @@ ...@@ -3303,7 +3298,7 @@
(calculate_dominance_info): Adjust to use dom_info class. (calculate_dominance_info): Adjust to use dom_info class.
(verify_dominators): Likewise. (verify_dominators): Likewise.
2015-08-21 Alexandre Oliva <aoliva@redhat.com> 2015-08-21 Alexandre Oliva <aoliva@redhat.com>
* print-rtl.c (print_rtx): Check the correct range for * print-rtl.c (print_rtx): Check the correct range for
flag_dump_unnumbered_links to behave as documented. flag_dump_unnumbered_links to behave as documented.
...@@ -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>
...@@ -3560,7 +3555,7 @@ ...@@ -3560,7 +3555,7 @@
* config.in: Regenerated. * config.in: Regenerated.
* configure: Likewise. * configure: Likewise.
2015-08-19 Alexandre Oliva <aoliva@redhat.com> 2015-08-19 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* cfgexpand.c (parm_maybe_byref_p): Renamed to... * cfgexpand.c (parm_maybe_byref_p): Renamed to...
...@@ -3768,7 +3763,7 @@ ...@@ -3768,7 +3763,7 @@
PR middle-end/16107 PR middle-end/16107
* match.pd (div (coss (op @0) : New simplifier. * match.pd (div (coss (op @0) : New simplifier.
2015-08-14 Alexandre Oliva <aoliva@redhat.com> 2015-08-14 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
PR bootstrap/66978 PR bootstrap/66978
...@@ -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>
...@@ -4330,7 +4324,7 @@ ...@@ -4330,7 +4324,7 @@
2015-08-07 DJ Delorie <dj@redhat.com> 2015-08-07 DJ Delorie <dj@redhat.com>
* config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts. * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
2015-08-07 H.J. Lu <hongjiu.lu@intel.com> 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
PR rtl-optimization/67029 PR rtl-optimization/67029
...@@ -6173,7 +6167,7 @@ ...@@ -6173,7 +6167,7 @@
2015-07-25 David Edelsohn <dje.gcc@gmail.com> 2015-07-25 David Edelsohn <dje.gcc@gmail.com>
Revert: Revert:
2015-07-23 Alexandre Oliva <aoliva@redhat.com> 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* Makefile.in (OBJS): Drop tree-ssa-copyrename.o. * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
...@@ -6513,7 +6507,7 @@ ...@@ -6513,7 +6507,7 @@
* tree-pass.h (get_current_pass_name): Removed. * tree-pass.h (get_current_pass_name): Removed.
2015-07-23 Alexandre Oliva <aoliva@redhat.com> 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* Makefile.in (OBJS): Drop tree-ssa-copyrename.o. * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
...@@ -12874,10 +12868,10 @@ ...@@ -12874,10 +12868,10 @@
* doc/extend.texi: Document ARM/Thumb target attribute. * doc/extend.texi: Document ARM/Thumb target attribute.
* doc/invoke.texi: Likewise. * doc/invoke.texi: Likewise.
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
Revert: Revert:
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* Makefile.in (OBJS): Drop tree-ssa-copyrename.o. * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
* tree-ssa-copyrename.c: Removed. * tree-ssa-copyrename.c: Removed.
...@@ -13056,7 +13050,7 @@ ...@@ -13056,7 +13050,7 @@
* gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
always return false. always return false.
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* Makefile.in (OBJS): Drop tree-ssa-copyrename.o. * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
...@@ -13147,7 +13141,7 @@ ...@@ -13147,7 +13141,7 @@
* tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
fail assert on conversion between unsigned types. fail assert on conversion between unsigned types.
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
PR debug/58315 PR debug/58315
* tree-inline.c (reset_debug_binding): New. * tree-inline.c (reset_debug_binding): New.
...@@ -25293,7 +25287,7 @@ ...@@ -25293,7 +25287,7 @@
BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
for builtins that use DEF_BUILTIN_CHKP macro. for builtins that use DEF_BUILTIN_CHKP macro.
2015-02-04 Alexandre Oliva <aoliva@redhat.com> 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
PR debug/64817 PR debug/64817
* cfgexpand.c (expand_debug_expr): Compute unsignedp from * cfgexpand.c (expand_debug_expr): Compute unsignedp from
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* g++.dg/diagnostic/disable.C: Replace 'namepace' * g++.dg/diagnostic/disable.C: Replace 'namepace'
with 'namespace'. with 'namespace'.
2015-09-23 Richard Biener <rguenther@suse.de> 2015-09-23 Richard Biener <rguenther@suse.de>
PR middle-end/67662 PR middle-end/67662
* gcc.dg/ubsan/pr67662.c: New testcase. * gcc.dg/ubsan/pr67662.c: New testcase.
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com> 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
* gcc.target/i386/funcspec-5.c: Test avx512vl, avx512bw, * gcc.target/i386/funcspec-5.c: Test avx512vl, avx512bw,
avx512dq, avx512cd, avx512er, avx512pf and skylake-avx512. avx512dq, avx512cd, avx512er, avx512pf and skylake-avx512.
* gcc.target/i386/builtin_target.c: Test avx512vl, avx512bw, * gcc.target/i386/builtin_target.c: Test avx512vl, avx512bw,
avx512dq, avx512cd, avx512er and avx512pf. avx512dq, avx512cd, avx512er and avx512pf.
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
* gcc.target/aarch64/atomic-inst-ops.inc: (TEST_MODEL): New. * gcc.target/aarch64/atomic-inst-ops.inc: (TEST_MODEL): New.
(TEST_ONE): New. (TEST_ONE): New.
* gcc.target/aarch64/atomic-inst-swap.c: New. * gcc.target/aarch64/atomic-inst-swap.c: New.
2015-09-22 Manuel López-Ibáñez <manu@gcc.gnu.org> 2015-09-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
...@@ -1488,7 +1488,7 @@ ...@@ -1488,7 +1488,7 @@
* gfortran.dg/norm2_4.f90: this. * gfortran.dg/norm2_4.f90: this.
* gfortran.dg/norm2_5.f90: New test. * gfortran.dg/norm2_5.f90: New test.
2015-08-14 Alexandre Oliva <aoliva@redhat.com> 2015-08-14 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars. * gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars.
* gcc.dg/ssp-1.c: Make counter a register. * gcc.dg/ssp-1.c: Make counter a register.
...@@ -2110,7 +2110,7 @@ ...@@ -2110,7 +2110,7 @@
2015-07-25 David Edelsohn <dje.gcc@gmail.com> 2015-07-25 David Edelsohn <dje.gcc@gmail.com>
Revert: Revert:
2015-07-23 Alexandre Oliva <aoliva@redhat.com> 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars. * gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars.
...@@ -2202,7 +2202,7 @@ ...@@ -2202,7 +2202,7 @@
PR c++/66572 PR c++/66572
* g++.dg/warn/Wlogical-op-2.C: New test. * g++.dg/warn/Wlogical-op-2.C: New test.
2015-07-23 Alexandre Oliva <aoliva@redhat.com> 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164 PR rtl-optimization/64164
* gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars. * gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars.
...@@ -4200,10 +4200,10 @@ ...@@ -4200,10 +4200,10 @@
* gcc.target/arm/pr65710.c: Do not override -mfloat-abi directives * gcc.target/arm/pr65710.c: Do not override -mfloat-abi directives
passed by the testsuite driver. passed by the testsuite driver.
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
Revert: Revert:
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars. * gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars.
* gcc.dg/ssp-1.c: Make counter a register. * gcc.dg/ssp-1.c: Make counter a register.
* gcc.dg/ssp-2.c: Likewise. * gcc.dg/ssp-2.c: Likewise.
...@@ -4250,7 +4250,7 @@ ...@@ -4250,7 +4250,7 @@
PR middle-end/66413 PR middle-end/66413
* gcc.dg/torture/pr66413.c: New testcase. * gcc.dg/torture/pr66413.c: New testcase.
2015-06-09 Alexandre Oliva <aoliva@redhat.com> 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars. * gcc.dg/guality/pr54200.c: Add -fno-tree-coalesce-vars.
* gcc.dg/ssp-1.c: Make counter a register. * gcc.dg/ssp-1.c: Make counter a register.
...@@ -9251,7 +9251,7 @@ ...@@ -9251,7 +9251,7 @@
* gcc.dg/guality/pr41447-1.c: Remove xfail. * gcc.dg/guality/pr41447-1.c: Remove xfail.
* gcc.dg/guality/pr41616-1.c: Ditto. * gcc.dg/guality/pr41616-1.c: Ditto.
2015-02-04 Alexandre Oliva <aoliva@redhat.com> 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
PR debug/64817 PR debug/64817
* gcc.dg/pr64817-3.c: New. * gcc.dg/pr64817-3.c: New.
......
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