| Commit message (Expand) | Author | Age | Files | Lines |
* | * function.c (pass_by_reference): True for all variable sized types. | rth | 2004-07-16 | 1 | -3/+2 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -8/+1 |
* | * target.h (struct gcc_target): Add calls.pass_by_reference. | rth | 2004-07-14 | 1 | -8/+3 |
* | * function.c (pass_by_reference): New. | rth | 2004-07-13 | 1 | -8/+30 |
* | * target-def.h (TARGET_MUST_PASS_IN_STACK): New. | rth | 2004-07-13 | 1 | -1/+2 |
* | * function.c (expand_function_start): Ensure r_save is in Pmode. | sje | 2004-07-12 | 1 | -0/+1 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -18/+18 |
* | * expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0. | aoliva | 2004-07-08 | 1 | -6/+0 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -9/+0 |
* | 2004-07-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-08 | 1 | -5/+0 |
* | * function.c (assign_parm_find_data_types): Call | aoliva | 2004-07-07 | 1 | -1/+4 |
* | PR c/16392 | danglin | 2004-07-07 | 1 | -1/+1 |
* | * calls.c (load_register_parameters): Call expand_shift instead | sayle | 2004-07-05 | 1 | -2/+2 |
* | * function.c (assign_parm_setup_reg): Properly rename variables in | rth | 2004-07-05 | 1 | -28/+29 |
* | * function.c, langhooks-def.h, langhooks.h: Move max_size hook | kenner | 2004-07-05 | 1 | -1/+1 |
* | * function.c (struct assign_parm_data_all): New. | rth | 2004-07-05 | 1 | -842/+998 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -2392/+74 |
* | * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook. | kenner | 2004-07-03 | 1 | -0/+8 |
* | * c-decl.c (grokdeclarator): Don't frob current_function_decl | rth | 2004-07-03 | 1 | -8/+3 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -84/+4 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -22/+22 |
* | * function.h (struct function): Remove x_function_call_count. | rth | 2004-07-01 | 1 | -10/+1 |
* | * function.c (identify_blocks, identify_blocks_1): Remove. | rth | 2004-07-01 | 1 | -88/+0 |
* | * function.h (struct function): Remove x_whole_function_mode_p. | rth | 2004-07-01 | 1 | -1/+0 |
* | * tree.h (immediate_size_expand): Delete. | rth | 2004-07-01 | 1 | -7/+0 |
* | * function.h (struct function): Remove x_last_parm_insn, | rth | 2004-06-30 | 1 | -10/+0 |
* | * function.c, rtl.h (get_first_nonparm_insn): Remove. | rth | 2004-06-30 | 1 | -10/+0 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -1/+1 |
* | * function.c (assign_parms): Don't abort with zero size stack | amodra | 2004-06-29 | 1 | -1/+1 |
* | PR middle-end/16026 | rth | 2004-06-22 | 1 | -2/+1 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -1/+1 |
* | PR target/15941 | danglin | 2004-06-19 | 1 | -2/+19 |
* | * function.c (free_after_compilation): Do not free computed_goto_common*. | hubicka | 2004-06-19 | 1 | -2/+0 |
* | 2004-06-18 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-06-18 | 1 | -7/+7 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -54/+54 |
* | * function.c (fixup_var_refs): Also adjust the start of sequence | ebotcazou | 2004-06-15 | 1 | -2/+2 |
* | * basic-block.h (could_fall_through): Declare. | amylaar | 2004-06-14 | 1 | -11/+31 |
* | PR middle-end/15228 | rth | 2004-06-09 | 1 | -11/+5 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -57/+3 |
* | * function.c (walk_fixup_memory_subreg): New parameter 'var'. | ebotcazou | 2004-06-01 | 1 | -11/+11 |
* | PR 15454 | rth | 2004-05-20 | 1 | -5/+8 |
* | PR c++/15463 | rakdver | 2004-05-19 | 1 | -135/+230 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -436/+102 |
* | PR middle-end/14988 | ebotcazou | 2004-05-02 | 1 | -28/+37 |
* | PR middle-end/15054 | uweigand | 2004-05-01 | 1 | -1/+1 |
* | * gcc.dg/unused-6.c: New test. | hubicka | 2004-04-28 | 1 | -11/+19 |
* | * calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY. | pbrook | 2004-04-28 | 1 | -3/+3 |
* | * function.c (assign_parms): Force | zlomek | 2004-04-20 | 1 | -0/+6 |
* | * function.c (gen_mem_addressof): When changing the RTX from a REG | sayle | 2004-04-09 | 1 | -2/+1 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -10/+11 |