OSDN Git Service

* loop-iv.c (implies_p): Detect additional cases where A implies B.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 0c8ccb9..13aa778 100644 (file)
@@ -1,3 +1,79 @@
+2007-02-24  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * loop-iv.c (implies_p): Detect additional cases where A implies B.
+       (determine_max_iter): Take additional LOOP arg; all callers changed.
+       Lose broken logic dealing with PLUS.  Try to limit the upper bound by
+       one using simplifications.
+
+2007-02-23  DJ Delorie  <dj@redhat.com>
+
+       * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
+
+2007-02-23  Mike Stump  <mrs@apple.com>
+
+       * tlink.c (scan_linker_output): Parse linker messages from
+       darwin9's linker better.
+
+2007-02-23  Steve Ellcey  <sje@cup.hp.com>
+
+       PR debug/29614
+       * varpool.c (varpool_assemble_pending_decls):  Set
+       varpool_last_needed_node to null.
+
+2007-02-23  DJ Delorie  <dj@redhat.com>
+
+       * config/i386/i386.c (ix86_data_alignment): Don't specify an
+       alignment bigger than the object file can handle.
+
+2007-02-23  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/30825
+       * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
+       zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
+       (*movsf_1): Penalize MMX moves.
+
+2007-02-23  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
+       2^32-1 or more times unless flag_unsafe_loop_optimizations.
+
+       * loop-iv.c (determine_max_iter): Moved in front of its sole user.
+
+2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
+       (fold_builtin_1): Use them.
+       * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
+       BUILT_IN_SIGNIFICAND.
+
+2007-02-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (bdesc_1arg): Initialize
+       IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
+       "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
+       (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
+       and IX86_BUILTIN_MOVSLDUP.
+
+2007-02-22  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR rtl-optimization/30841
+       * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
+
+2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (fold_builtin_frexp): New.
+       (fold_builtin_2): Use it.
+
+2007-02-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * doc/invoke.texi (Spec Files): Document getenv spec function.
+
+       * gcc.c (getenv_spec_function): New function.
+       (static_spec_functions): Add it.
+       * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
+       (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
+       header files.
+
 2007-02-22  Michael Matz  <matz@suse.de
 
        PR c++/29433