OSDN Git Service

* de.po: Update.
[pf3gnuchains/gcc-fork.git] / gcc / function.c
2004-10-07 rsandifo PR target/16815
2004-10-01 jakub2004-10-01 Jakub Jelinek <jakub@redhat.com>
2004-09-29 jakub * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER...
2004-09-28 bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-15 jsm28gcc:
2004-09-10 rth PR middle-end/17367
2004-09-08 rth PR rtl-opt/17186
2004-09-08 rth * function.c (reference_callee_copied): New.
2004-09-08 nathan * final.c (shorten_branches, final, get_insn_template,
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-24 dnovillo * cfg.c (check_bb_profile): Fix typos.
2004-08-18 rth * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-08-15 nathan.:
2004-08-10 jason * function.c (expand_function_start): Handle...
2004-08-09 bonzini2004-08-09 Paolo Bonzini <bonzini@gnu.org>
2004-08-07 jason Make return in memory explicit.
2004-07-27 rth * function.c (assign_stack_local_1): Widen...
2004-07-27 steven * cfgexpand.c (tree_expand_cfg): Fix comment.
2004-07-26 rth * calls.c (combine_pending_stack_adjustment_and...
2004-07-26 rsandifo PR rtl-optimization/16643
2004-07-25 sayle * convert.c (convert_to_real, convert_to_integer,
2004-07-23 rth * expr.c (expand_expr_real_1): Don't handle...
2004-07-16 rth * function.c (pass_by_reference): True for...
2004-07-14 bonzini2004-07-14 Paolo Bonzini <bonzini@gnu.org>
2004-07-14 rth * target.h (struct gcc_target): Add calls.pass_by_refe...
2004-07-13 rth * function.c (pass_by_reference): New.
2004-07-13 rth * target-def.h (TARGET_MUST_PASS_IN_STACK): New.
2004-07-12 sje * function.c (expand_function_start): Ensure...
2004-07-09 jlquinn2004-07-08 Jerry Quinn <jlquinn@optonline.net>
2004-07-08 aoliva* expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.
2004-07-08 rth * except.c (expand_eh_region_start, expand_eh_region_end,
2004-07-08 bonzini2004-07-08 Paolo Bonzini <bonzini@gnu.org>
2004-07-07 aoliva* function.c (assign_parm_find_data_types): Call
2004-07-07 danglin PR c/16392
2004-07-05 sayle * calls.c (load_register_parameters): Call expand_shif...
2004-07-05 rth * function.c (assign_parm_setup_reg): Properly...
2004-07-05 kenner * function.c, langhooks-def.h, langhooks.h: Move max_s...
2004-07-05 rth * function.c (struct assign_parm_data_all)...
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-07-03 kenner * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New...
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-07-01 jlquinn2004-07-01 Jerry Quinn <jlquinn@optonline.net>
2004-07-01 rth * function.h (struct function): Remove x_functi...
2004-07-01 rth * function.c (identify_blocks, identify_blocks_...
2004-07-01 rth * function.h (struct function): Remove x_whole_...
2004-07-01 rth * tree.h (immediate_size_expand): Delete.
2004-06-30 rth * function.h (struct function): Remove x_last_p...
2004-06-30 rth * function.c, rtl.h (get_first_nonparm_insn...
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-29 amodra * function.c (assign_parms): Don't abort with zero...
2004-06-22 rth PR middle-end/16026
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-19 danglin PR target/15941
2004-06-19 hubicka * function.c (free_after_compilation): Do not free...
2004-06-18 bonzini2004-06-18 Paolo Bonzini <bonzini@gnu.org>
2004-06-15 jlquinn2004-06-15 Jerry Quinn <jlquinn@optonline.net>
2004-06-15 ebotcazou * function.c (fixup_var_refs): Also adjust the start...
2004-06-14 amylaar * basic-block.h (could_fall_through): Declare.
2004-06-09 rth PR middle-end/15228
2004-06-03 steven * basic-block.c (tail_recursion_label_list): Don't...
2004-06-01 ebotcazou * function.c (walk_fixup_memory_subreg): New parameter...
2004-05-20 rth PR 15454
2004-05-19 rakdver PR c++/15463
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-02 ebotcazou PR middle-end/14988
2004-05-01 uweigand PR middle-end/15054
2004-04-28 hubicka * gcc.dg/unused-6.c: New test.
2004-04-28 pbrook * calls.c (precompute_arguments): Remove PROMOTE_FOR_C...
2004-04-20 zlomek * function.c (assign_parms): Force
2004-04-09 sayle * function.c (gen_mem_addressof): When changing the...
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-31 kenner * function.c (put_var_into_stack): Properly set orig_r...
2004-03-29 kenner * function.c (put_var_into_stack): If old RTL was...
2004-03-27 uweigand * function.c (thread_prologue_and_epilogue): Move
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-12 rth PR target/14547
2004-03-10 aph2004-03-10 Andrew Haley <aph@redhat.com>
2004-03-08 sayle PR middle-end/14289
2004-03-05 pbrook * function.c (assign_parms): Include pretend alignment...
2004-03-03 bonzini2004-02-07 Paolo Bonzini <bonzini@gnu.org>
2004-02-29 sayle2004-02-29 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2004-02-27 pbrook * function.c (assign_parms): Don't count pretend args...
2004-02-26 kazu * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
2004-02-19 amodra * function.c (assign_parms): When building decl_rtl for
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-02-12 kenner * function.c (update_epilogue_consts): Teach about...
2004-02-12 kenner * emit-rtl.c (set_mem_attributes_minus_bitpos): Don...
2004-02-10 zlomek PR/14058
2004-02-08 dje * function.c (assign_parms): Fix formatting.
2004-02-06 amodra * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
2004-02-02 hubicka * alias.c (record_set): Use hard_regno_nregs.
2004-01-31 kazu * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FO...
2004-01-26 fjahanianDo not assign long long argument to memory in prologue...
2004-01-25 kazu * c-common.h: Fix comment typos.
2004-01-22 hubicka * function.c (allocate_struct_function): Do not initia...
2004-01-17 drow * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
2004-01-13 steven PR c++/13376
2004-01-03 stevenFix messed up accidental commit.
2003-12-30 steven Backport from tree-ssa (relevant changes only):
next