X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=d20e202253c2c905d23e981a0c3ecea196e2a0f0;hb=663870fcfbd8a82aa73cb4d24002416b3c3920df;hp=5daa045df5f876bb7f38e94e5855c29420d6f014;hpb=08cfd855e6d06aeb592f1c0a6f331692c42624a3;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5daa045df5f..d20e202253c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,50 @@ +2010-04-30 Richard Guenther + + * builtins.c (fold_builtin_1): Delete free (0). + +2010-04-29 Jan HUbicka + + * gengtype.c (open_base_files): Add lto-streamer.h + * cgraph.h (cgraph_local_info): lto_file_data is now in GGC. + (pass_ipa_cp): GGC collect. + * toplev. (compile_file): Do not output symbols. + * ipa-inline.c (pass_ipa_inline): Add ggc collect. + * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO, + TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New. + * lto-section-in.c: Include ggc.h + (lto_new_in_decl_state): Alloc in GGC. + (lto_delete_in_decl_state): Likewise. + * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program): Collect. + +2010-04-29 Bernd Schmidt + + PR target/42895 + * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from + ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed. + (HONOR_REG_ALLOC_ORDER): Describe new macro. + * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined. + * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into + account only if HONOR_REG_ALLOC_ORDER is not defined. + * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define. + * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison. + +2010-04-29 Jon Grant <04@jguk.org> + + * collect2.c (vflag): Change type from int to bool. + (debug): Likewise. + (helpflag): New global bool. + (main): Set vflag and debug with boolean, not integer truth + values. Accept new "--help" option and output usage text if + found. + * collect2.h (vflag): Update prototype. + (debug): Likewise. + +2010-04-29 H.J. Lu + + PR bootstrap/43936 + * plugin.h (flag_plugin_added): Moved out of + invoke_plugin_callbacks. + 2010-04-29 Richard Guenther PR bootstrap/43935