mirror of git://gcc.gnu.org/git/gcc.git
ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r203489
This commit is contained in:
parent
37d1c5db3a
commit
adcfd4893c
|
|
@ -19,8 +19,8 @@
|
||||||
2013-10-11 Jeff Law <law@redhat.com>
|
2013-10-11 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
PR tree-optimization/58640
|
PR tree-optimization/58640
|
||||||
* tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading
|
* tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump
|
||||||
paths that cross over two loop entry points.
|
threading paths that cross over two loop entry points.
|
||||||
|
|
||||||
2013-10-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
2013-10-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
|
@ -350,16 +350,14 @@
|
||||||
* gimple.c: GIMPLE statements have subcodes, not sub-codes.
|
* gimple.c: GIMPLE statements have subcodes, not sub-codes.
|
||||||
* gimple.h: Likewise.
|
* gimple.h: Likewise.
|
||||||
|
|
||||||
* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not
|
* doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes.
|
||||||
sub-codes.
|
|
||||||
|
|
||||||
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
|
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
|
||||||
macros.
|
macros.
|
||||||
|
|
||||||
* doc/gimple.texi (is_gimple_omp): Move into the correct section.
|
* doc/gimple.texi (is_gimple_omp): Move into the correct section.
|
||||||
|
|
||||||
* acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags
|
* acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags overrides.
|
||||||
overrides.
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
2013-10-11 Jakub Jelinek <jakub@redhat.com>
|
2013-10-11 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
@ -406,8 +404,7 @@
|
||||||
(scan_sharing_clauses): Ignore shared clause on teams construct.
|
(scan_sharing_clauses): Ignore shared clause on teams construct.
|
||||||
Handle OMP_CLAUSE__LOOPTEMP_ and new OpenMP 4.0 clauses.
|
Handle OMP_CLAUSE__LOOPTEMP_ and new OpenMP 4.0 clauses.
|
||||||
(create_omp_child_function): If inside target or declare target
|
(create_omp_child_function): If inside target or declare target
|
||||||
constructs, set "omp declare target" attribute on the child
|
constructs, set "omp declare target" attribute on the child function.
|
||||||
function.
|
|
||||||
(find_combined_for): New function.
|
(find_combined_for): New function.
|
||||||
(scan_omp_parallel): Handle combined loops.
|
(scan_omp_parallel): Handle combined loops.
|
||||||
(scan_omp_target, scan_omp_teams): New functions.
|
(scan_omp_target, scan_omp_teams): New functions.
|
||||||
|
|
@ -416,8 +413,7 @@
|
||||||
(scan_omp_1_stmt): Call check_omp_nesting_restrictions also on
|
(scan_omp_1_stmt): Call check_omp_nesting_restrictions also on
|
||||||
selected builtin calls. Handle GIMPLE_OMP_TASKGROUP,
|
selected builtin calls. Handle GIMPLE_OMP_TASKGROUP,
|
||||||
GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS.
|
GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS.
|
||||||
(build_omp_barrier): Add lhs argument, return gimple rather than
|
(build_omp_barrier): Add lhs argument, return gimple rather than tree.
|
||||||
tree.
|
|
||||||
(omp_clause_aligned_alignment): New function.
|
(omp_clause_aligned_alignment): New function.
|
||||||
(lower_rec_simd_input_clauses): Only call SET_DECL_VALUE_EXPR
|
(lower_rec_simd_input_clauses): Only call SET_DECL_VALUE_EXPR
|
||||||
on decls.
|
on decls.
|
||||||
|
|
@ -592,8 +588,7 @@
|
||||||
gimple_omp_teams_set_clauses): New inlines.
|
gimple_omp_teams_set_clauses): New inlines.
|
||||||
(CASE_GIMPLE_OMP): Add GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS
|
(CASE_GIMPLE_OMP): Add GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS
|
||||||
and GIMPLE_OMP_TASKGROUP.
|
and GIMPLE_OMP_TASKGROUP.
|
||||||
* tree-core.h (enum omp_clause_code): Add new OpenMP 4.0 clause
|
* tree-core.h (enum omp_clause_code): Add new OpenMP 4.0 clause codes.
|
||||||
codes.
|
|
||||||
(enum omp_clause_depend_kind, enum omp_clause_map_kind,
|
(enum omp_clause_depend_kind, enum omp_clause_map_kind,
|
||||||
enum omp_clause_proc_bind_kind): New.
|
enum omp_clause_proc_bind_kind): New.
|
||||||
(union omp_clause_subcode): Add depend_kind, map_kind and
|
(union omp_clause_subcode): Add depend_kind, map_kind and
|
||||||
|
|
@ -648,8 +643,8 @@
|
||||||
|
|
||||||
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
* gimplify.c: Include expr.h and tm_p.h for targets with special va-arg
|
* gimplify.c: Include expr.h and tm_p.h for targets with special
|
||||||
padding requirements.
|
va-arg padding requirements.
|
||||||
|
|
||||||
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
|
|
@ -694,7 +689,7 @@
|
||||||
|
|
||||||
2013-10-09 Andrew MacLeod <amacleod@redhat.com>
|
2013-10-09 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
* loop-doloop.c (doloop_modify, doloop_optimize): Use
|
* loop-doloop.c (doloop_modify, doloop_optimize): Use
|
||||||
get_max_loop_iterations.
|
get_max_loop_iterations.
|
||||||
|
|
||||||
2013-10-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
2013-10-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||||
|
|
@ -716,7 +711,7 @@
|
||||||
* gimple-pretty-print.h (gimple_dump_bb): Add prototype.
|
* gimple-pretty-print.h (gimple_dump_bb): Add prototype.
|
||||||
* graphite.c (graphite_transform_loops): Make static.
|
* graphite.c (graphite_transform_loops): Make static.
|
||||||
(graphite_transforms, gate_graphite_transforms, pass_data_graphite,
|
(graphite_transforms, gate_graphite_transforms, pass_data_graphite,
|
||||||
make_pass_graphite, pass_data_graphite_transforms,
|
make_pass_graphite, pass_data_graphite_transforms,
|
||||||
make_pass_graphite_transforms): Relocate here from tree-ssa-loop.c.
|
make_pass_graphite_transforms): Relocate here from tree-ssa-loop.c.
|
||||||
* ipa-pure-const.c (warn_function_noreturn): Make static.
|
* ipa-pure-const.c (warn_function_noreturn): Make static.
|
||||||
(execute_warn_function_noreturn, gate_warn_function_noreturn,
|
(execute_warn_function_noreturn, gate_warn_function_noreturn,
|
||||||
|
|
@ -727,8 +722,8 @@
|
||||||
(execute_warn_function_noreturn, gate_warn_function_noreturn,
|
(execute_warn_function_noreturn, gate_warn_function_noreturn,
|
||||||
class pass_warn_function_noreturn, make_pass_warn_function_noreturn):
|
class pass_warn_function_noreturn, make_pass_warn_function_noreturn):
|
||||||
Move to ipa-pure-const.c.
|
Move to ipa-pure-const.c.
|
||||||
(execute_fixup_cfg, class pass_fixup_cfg, make_pass_fixup_cfg): Relocate
|
(execute_fixup_cfg, class pass_fixup_cfg, make_pass_fixup_cfg):
|
||||||
from tree-optimize.c.
|
Relocate from tree-optimize.c.
|
||||||
* tree-optimize.c (execute_fixup_cfg, class pass_fixup_cfg,
|
* tree-optimize.c (execute_fixup_cfg, class pass_fixup_cfg,
|
||||||
make_pass_fixup_cfg): Move to tree-cfg.c.
|
make_pass_fixup_cfg): Move to tree-cfg.c.
|
||||||
* tree-chrec.h: (enum ev_direction): Relocate here from tree-flow.h.
|
* tree-chrec.h: (enum ev_direction): Relocate here from tree-flow.h.
|
||||||
|
|
@ -744,7 +739,7 @@
|
||||||
* tree-predcom.c (run_tree_predictive_commoning,
|
* tree-predcom.c (run_tree_predictive_commoning,
|
||||||
gate_tree_predictive_commoning, pass_data_predcom, make_pass_predcom):
|
gate_tree_predictive_commoning, pass_data_predcom, make_pass_predcom):
|
||||||
Relocate here from tree-ssa-loop.c.
|
Relocate here from tree-ssa-loop.c.
|
||||||
* tree-ssa-dom.c (tree_ssa_dominator_optimize) Don't call
|
* tree-ssa-dom.c (tree_ssa_dominator_optimize) Don't call
|
||||||
ssa_name_values.release ().
|
ssa_name_values.release ().
|
||||||
* tree-ssa-threadedge.h: New File. Relocate prototypes here.
|
* tree-ssa-threadedge.h: New File. Relocate prototypes here.
|
||||||
(ssa_name_values): Relocate from tree-flow.h.
|
(ssa_name_values): Relocate from tree-flow.h.
|
||||||
|
|
@ -776,7 +771,8 @@
|
||||||
(struct int_tree_map): Relocate from tree-flow.h.
|
(struct int_tree_map): Relocate from tree-flow.h.
|
||||||
* tree-sra.c (contains_view_convert_expr_p): Relocate from
|
* tree-sra.c (contains_view_convert_expr_p): Relocate from
|
||||||
tree-flow-inline.h and make static.
|
tree-flow-inline.h and make static.
|
||||||
* tree-ssa-alias.h (ranges_overlap_p): Relocate from tree-flow-inline.h.
|
* tree-ssa-alias.h (ranges_overlap_p): Relocate from
|
||||||
|
tree-flow-inline.h.
|
||||||
* tree-ssa-operands.c (gimple_ssa_operands): Relocate from
|
* tree-ssa-operands.c (gimple_ssa_operands): Relocate from
|
||||||
tree-flow-inline.h and make static.
|
tree-flow-inline.h and make static.
|
||||||
* tree.h (is_global_var, may_be_aliased): Relocate from
|
* tree.h (is_global_var, may_be_aliased): Relocate from
|
||||||
|
|
@ -802,9 +798,9 @@
|
||||||
(lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): Move to
|
(lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): Move to
|
||||||
tree-ssa-loop.c.
|
tree-ssa-loop.c.
|
||||||
(execute_sm_if_changed_flag_set): Change get_lsm_tmp_name call.
|
(execute_sm_if_changed_flag_set): Change get_lsm_tmp_name call.
|
||||||
(tree_ssa_loop_im, gate_tree_ssa_loop_im, pass_data_lim, make_pass_lim):
|
(tree_ssa_loop_im, gate_tree_ssa_loop_im, pass_data_lim,
|
||||||
Relocate here from tree-ssa-loop.c.
|
make_pass_lim): Relocate here from tree-ssa-loop.c.
|
||||||
* tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Move to
|
* tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Move to
|
||||||
tree-ssa-loop.c.
|
tree-ssa-loop.c.
|
||||||
(loop_edge_to_cancel, unloop_loops): Make static.
|
(loop_edge_to_cancel, unloop_loops): Make static.
|
||||||
(tree_ssa_loop_ivcanon, gate_tree_ssa_loop_ivcanon, pass_data_iv_canon,
|
(tree_ssa_loop_ivcanon, gate_tree_ssa_loop_ivcanon, pass_data_iv_canon,
|
||||||
|
|
@ -852,10 +848,10 @@
|
||||||
* tree-scalar-evolution.h (simple_iv): Don't use affive_iv typedef.
|
* tree-scalar-evolution.h (simple_iv): Don't use affive_iv typedef.
|
||||||
* cfgloop.c (record_niter_bound, estimated_loop_iterations_int,
|
* cfgloop.c (record_niter_bound, estimated_loop_iterations_int,
|
||||||
max_stmt_executions_int): Move from tree-ssa-loop-niter.c.
|
max_stmt_executions_int): Move from tree-ssa-loop-niter.c.
|
||||||
(get_estimated_loop_iterations): Factor out accessor from
|
(get_estimated_loop_iterations): Factor out accessor from
|
||||||
estimated_loop_iterations in tree-ssa-loop-niter.c.
|
estimated_loop_iterations in tree-ssa-loop-niter.c.
|
||||||
(get_max_loop_iterations): Factor out accessor from _max_loop_iterations
|
(get_max_loop_iterations): Factor out accessor from
|
||||||
in tree-ssa-niter.c.
|
_max_loop_iterations in tree-ssa-niter.c.
|
||||||
* loop-unroll.c (decide_unroll_constant_iterations,
|
* loop-unroll.c (decide_unroll_constant_iterations,
|
||||||
decide_unroll_runtime_iterations, decide_peel_simple,
|
decide_unroll_runtime_iterations, decide_peel_simple,
|
||||||
decide_unroll_stupid): Use new get_* accessors.
|
decide_unroll_stupid): Use new get_* accessors.
|
||||||
|
|
@ -930,9 +926,8 @@
|
||||||
(cfun_save_arg_fprs_p, cfun_gpr_save_slot): New macros.
|
(cfun_save_arg_fprs_p, cfun_gpr_save_slot): New macros.
|
||||||
(s390_reg_clobbered_rtx, s390_regs_ever_clobbered): Change type of
|
(s390_reg_clobbered_rtx, s390_regs_ever_clobbered): Change type of
|
||||||
regs_ever_clobbered to char*.
|
regs_ever_clobbered to char*.
|
||||||
(s390_regs_ever_clobbered): Check crtl->saves_all_registers
|
(s390_regs_ever_clobbered): Check crtl->saves_all_registers instead
|
||||||
instead of cfun->has_nonlocal_label. Ignore frame related restore
|
of cfun->has_nonlocal_label. Ignore frame related restore INSNs.
|
||||||
INSNs.
|
|
||||||
(s390_register_info): Enable FPR save slots. Move/Copy some
|
(s390_register_info): Enable FPR save slots. Move/Copy some
|
||||||
functionality into ...
|
functionality into ...
|
||||||
(s390_register_info_gprtofpr, s390_register_info_stdarg_fpr)
|
(s390_register_info_gprtofpr, s390_register_info_stdarg_fpr)
|
||||||
|
|
@ -948,11 +943,9 @@
|
||||||
(TARGET_HARD_REGNO_SCRATCH_OK): Define target hook.
|
(TARGET_HARD_REGNO_SCRATCH_OK): Define target hook.
|
||||||
(s390_initial_elimination_offset): Change offset calculation of
|
(s390_initial_elimination_offset): Change offset calculation of
|
||||||
the return address pointer.
|
the return address pointer.
|
||||||
(save_gprs): Deal with only r6 being saved from the call-saved
|
(save_gprs): Deal with only r6 being saved from the call-saved regs.
|
||||||
regs.
|
|
||||||
(restore_gprs): Set frame related flag.
|
(restore_gprs): Set frame related flag.
|
||||||
(s390_save_gprs_to_fprs, s390_restore_gprs_from_fprs): New
|
(s390_save_gprs_to_fprs, s390_restore_gprs_from_fprs): New functions.
|
||||||
functions.
|
|
||||||
(s390_emit_prologue): Call s390_register_info instead of
|
(s390_emit_prologue): Call s390_register_info instead of
|
||||||
s390_update_frame_layout. Call s390_save_gprs_to_fprs.
|
s390_update_frame_layout. Call s390_save_gprs_to_fprs.
|
||||||
(s390_emit_epilogue): Call s390_restore_gprs_from_fprs.
|
(s390_emit_epilogue): Call s390_restore_gprs_from_fprs.
|
||||||
|
|
@ -1068,13 +1061,14 @@
|
||||||
|
|
||||||
* tree-ssa-threadedge.c: Fix some trailing whitespace problems.
|
* tree-ssa-threadedge.c: Fix some trailing whitespace problems.
|
||||||
|
|
||||||
* tree-ssa-threadedge.c (thread_through_normal_block): Broken out of ...
|
* tree-ssa-threadedge.c (thread_through_normal_block): Broken
|
||||||
|
out of ...
|
||||||
(thread_across_edge): Here. Call it.
|
(thread_across_edge): Here. Call it.
|
||||||
|
|
||||||
2013-10-04 Cary Coutant <ccoutant@google.com>
|
2013-10-04 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
* dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when
|
* dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when
|
||||||
discarding a location list expression (or a piece of one).
|
discarding a location list expression (or a piece of one).
|
||||||
|
|
||||||
2013-10-03 Jan Hubicka <jh@suse.cz>
|
2013-10-03 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,7 @@
|
||||||
|
|
||||||
2013-10-11 Brooks Moses <bmoses@google.com>
|
2013-10-11 Brooks Moses <bmoses@google.com>
|
||||||
|
|
||||||
* g++.dg/ext/altivec-7.C: Check for standard vector-type name
|
* g++.dg/ext/altivec-7.C: Check for standard vector-type name mangling.
|
||||||
mangling.
|
|
||||||
|
|
||||||
2013-10-11 Jeff Law <law@redhat.com>
|
2013-10-11 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
|
|
@ -604,7 +603,7 @@
|
||||||
|
|
||||||
2013-09-17 Cong Hou <congh@google.com>
|
2013-09-17 Cong Hou <congh@google.com>
|
||||||
|
|
||||||
* gcc.dg/vect/vect-reduc-dot-s16c.c: Add a test case with dot product
|
* gcc.dg/vect/vect-reduc-dot-s16c.c: Add a test case with dot product
|
||||||
on two arrays with short and int types. This should not be recognized
|
on two arrays with short and int types. This should not be recognized
|
||||||
as a dot product pattern.
|
as a dot product pattern.
|
||||||
|
|
||||||
|
|
@ -631,8 +630,7 @@
|
||||||
2013-09-17 Nick Clifton <nickc@redhat.com>
|
2013-09-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* lib/target-supports.exp (check_effective_target_trampolines):
|
* lib/target-supports.exp (check_effective_target_trampolines):
|
||||||
Add MSP430 to the list of targets that do not support
|
Add MSP430 to the list of targets that do not support trampolines.
|
||||||
trampolines.
|
|
||||||
(check_profiling_available): Add MSP430 to the list of targets
|
(check_profiling_available): Add MSP430 to the list of targets
|
||||||
that do not support profiling.
|
that do not support profiling.
|
||||||
(check_effective_target_tls_runtime): Add MSP430 to the list of
|
(check_effective_target_tls_runtime): Add MSP430 to the list of
|
||||||
|
|
@ -716,7 +714,7 @@
|
||||||
|
|
||||||
2013-09-13 Kai Tietz <ktietz@redhat.com>
|
2013-09-13 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
gcc.target/i386/pr57848.c: New file.
|
* gcc.target/i386/pr57848.c: New file.
|
||||||
|
|
||||||
2013-09-13 Christian Bruel <christian.bruel@st.com>
|
2013-09-13 Christian Bruel <christian.bruel@st.com>
|
||||||
|
|
||||||
|
|
@ -734,8 +732,7 @@
|
||||||
|
|
||||||
2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
|
2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* g++.dg/template/pseudodtor2.C: Add column number to dg-error
|
* g++.dg/template/pseudodtor2.C: Add column number to dg-error strings.
|
||||||
strings.
|
|
||||||
* g++.dg/template/pseudodtor3.C: Likewise.
|
* g++.dg/template/pseudodtor3.C: Likewise.
|
||||||
|
|
||||||
2013-09-12 Richard Biener <rguenther@suse.de>
|
2013-09-12 Richard Biener <rguenther@suse.de>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue