X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=be8631f167882dd15beb617bc603124ddec1e7d7;hb=acfcaf8dca2db03789c8f32225724a48a546239e;hp=dadb5d81475d76ce3fb7806f59f71cc974264908;hpb=27848d5f59e24e2486e5242593d730623f44ba4e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dadb5d81475..be8631f1678 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,56 @@ +2003-03-18 Geoffrey Keating + + * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies. + + * gengtype.c: Include rtl.h. + (enum rtx_code): Don't define. + (rtx_format): Make declaration match rtl.h. + (rtx_next_new): Rename from rtx_next to avoid conflict. Change all + users. + (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes. + * Makefile.in (gengtype.o): Update dependencies. + +2003-03-18 Andreas Schwab + + * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From + martin@blom.org. + +2003-03-18 Geoffrey Keating + + * function.c (next_block_index): Mark with GTY. + + * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern. + +2003-03-18 Richard Henderson + + * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New. + (builtin_setjmp_receiver): Delay call to ia64_reload_gp + until after reload. + +2003-03-18 Richard Henderson + + * builtins.c (expand_builtin_unop): New target_mode operand; + use it to convert the result to the correct mode. + (expand_builtin): Update all callers. + +2003-03-18 Ulrich Weigand + + * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute. + +Tue Mar 18 19:22:57 CET 2003 Jan Hubicka + + * i386.md: Fix previous commit that mistakely applied the patch + twice. + + * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been + canonicalized. + (memrefs_conflict_p): Likewise. + (addr_side_effect_eval): Canonicalize the constructed address. + +Tue Mar 18 13:15:08 CET 2003 Jan Hubicka + + * i386.md (cvtts?2si peep2): New. + 2003-03-18 Kazu Hirata * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.