From c95b2534dad19f129f4d7590f3051d4686eaf706 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 30 Jan 2009 10:28:41 +0100 Subject: [PATCH] Fix spacing around names. From-SVN: r143783 --- gcc/ChangeLog | 24 +++--- gcc/ChangeLog-2008 | 188 ++++++++++++++++++++++----------------------- 2 files changed, 106 insertions(+), 106 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6ae12652470..b0a4082f488e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -127,7 +127,7 @@ Remove flag_ira. (finish_spills): Ditto. Remove code for !flga_ira. -2009-01-29 Kenneth Zadeck +2009-01-29 Kenneth Zadeck PR middle-end/35854 * doc/invoke.texi (rtl debug options): Complete rewrite. @@ -652,7 +652,7 @@ (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to __builtin_constant_p. -2009-01-16 Kenneth Zadeck +2009-01-16 Kenneth Zadeck * dce.c (delete_unmarked_insns): Reversed the order that insns are examined before deleting them. @@ -662,7 +662,7 @@ * function.c (aggregate_value_p): Correctly extract the function type from CALL_EXPR_FN lookup. -2009-01-16 Hariharan Sandanagobalane +2009-01-16 Hariharan Sandanagobalane * config/picochip/picochip.c (picochip_override_options): Revert CFI asm flag disable commited previously. @@ -693,7 +693,7 @@ (gimple_expand_cfg): Update stack boundary and check incoming stack boundary here. -2009-01-15 Kenneth Zadeck +2009-01-15 Kenneth Zadeck * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments. @@ -869,7 +869,7 @@ * expmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0 to the original op0. -2009-01-11 Laurent GUERBY +2009-01-11 Laurent GUERBY * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc. @@ -1121,13 +1121,13 @@ Add Robert Clark to the list of testers. 2009-01-06 Jan Hubicka - Kai Tietz + Kai Tietz * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers. * config/i386/i386.c (ix86_expand_call): Add clobbers. 2009-01-06 Jan Hubicka - Kai Tietz + Kai Tietz * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used for w64 ABI. @@ -1145,7 +1145,7 @@ (ix86_expand_epilogue): Save SSE regs if needed. 2009-01-06 Jan Hubicka - Kai Tietz + Kai Tietz * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI @@ -1280,13 +1280,13 @@ (gloog): Call recompute_all_dominators before graphite_verify. 2009-01-05 Harsha Jagasia - Jan Sjodin + Jan Sjodin PR tree-optimization/38500 * graphite.c (create_sese_edges): Call fix_loop_structure after splitting blocks. -2009-01-05 Joel Sherrill +2009-01-05 Joel Sherrill * config.gcc: Add m32r*-*-rtems*. * config/m32r/rtems.h: New file. @@ -1412,7 +1412,7 @@ * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs and FUNCTION_DECLs. -2009-01-02 Kenneth Zadeck +2009-01-02 Kenneth Zadeck PR rtl-optimization/35805 * df-problems.c (df_lr_finalize): Add recursive call to resolve lr @@ -1444,7 +1444,7 @@ * doc/extend.texi: Fix '#pragma GCC option' typo. -2009-01-02 Richard Guenther +2009-01-02 Richard Guenther * doc/install.texi (--enable-checking): Mention different default for stage1. diff --git a/gcc/ChangeLog-2008 b/gcc/ChangeLog-2008 index bbf1a83cd29a..ec1badf2b44d 100644 --- a/gcc/ChangeLog-2008 +++ b/gcc/ChangeLog-2008 @@ -230,7 +230,7 @@ the value from the argument expression. 2008-12-21 Jan Hubicka - Kai Tietz + Kai Tietz * i386.md (UNSPEC_MS_TO_SYSV_CALL): New constant. (call_1_rex64_ms_sysv, call_value_0_rex64_ms_sysv, @@ -310,7 +310,7 @@ * configure: Regenerate. 2008-12-18 Jan Hubicka - Kai Tietz + Kai Tietz * df-scan.c (persistent_obstack, df_invalidated_by_call): Remove. (df_scan_start_dump, df_get_call_refs, df_hard_reg_init): Rename @@ -326,12 +326,12 @@ * basic-block.h (regs_invalidated_by_call_regset): Declare. 2008-12-18 Jan Hubicka - Kai Tietz + Kai Tietz * ira-cost.c (copy_cost): Lazilly initialize move_cost if needed. 2008-12-18 Jan Hubicka - Kai Tietz + Kai Tietz * i386.h (CONDITIONAL_REGISTER_USAGE): Initialize for current function ABI. @@ -340,7 +340,7 @@ (ix86_maybe_switch_abi): New function. (TARGET_EXPAND_TO_RTL_HOOK): New macro. -2008-12-18 Kenneth Zadeck +2008-12-18 Kenneth Zadeck PR rtl-optimization/37922 * dse.c (bb_info): Added regs_live field. @@ -404,7 +404,7 @@ only if REG_PARM_STACK_SPACE is defined. 2008-12-17 Jan Hubicka - Kai Tietz + Kai Tietz * calls.c (expand_call): Do not sibcall if outgoing_reg_parm_stack_space does not match. @@ -417,7 +417,7 @@ * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.). * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.). -2008-12-16 Hariharan Sandanagobalane +2008-12-16 Hariharan Sandanagobalane PR target/38842 * config/picochip/picochip.opt (mae): Squeezed the comments onto one @@ -461,7 +461,7 @@ * config/mips/mips.md (move_doubleword_fpr): Use TARGET_FLOAT64 && !TARGET_64BIT to detect the mxhc1 case. -2008-12-15 Hariharan Sandanagobalane +2008-12-15 Hariharan Sandanagobalane * config/picochip/picochip.c (picochip_override_options): Disable CFI asm and change the signature of brev and byteSwap functions to use @@ -483,7 +483,7 @@ for the milli.a library. 2008-12-12 Andrew Pinski - Peter Bergner + Peter Bergner PR target/24779 * config/rs6000/rs6000.md (call_indirect_aix32): Move the load of the @@ -778,7 +778,7 @@ * tree-sra.c (sra_build_bf_assignment): Avoid warnings for variables initialized from SRAed bit fields. -2008-12-10 Martin Guy +2008-12-10 Martin Guy PR target/37668 * arm.c (arm_size_rtx_costs, case NEG): Don't fall through if the @@ -791,7 +791,7 @@ * final.c (output_addr_const) : Call assemble_external on the associated SYMBOL_REF_DECL node, if any. -2008-12-09 David Daney +2008-12-09 David Daney * config/mips/sync.md (sync__12): Replace MIPS_SYNC_OP_12_NOT_NOP with MIPS_SYNC_OP_12_AND. @@ -1006,7 +1006,7 @@ copy of the CONSTRUCTOR for TREE_ADDRESSABLE types or small sparse initializers. -2008-12-09 Tobias Grosser +2008-12-09 Tobias Grosser PR middle-end/38084 Fix testsuite/gfortran.dg/graphite/id-3.f90. @@ -1064,7 +1064,7 @@ find_base_value does. 2008-12-08 Andrew Haley - Kamaraju Kusumanchi + Kamaraju Kusumanchi * gimple.h (gimple_build_try): Fix declaration. @@ -1121,7 +1121,7 @@ operands to mult_type if it isn't narrower than op0's type. 2008-12-06 Jan Hubicka - Jakub Jelinek + Jakub Jelinek PR tree-optimization/38074 * cgraphbuild.c (compute_call_stmt_bb_frequency): Fix handling of 0 @@ -1336,7 +1336,7 @@ (__cmpdf, __cmpsf): Use PIC call sequence. 2008-12-02 Andreas Tobler - Jack Howarth + Jack Howarth * config/i386/t-darwin64: Add m32 multilib support. @@ -1990,7 +1990,7 @@ (separate_decls_in_region): Create shared struct even when there are only reductions. -2008-11-19 Hariharan Sandanagobalane +2008-11-19 Hariharan Sandanagobalane * config/picochip/picochip.c (headers): Remove an unnecessary header file. @@ -2684,7 +2684,7 @@ DSP control register. * doc/extend.texi: Document the DSP control register. -2008-11-03 Steve Ellcey +2008-11-03 Steve Ellcey Jakub Jelinek * omp-low.c (expand_omp_for_generic): If iter_type has different @@ -3214,7 +3214,7 @@ * config/frv/frv.h (HARD_REGNO_RENAME_OK): Define. Do not allow the fdpic register to be a target when running in fdpic mode. -2008-10-22 Rafael Espindola +2008-10-22 Rafael Espindola * ipa-struct-reorg.c (create_new_alloc_sites): Properly insert the newly created statements. @@ -3685,7 +3685,7 @@ for hppa64-linux-gnu targets. 2008-10-13 Andrew Pinski - Kaushal Kantawala + Kaushal Kantawala Trevor Smigiel Grace Cao @@ -3808,7 +3808,7 @@ * builtins.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals. * doc/install.texi: Bump recommended MPFR to 2.3.2. -2008-10-12 Kenneth Zadeck +2008-10-12 Kenneth Zadeck PR middle-end/37808 * df-scan.c (df_ref_change_reg_with_loc_1): Added test to make @@ -3831,7 +3831,7 @@ and check register for non-zero value before the call to decode_caches_intel. -2008-10-11 Kenneth Zadeck +2008-10-11 Kenneth Zadeck PR rtl-optimization/37448 * df.h (df_ref_class): New enum. @@ -4199,7 +4199,7 @@ * config/i386/i386.md: Remove trailing white spaces. -2008-10-07 Kenneth Zadeck +2008-10-07 Kenneth Zadeck PR rtl-optimization/37448 * alloc-pool.c (struct alloc_pool_descriptor) [elt_size]: New field. @@ -4705,7 +4705,7 @@ non-constant memory if it cannot be forced to constant memory. Overhaul surrounding code and factor out common condition. -2008-09-29 Jeff Law +2008-09-29 Jeff Law * reload1.c (alter_reg): Add missing curly braces. @@ -4946,7 +4946,7 @@ * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL. -2008-09-25 Sergei Dyshel +2008-09-25 Sergei Dyshel * matrix-reorg.c (transform_allocation_sites): Initializers added to avoid the warning. @@ -5924,7 +5924,7 @@ * tree-ssa-phiprop.c (propagate_with_phi): Fix tuplification. -2008-09-11 Jeff Law +2008-09-11 Jeff Law * reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed by assign_stack_local on the IRA path for stack slot sharing @@ -6438,7 +6438,7 @@ * ira-color.c (ira_reuse_stack_slot): Set slot_num on success at the end of the search. -2008-09-08 M R Swami Reddy +2008-09-08 M R Swami Reddy * crx/crx.h (IRA_COVER_CLASSES): Define. @@ -6492,7 +6492,7 @@ PR tree-optimization/35642 * config/rs6000/altivec.md (mulv8hi3): Implement. -2008-09-06 Jeff Law +2008-09-06 Jeff Law * h8300/h8300.h (IRA_COVER_CLASSES): Define. @@ -6561,7 +6561,7 @@ * ira-color.c (ira_fast_allocation): Permit global allocno allocation. -2008-09-05 Trevor Smigiel +2008-09-05 Trevor Smigiel Improved branch hints, safe hints, and scheduling. @@ -6987,7 +6987,7 @@ From Michael Frysinger * config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning. -2008-09-03 Danny Smith +2008-09-03 Danny Smith * gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is defined. (__gthread_setspecific): Revert 2008-08-31 change to @@ -9745,33 +9745,33 @@ * ira.c (setup_eliminable_regset): Check stack_realign_needed. * config/mn10300/mn10300.h (IRA_COVER_CLASSES): New macro. - 2008-06-03 Steve Chamberlain + 2008-06-03 Steve Chamberlain * ira-build.c (allocno_range_compare_func): Stabilize sort. - 2008-05-29 Andy Hutchinson + 2008-05-29 Andy Hutchinson * config/avr/avr.h (IRA_COVER_CLASSES): New macro. * reload1.c (find_reg): Process registers in register allocation order. - 2008-05-10 Richard Sandiford + 2008-05-10 Richard Sandiford * toplev.c (backend_init_target): Move ira_init call from here... (lang_dependent_init_target): ...to here. - 2008-05-10 Richard Sandiford + 2008-05-10 Richard Sandiford * ira.c (setup_class_subset_and_memory_move_costs): Don't calculate memory move costs for NO_REGS. - 2008-05-05 Kaz Kojima + 2008-05-05 Kaz Kojima * ira-color.c (ira_fast_allocation): Use no_stack_reg_p only if STACK_REGS is defined. - 2008-04-08 Andrew Pinski + 2008-04-08 Andrew Pinski * config/spu/spu.h (IRA_COVER_CLASSES): New macro. - 2008-04-04 Bernd Schmidt + 2008-04-04 Bernd Schmidt * config/bfin/bfin.h (IRA_COVER_CLASSES): New macro. - 2008-04-04 Kaz Kojima + 2008-04-04 Kaz Kojima * config/sh/sh.h (IRA_COVER_CLASSES): Define. * config/sh/sh.md (movsicc_true+3): Check if emit returns a barrier. @@ -10101,7 +10101,7 @@ 2008-08-21 Jan Hubicka Backport from LTO branch: - 2008-05-05 Kenneth Zadeck + 2008-05-05 Kenneth Zadeck Jan Hubicka * ipa-pure-const.c @@ -10114,7 +10114,7 @@ (pass_ipa_pure_const): Changed from SIMPLE_IPA_PASS to IPA_PASS. * tree-pass.h (pass_ipa_pure_const): Turn into IPA_PASS. - 2008-07-15 Kenneth Zadeck + 2008-07-15 Kenneth Zadeck * tree-pass.h (pass_ipa_reference): Make into ipa_opt_pass. * ipa-reference.c (init_function_info, generate_summary, @@ -13616,7 +13616,7 @@ (ipa_print_all_params_modified): Likewise. * ipa-prop.h (ipa_edge_args_info_available_for_edge_p): New function. -2008-07-17 Roman Zippel +2008-07-17 Roman Zippel PR target/25343 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__. @@ -14177,7 +14177,7 @@ * config/sh/sh.c (sh_canonical_va_list_type): New. (TARGET_CANONICAL_VA_LIST_TYPE): Define. -2008-07-09 Raksit Ashok +2008-07-09 Raksit Ashok * doc/invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=... @@ -14387,7 +14387,7 @@ * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove. -2008-07-07 Fernando Pereira +2008-07-07 Fernando Pereira * tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph. @@ -15031,11 +15031,11 @@ * config/i386/i386.md (*movti_rex64): Add "!" to "r" constraint of operand 0. -2008-06-30 Kenneth Zadeck +2008-06-30 Kenneth Zadeck * ifcvt.c (cond_move_process_if_block): Free vectors on false return. -2008-06-30 Kenneth Zadeck +2008-06-30 Kenneth Zadeck PR rtl-optimization/34744 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): New macros. @@ -16162,7 +16162,7 @@ demangled_hash_lookup, symbol_push, file_push, frob_extension): Likewise. -2008-06-19 Kenneth Zadeck +2008-06-19 Kenneth Zadeck * doc/rtl.texi: Updated subreg section. @@ -17140,7 +17140,7 @@ * config/vax/vaxv.h: Remove. * config/windiss.h: Remove. -2008-06-06 Uros Bizjak +2008-06-06 Uros Bizjak PR rtl-optimization/36438 * cse.c (fold_rtx) [ASHIFT, LSHIFTRT, ASHIFTRT]: Break out early @@ -17627,7 +17627,7 @@ * config/i386/i386.c (setup_incoming_varargs_64): Fix a typo in comments. -2008-06-04 Junjie Gu +2008-06-04 Junjie Gu * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned comparison for frame pointers. @@ -18103,7 +18103,7 @@ * config/pa/pa.md: Remove extern frame_pointer_needed declaration. -2008-05-28 Seongbae Park +2008-05-28 Seongbae Park * value-prof.c (tree_ic_transform): Print counts. * tree-profile.c (tree_gen_ic_func_profiler): @@ -18624,7 +18624,7 @@ * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration. -2008-05-22 Anatoly Sokolov +2008-05-22 Anatoly Sokolov * config/avr/avr.c (get_sequence_length): Add new function. (expand_prologue, expand_epilogue): Remove duplicate code. @@ -18837,7 +18837,7 @@ * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add the missing break. -2008-05-20 Anatoly Sokolov +2008-05-20 Anatoly Sokolov * config/avr/avr.h (machine_function): Add 'is_OS_main' field. * config/avr/avr.c (avr_OS_main_function_p): Add new function. @@ -19027,7 +19027,7 @@ * tree-cfg.c (verify_gimple_expr): Allow conversions from pointers to sizetype and vice versa. -2008-05-18 Xinliang David Li +2008-05-18 Xinliang David Li * gcc/tree-ssa-dce.c: Coding style fix. (check_pow): Documentation comment. @@ -19045,7 +19045,7 @@ * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow. -2008-05-17 Kenneth Zadeck +2008-05-17 Kenneth Zadeck * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos. * df-problems.c (simulation routines): Fixed block comment to @@ -19060,7 +19060,7 @@ * fold-const.c (fold_unary) : Fold the cast into a BIT_AND_EXPR only for an INTEGER_TYPE. -2008-05-17 Xinliang David Li +2008-05-17 Xinliang David Li * gcc/tree-ssa-dce.c (cond_dead_built_in_calls): New static variable. (check_pow, check_log, is_unnecessary_except_errno_call): New @@ -19089,7 +19089,7 @@ PR target/36246 * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): New define. -2008-05-16 Kenneth Zadeck +2008-05-16 Kenneth Zadeck * ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_simulate_one_insn. @@ -19114,7 +19114,7 @@ * doc/gty.texi (Source Files Containing Type Information): Note that headers should appear first in the gtfiles list. -2008-05-16 Kenneth Zadeck +2008-05-16 Kenneth Zadeck * tree.def (COND_EXEC): Properly documented this code. @@ -19124,7 +19124,7 @@ * tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for the new field. -2008-05-16 Kenneth Zadeck +2008-05-16 Kenneth Zadeck * tree-ssa-dse (max_stmt_uid): Removed. (get_stmt_uid, dse_possible_dead_store_p, dse_optimize_stmt, @@ -19146,12 +19146,12 @@ * tree-cfg.c (init_empty_tree_cfg_for_function): Define. (init_empty_tree_cfg): Call it. -2008-05-16 Kenneth Zadeck +2008-05-16 Kenneth Zadeck * cfg.c (init_flow): Add argument THE_FUN. Use it instead of cfun. Update all users. -2008-05-16 Kenneth Zadeck +2008-05-16 Kenneth Zadeck * doc/invoke.text (-fdump-tree-*-verbose): New option. * tree-dump.c (dump_options): New verbose option. @@ -19197,7 +19197,7 @@ * config/i386/i386.c (ix86_expand_vector_init_general): Optimize V8HImode for SSE2 and V16QImode for SSE4.1. -2008-05-15 Kenneth Zadeck +2008-05-15 Kenneth Zadeck * cgraph.h (compute_inline_parameters): Made public. * tree-pass.h (ipa_opt_pass): Removed function_generate_summary, @@ -19217,7 +19217,7 @@ * passes.c (execute_ipa_summary_passes): Now is called once per pass rather than once per node*pass. -2008-05-15 Anatoly Sokolov +2008-05-15 Anatoly Sokolov * config/avr/avr.c (avr_base_arch_macro, avr_have_movw_lpmx_p, avr_have_mul_p, avr_asm_only_p): Remove variables. @@ -19524,7 +19524,7 @@ multiply gives the wrong value when doing widening multiplies. (vec_widen_smult_lo_v4si): Ditto. -2008-05-14 Kenneth Zadeck +2008-05-14 Kenneth Zadeck * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to @@ -19567,7 +19567,7 @@ value for the first load in the group in case of a gap. (vect_build_slp_tree): Check that there are no gaps in loads. -2008-05-14 Kenneth Zadeck +2008-05-14 Kenneth Zadeck * doc/rtl.texi: Removed reference to REG_NO_CONFLICT notes. * optabs.c (expand_binop, expand_absneg_bit, expand_unop, @@ -19680,7 +19680,7 @@ * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define. -2008-05-12 Anatoly Sokolov +2008-05-12 Anatoly Sokolov * config/avr/avr.h (machine_function): Add 'is_leaf' field. * config/avr/avr.c (avr_regs_to_save): Compute 'machine->is_leaf'. @@ -20565,7 +20565,7 @@ by using 'q' specifier for instruction. (ix86_file_end): Replaced case TARGET_64BIT_MS_ABI by TARGET_64BIT. -2008-05-06 Anatoly Sokolov +2008-05-06 Anatoly Sokolov * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp): Change mode of zero_extract from QImode to HImode. @@ -20766,7 +20766,7 @@ * config.gcc (need_64bit_hwint): Document libcpp dependency. -2008-05-02 Simon Baldwin +2008-05-02 Simon Baldwin PR bootstrap/36108 * c-common.h (warn_array_subscript_range): Removed. @@ -20823,7 +20823,7 @@ (DECL_NONADDRESSABLE_P): Likewise. * alias.c (record_component_aliases): Fix comment. -2008-05-01 Simon Baldwin +2008-05-01 Simon Baldwin * c-common.h (warn_array_subscript_range): New function. * c-common.c (warn_array_subscript_range): Ditto. @@ -21350,7 +21350,7 @@ (vxworks_override_options): Set TLS scheme. * doc/tm.texi (Emulated TLS): New node. -2008-04-26 Simon Baldwin +2008-04-26 Simon Baldwin PR c/35652 * builtins.c (c_strlen): Suppressed multiple warnings that can occur @@ -21655,7 +21655,7 @@ (*movv4sf_internal): Likewise. (*movv2df_internal): Likewise. -2008-04-25 Pompapathi V Gadad +2008-04-25 Pompapathi V Gadad * config.gcc (crx-*-elf): Remove deprecation. @@ -22079,7 +22079,7 @@ (fold_comparison): Add another test for pointer overflow. Use pointer_may_wrap_p to disable some false positives. -2008-04-18 Kris Van Hees +2008-04-18 Kris Van Hees * c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros. (fname_as_string): Match updated cpp_interpret_string prototype. @@ -22185,7 +22185,7 @@ ix86_compute_frame_layout): Update. * config/arc/arc.c (arc_output_function_epilogue): Update. -2008-04-18 Marius Strobl +2008-04-18 Marius Strobl * gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD as well. @@ -22783,7 +22783,7 @@ * config/bfin/bfin.c (bfin_initial_elimination_offset): Update. (emit_link_insn): Update. -2008-04-08 Anatoly Sokolov +2008-04-08 Anatoly Sokolov * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Define __AVR_HAVE_EIJMP_EICALL__ macro if device have EIJMP and EICALL @@ -22890,7 +22890,7 @@ * tree-vrp.c (vrp_evaluate_conditional): Only query value-range information from SSA_NAMEs. -2008-04-06 Anatoly Sokolov +2008-04-06 Anatoly Sokolov * config/avr/avr.h (avr_mega_p): Remove declaration. (AVR_MEGA): Remove macro. @@ -22959,7 +22959,7 @@ builtins that return exactly once and do not throw. Cache call to call_expr_flags. -2008-04-04 Andy Hutchinson +2008-04-04 Andy Hutchinson PR rtl-optimization/34916 PR middle-end/35519 @@ -23085,7 +23085,7 @@ * fold-const.c (optimize_minmax_comparison): Use the correct type for the constant in the simplified comparison. -2008-04-04 Zuxy Meng +2008-04-04 Zuxy Meng * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument. Pass L2 size as "--param l2-cache-size" to the compiler. @@ -23244,7 +23244,7 @@ make sure to fill gaps with a fallback label if default_label is not present. -2008-04-03 Dominique d'Humières +2008-04-03 Dominique d'Humières PR target/35801 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun. @@ -23266,7 +23266,7 @@ (cb_line_change): Call dump_queued_macros. * toplev.c (decode_d_option): Accept -dU as preprocessor option. -2008-04-02 Anatoly Sokolov +2008-04-02 Anatoly Sokolov * config/avr/predicates.md (io_address_operand): New predicate. * config/avr/avr-protos.h (avr_io_address_p): Remove declaration. @@ -23392,7 +23392,7 @@ * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call langhook. -2008-04-02 Andy Hutchinson +2008-04-02 Andy Hutchinson PR rtl-optimization/35542 * fwprop.c (forward_propagate_and_simplify): Replace @@ -23616,7 +23616,7 @@ 2008-04-01 Jan Hubicka Jim Wilson - Andreas Tobler + Andreas Tobler PR middle-end/35781 * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Use @@ -23628,7 +23628,7 @@ * doc/c-tree.texi (Function Basics): Fix grammatical error. -2008-03-31 Seongbae Park +2008-03-31 Seongbae Park * common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=): New options @@ -24319,7 +24319,7 @@ * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and CX_REG. -2008-03-23 Zuxy Meng +2008-03-23 Zuxy Meng * doc/extend.texi (Function Attributes): Add missing comma in the example of the "alloc_size" attribute. @@ -24796,7 +24796,7 @@ (maybe_fold_stmt_addition): Likewise. 2008-03-15 Bjoern Haase - Anatoly Sokolov + Anatoly Sokolov * config/avr/avr.c (avr_arch_types): Add avr6 entry. (avr_arch): Add ARCH_AVR6. @@ -25538,7 +25538,7 @@ whose single use_stmt has a overlapping set of loaded and stored symbols as that use_stmt might be a noop assignment then. -2008-03-05 Joel Sherrill +2008-03-05 Joel Sherrill * gthr-rtems.h: Implement __gthread_mutex_destroy. @@ -26287,7 +26287,7 @@ * stor-layout.c (layout_decl): Use -Wlarger-than= for warning. * tree-optimize.c (tree_rest_of_compilation): Likewise. -2008-02-26 Manuel Lopez-Ibanez +2008-02-26 Manuel Lopez-Ibanez * c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning. @@ -26611,7 +26611,7 @@ * regclass.c (current_pass): Remove declaration. -2008-02-22 Anatoly Sokolov +2008-02-22 Anatoly Sokolov * config/avr/libgcc.S (__RAMPZ__): Define. (__do_copy_data): Add for devices with 128KB code memory. @@ -26719,7 +26719,7 @@ * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn as a jump, not as a plain insn. -2008-02-20 Seongbae Park +2008-02-20 Seongbae Park * doc/invoke.texi (Warning Options): Add new option -Wframe-larger-than=. @@ -26996,7 +26996,7 @@ * BASE-VER: Set to 4.4.0. -2008-02-17 Ralf Wildenhues +2008-02-17 Ralf Wildenhues * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate. * doc/cfg.texi: Likewise. @@ -27133,7 +27133,7 @@ * config/s390/s390.c (s390_mainpool_start): Emit the pool before the first section switch note. -2008-02-14 Ralf Wildenhues +2008-02-14 Ralf Wildenhues * doc/bugreport.texi: Update copyright years. * doc/c-tree.texi: Likewise. @@ -27235,7 +27235,7 @@ * function.c (match_asm_constraints_1): Don't replace the same input multiple times. -2008-02-12 Anatoly Sokolov +2008-02-12 Anatoly Sokolov * config/avr/avr.h (AVR_HAVE_RAMPZ): Define. * config/avr/avr.c (expand_prologue): Save RAMPZ register. @@ -27481,7 +27481,7 @@ PR c/29326 * doc/extend.texi (Other Builtins): Document. -2008-01-31 Tom Browder +2008-01-31 Tom Browder * doc/c-tree.texi (Types): Fix grammar. (Expression trees): Ditto. @@ -28021,7 +28021,7 @@ * ipa-struct-reorg.c (create_new_malloc): Use pointer type as malloc result type. -2008-01-23 Anatoly Sokolov +2008-01-23 Anatoly Sokolov * config/avr/avr.c (avr_current_arch): New variable. (avr_arch_types): Add 'avr31' and 'avr51' entries. @@ -28272,7 +28272,7 @@ from cfun to child_cfun. * function.h (struct function): Add after_tree_profile bit. -2008-01-19 Anatoly Sokolov +2008-01-19 Anatoly Sokolov * config/avr/avr.S (_exit): Disable interrupt. @@ -28343,7 +28343,7 @@ PR tree-optimization/34648 * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying. -2008-01-17 Anatoly Sokolov +2008-01-17 Anatoly Sokolov * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around. * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add. @@ -28580,7 +28580,7 @@ PR target/26015 * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define. -2008-01-11 Anatoly Sokolov +2008-01-11 Anatoly Sokolov * config/avr/avr.c (expand_prologue, expand_epilogue): Don't save/restore frame pointer register and don't use 'call-prologues' @@ -28937,7 +28937,7 @@ * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer for very large number of operands instead of ICEing. -2008-01-02 Arthur Norman +2008-01-02 Arthur Norman PR target/34013 * config/i386/i386.c (ix86_expand_prologue): Save red-zone