OSDN Git Service

* gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 9f65cdd..b105dc6 100644 (file)
@@ -1,5 +1,69 @@
+2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
+       patterns from predicated pattern.
+
+2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/43103
+       * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
+       for insn mnemonic suffix.
+
+2010-02-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
+       to loop PHI nodes.
+
+2010-02-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/42918
+       * caller-save.c (save_call_clobbered_regs): If BB ends with
+       a DEBUG_INSN, move any notes in between last real insn and the last
+       DEBUG_INSN after the last DEBUG_INSN.
+
+2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
+       Fix return type.  Fix argument type.  Explain meaning of return value.
+
+2010-02-16  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/41043
+       * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
+       (vrp_visit_assignment_or_call): Do not ask SCEV for regular
+       statements ...
+       (vrp_visit_phi_node): ... but only for loop PHI nodes.
+
+2010-02-16  Ira Rosen <irar@il.ibm.com>
+
+       PR tree-optimization/43074
+       * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
+       * tree-vect-loop.c (vect_analyze_loop_operations): Add
+       vectorizable cycles in hybrid SLP check.
+       * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
+
+2010-02-16  Richard Guenther  <rguenther@suse.de>
+
+       * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
+       (true_dependence): If memrefs_conflict_p computes must-alias
+       trust it.  Move TBAA check after offset-based disambiguation.
+       (canon_true_dependence): Likewise.
+
+2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * params.def (PARAM_MAX_VARTRACK_SIZE): New.
+       * doc/invoke.texi: Document it.
+       * var-tracking.c: Include toplev.h and params.h.
+       (vt_find_locations): Return bool indicating success.  Compute
+       hash sizes unconditionally.  Check new parameter, report.
+       (variable_tracking_main_1): Check vt_find_locations results and
+       retry.  Renamed from...
+       (variable_tracking_main): ... this.  New wrapper to preserve
+       flag_var_tracking_assignments.
+       * Makefile.in (var-tracking.o): Adjust dependencies.
+
 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
-            Jakub Jelinek <jakub@redhat.com>
+           Jakub Jelinek <jakub@redhat.com>
 
        PR target/42854
        * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
        * config/h8300/h8300.c: (h8300_push_pop): Use bool type for
        boolean parameters.  Use emit_jump_insn when emitting a pop
        instruction containing a return insn.
-        (push): Use 'true' rather than '1' as second parameter to F.
-        (h8300_expand_prologue): Likewise.
-        Use 'true' and 'false' for boolean parameters to
-       h8300_push_pop.
-        (h8300_expand_epilogue): Likewise.
+       (push): Use 'true' rather than '1' as second parameter to F.
+       (h8300_expand_prologue): Likewise.
+       Use 'true' and 'false' for boolean parameters to h8300_push_pop.
+       (h8300_expand_epilogue): Likewise.
 
 2010-02-15  Richard Guenther  <rguenther@suse.de>
 
 
 2010-02-05  Richard Guenther  <rguenther@suse.de>
 
-       * tree-ssa-ccp.c (get_symbol_constant_value): Strip all
-       conversions.
+       * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
        (fold_const_aggregate_ref): Likewise.
        (ccp_fold_stmt): Substitute loads.
        (maybe_fold_reference): Verify types before substituting.
        Unshare properly.
        (fold_gimple_assign): Unshare properly.
-       (fold_stmt_1): Insert conversion if necessary before replacing
-       the RHS.
+       (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
 
 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
 
 2010-02-03  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/42944
-       * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
-       calloc.
+       * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
        (call_may_clobber_ref_p_1): Likewise.  Properly handle
        malloc and calloc clobbering errno.
 
 
        PR tree-optimization/42781
        * tree-ssa-structalias.c (find_what_var_points_to): Skip
-       restrict processing only if the original variable was
-       artificial.
+       restrict processing only if the original variable was artificial.
 
 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
 
 2010-01-14  Richard Guenther  <rguenther@suse.de>
 
        PR lto/42665
-       * gimple.c (iterative_hash_gimple_type): Avoid hashing
-       error_mark_node.
+       * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
 
 2010-01-14  Ira Rosen  <irar@il.ibm.com>
 
 2010-01-13  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/42705
-       * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after
-       labels.
+       * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
 
 2010-01-13  Richard Guenther  <rguenther@suse.de>
 
 
        PR tree-optimization/42625
        * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
-       TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body
-       aliases.
+       TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
 
 2010-01-07  Duncan Sands  <baldrick@free.fr>
 
        (BB_MAY_NOTRETURN): New.
        (valid_in_sets): Trapping nary operations are not valid
        in blocks that may not return.
-       (insert_into_preds_of_block): Remove check for trapping
-       expressions.
+       (insert_into_preds_of_block): Remove check for trapping expressions.
        (compute_avail): Compute also BB_MAY_NOTRETURN.
 
 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>