OSDN Git Service

PR target/47989
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 34e94e4..eeed56d 100644 (file)
@@ -1,3 +1,55 @@
+2011-10-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/47989
+       * config/i386/i386.h (RECIP_MASK_DEFAULT): New define.
+       * config/i386/i386.op (recip_mask): Initialize with RECIP_MASK_DEFAULT.
+       * doc/invoke.texi (ix86 Options, -mrecip): Document that GCC
+       implements vectorized single float division and vectorized sqrtf(x)
+       with reciprocal sequence with additional Newton-Raphson step with
+       -ffast-math.
+
+2011-10-20  Dodji Seketeli  <dodji@redhat.com>
+
+       PR other/50659
+       * doc/cppopts.texi: Use @smallexample/@end smallexample in
+       documentation for -fdebug-cpp instead of @quotation/@end quotation
+       that is not supported by contrib/texi2pod.pl.
+
+2011-10-19  Jan Hubicka  <jh@suse.cz>
+
+       * ipa-inline.c (inline_small_functions): Always update all calles after
+       inlining.
+
+2011-10-19  Jan Hubicka  <jh@suse.cz>
+
+       PR bootstrap/50709
+       * ipa-inline.c (inline_small_functions): Fix checking code to not make
+       effect on fibheap stability.
+
+2011-10-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
+
+2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
+
+       PR target/50106
+       * config/arm/arm.c (thumb_unexpanded_epilogue): Handle return
+       reg size from 1-3.
+
+2011-10-20  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR
+       and rotates to the set of expensive operations.
+
+2011-10-19  David S. Miller  <davem@davemloft.net>
+
+       * config/sparc/sparc.c (sparc_expand_move): Use can_create_pseudo_p.
+       (sparc_emit_set_const32): Likewise.
+       (sparc_emit_set_const64_longway): Likewise.
+       (sparc_emit_set_const64): Likewise.
+       (sparc_legitimize_pic_address): Likewise.
+       (memory_ok_for_ldd): Likewise.
+
 2011-10-20  Dehao Chen  <dehao@google.com>
 
        * profile.c (compute_branch_probabilities): Compute and dump the
 
 2011-10-19  Jan Hubicka  <jh@suse.cz>
 
-       * cgraphunit.c (handle_alias_pairs): Also handle wekref with destination
-       declared.
+       * cgraphunit.c (handle_alias_pairs): Also handle wekref with
+       destination declared.
        (output_weakrefs): New function.
        * varpool.c (varpool_create_variable_alias): Handle external aliases.
 
 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
 
        PR tree-optimization/50717
-
        * tree-ssa-math-opts.c (is_widening_mult_p): Remove the 'type'
        parameter.  Calculate 'type' from stmt.
        (convert_mult_to_widen): Update call the is_widening_mult_p.
 
 2011-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
 
-       * configure.ac: Display `yes' if the SystemTap header has been
-       found.
+       * configure.ac: Display `yes' if the SystemTap header has been found.
        * configure: Regenerate.
 
 2011-10-08  Andi Kleen  <ak@linux.intel.com>
 2011-10-17  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/50729
-       * tree-vrp.c (extract_range_from_unary_expr_1): Remove
-       redundant test.
+       * tree-vrp.c (extract_range_from_unary_expr_1): Remove redundant test.
        (simplify_conversion_using_ranges): Properly test the
        intermediate result.
 
 2011-10-15  Tom Tromey  <tromey@redhat.com>
            Dodji Seketeli  <dodji@redhat.com>
 
-       * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New
-       macros.
+       * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New macros.
        (num_expanded_macros_counter, num_macro_tokens_counter): Declare
        new counters.
        (dump_line_table_statistics): Define new function.
            Dodji Seketeli  <dodji@redhat.com>
 
        * doc/cppopts.texi: Document -fdebug-cpp.
-       * doc/invoke.texi: Add -fdebug-cpp to the list of preprocessor
-       options.
+       * doc/invoke.texi: Add -fdebug-cpp to the list of preprocessor options.
 
 2011-10-15  Tom Tromey  <tromey@redhat.com>
            Dodji Seketeli  <dodji@redhat.com>
        (LOCATION_COLUMN): New accessor
        (in_system_header_at): Use linemap_location_in_system_header_p.
        * diagnostic.c (diagnostic_report_current_module): Adjust to avoid
-       touching the internals of struct line_map.  Use the public API.
-       instead.
+       touching the internals of struct line_map.  Use the public API instead.
        (diagnostic_report_diagnostic): Don't use relational operator '<'
        on virtual locations.  Use linemap_location_before_p instead.
        * input.c (expand_location): Adjust to expand to the tokens'
 2011-10-12  Bernd Schmidt  <bernds@codesourcery.com>
 
        * function.c (prepare_shrink_wrap, bb_active_p): New function.
-       (thread_prologue_and_epilogue_insns): Use bb_active_p.
-       Call prepare_shrink_wrap, then recompute bb_active_p for the
-       last block.
+       (thread_prologue_and_epilogue_insns): Use bb_active_p.  Call
+       prepare_shrink_wrap, then recompute bb_active_p for the last block.
 
 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
 
 
 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
 
-       * config/avr/avr.c (avr_option_override): Set
-       flag_omit_frame_pointer to 0 if frame pointer is needed for unwinding.
+       * config/avr/avr.c (avr_option_override): Set flag_omit_frame_pointer
+       to 0 if frame pointer is needed for unwinding.
 
 2011-10-10  Uros Bizjak  <ubizjak@gmail.com>