OSDN Git Service

* varasm.c (assemble_variable): Fix format specifier thinko.
[pf3gnuchains/gcc-fork.git] / gcc / function.c
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):
2003-12-24 dje * function.c (assign_parms): Update max_parm_re...
2003-12-21 kazu * alias.c: Fix comment formatting.
2003-12-16 kazu * flow.c (EXIT_IGNORE_STACK): Move to ...
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-12-11 wilsonFix for problem with unnecessary volatile mems.
2003-12-11 steven2003-12-11 Steven Bosscher <steven@gcc.gnu.org>
2003-12-07 ebotcazou PR optimization/13060
2003-12-05 ebotcazou PR middle-end/11151
2003-12-03 dje * function.c (assign_parms): Make sure parm...
2003-12-01 steven * function.c (update_epilogue_consts): Don't use PARAMS.
2003-11-24 aj2003-11-23 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2003-11-20 dje2003-11-20 Fariborz Jahanian <fjahanian@apple.com>
2003-11-14 jason * function.c (assign_parms): Use TREE_TYPE...
2003-11-14 kenner PR/6552
2003-11-12 echristo2003-11-11 Eric Christopher <echristo@redhat.com>
2003-11-01 danglin * function.c (assign_parms): Add ATTRIBUTE_UNUSED...
2003-10-30 echristo2003-10-25 Eric Christopher <echristo@redhat.com>
2003-10-11 ebotcazou PR optimization/12544
2003-10-08 geoffk * function.c (pad_to_arg_alignment): Move 'boundary_in...
2003-10-07 geoffk2003-10-07 Geoffrey Keating <geoffk@apple.com>
2003-10-05 kazu * c-pretty-print.c: Fix comment typos.
2003-10-05 kazu * fold-const.c: Follow spelling conventions.
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-18 mmitchel PR target/11184
2003-09-14 rsandifo * function.c (STACK_BYTES): Move definition to head...
2003-09-04 dj * targhooks.c: New file.
2003-08-29 rth * function.c (allocate_struct_function): New...
2003-08-27 rsandifo * calls.c (initialize_argument_information): If an...
2003-08-19 pinskiaPR c++/10538, PR c/5582
2003-07-25 gdr Remove pedwarn_with_decl, warning_with_decl...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-15 kazu * expr.c (expand_assignment): Remove an unused argument
2003-07-14 amodra * doc/tm.texi (BLOCK_REG_PADDING): Describe.
2003-07-11 rth * function.c (assign_parms): Don't recombine...
2003-07-07 nathan * rtl.h (emit_line_note): Take a location_t.
2003-07-01 aj * fold-const.c: Convert prototypes to ISO C90.
2003-07-01 nathan * rtl.h (emit_line_note_after): Remove.
2003-06-27 nathan * rtl.h (emit_note): Remove FILE parameter.
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-22 schwab * function.c (set_insn_locators): Mark as unused.
2003-06-20 nathan * tree.h (expand_function_end): Remove all parameters.
2003-06-16 ghazicp:
2003-06-16 neroden * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c,...
2003-06-14 nathan * tree.h (init_function_start): Remove filename and...
2003-06-08 hubicka * cfglayout.c (insn_scope): New static function
2003-06-04 jakub * function.c (trampolines_created): New variable.
next