X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=33ff0cfd4845375a6c3c5ae166deb92f95461866;hp=b91ebd197bcc0adec443c9553daed02dbaddfb98;hb=28bfa791d44b30fa96cc852ad093b0bcf3e9c168;hpb=a4ed2957f85cb7904e983a6070a16726190ea137 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b91ebd197bc..33ff0cfd484 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,22 @@ 2008-06-23 Uros Bizjak + * config/i386/i386.md (fmodxf3): Change sequence of move instructions. + (fmod3): Ditto. + (remainderxf3): Ditto. + (remainder3): Ditto. + +2008-06-23 Jakub Jelinek + + 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 + * config/i386/i386.md (*fop__1_i387): Use SSE_FLOAT_MODE_P together with SSE_TARGET_MATH to disable insn pattern. (*fop__2_i387): Ditto.