| Commit message (Expand) | Author | Age | Files | Lines |
* | * function.c (assign_parm_setup_block): Handle parallels correctly. | aldyh | 2004-10-28 | 1 | -2/+22 |
* | * expr.c (expand_assignment): Remove the last argument. | kazu | 2004-10-19 | 1 | -1/+1 |
* | PR debug/13841 | rth | 2004-10-13 | 1 | -2/+12 |
* | 2004-10-11 Andrew Pinski <pinskia@physics.uc.edu | pinskia | 2004-10-11 | 1 | -1/+0 |
* | * emit-rtl.c (last_label_num, base_label_num): Remove. | kazu | 2004-10-08 | 1 | -2/+0 |
* | PR target/16815 | rsandifo | 2004-10-07 | 1 | -2/+6 |
* | 2004-10-01 Jakub Jelinek <jakub@redhat.com> | jakub | 2004-10-01 | 1 | -4/+0 |
* | * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD | jakub | 2004-09-29 | 1 | -0/+4 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -17/+36 |
* | gcc: | jsm28 | 2004-09-15 | 1 | -5/+6 |
* | PR middle-end/17367 | rth | 2004-09-10 | 1 | -1/+1 |
* | PR rtl-opt/17186 | rth | 2004-09-08 | 1 | -6/+5 |
* | * function.c (reference_callee_copied): New. | rth | 2004-09-08 | 1 | -3/+14 |
* | * final.c (shorten_branches, final, get_insn_template, | nathan | 2004-09-08 | 1 | -69/+66 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -1/+1 |
* | * cfg.c (check_bb_profile): Fix typos. | dnovillo | 2004-08-24 | 1 | -1/+1 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -7/+1 |
* | .: | nathan | 2004-08-15 | 1 | -1/+2 |
* | * function.c (expand_function_start): Handle DECL_BY_REFERENCE on | jason | 2004-08-10 | 1 | -2/+6 |
* | 2004-08-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-09 | 1 | -24/+9 |
* | Make return in memory explicit. | jason | 2004-08-07 | 1 | -20/+26 |
* | * function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INT | rth | 2004-07-27 | 1 | -2/+4 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -74/+0 |
* | * calls.c (combine_pending_stack_adjustment_and_call): Make | rth | 2004-07-26 | 1 | -1/+1 |
* | PR rtl-optimization/16643 | rsandifo | 2004-07-26 | 1 | -1/+1 |
* | * convert.c (convert_to_real, convert_to_integer, | sayle | 2004-07-25 | 1 | -2/+3 |
* | * expr.c (expand_expr_real_1): Don't handle non-local variables. | rth | 2004-07-23 | 1 | -45/+0 |
* | * 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 |