OSDN Git Service

* config/i386/i386.md (fmodxf3): Change sequence of move instructions.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index b91ebd1..33ff0cf 100644 (file)
@@ -1,5 +1,22 @@
 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
 
+       * config/i386/i386.md (fmodxf3): Change sequence of move instructions.
+       (fmod<mode>3): Ditto.
+       (remainderxf3): Ditto.
+       (remainder<mode>3): Ditto.
+
+2008-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/36533
+       * emit-rtl.c (set_reg_attrs_from_value): Do nothing if
+       REG is a hard register.
+
+       PR tree-optimization/36508
+       * tree-ssa-pre.c (compute_antic): Allow num_iterations up to
+       499, don't check it at all in release compilers.
+
+2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
+
        * config/i386/i386.md (*fop_<mode>_1_i387): Use SSE_FLOAT_MODE_P
        together with SSE_TARGET_MATH to disable insn pattern.
        (*fop_<MODEF:mode>_2_i387): Ditto.