Age | Commit message (Expand) | Author | Files | Lines |
2004-10-08 | emit-rtl.c (last_label_num, [...]): Remove. | Kazu Hirata | 1 | -2/+0 |
2004-10-07 | re PR middle-end/16815 (MIPS n32/n64 inefficient code for float arguments) | Richard Sandiford | 1 | -2/+6 |
2004-10-01 | revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_... | Jakub Jelinek | 1 | -4/+0 |
2004-09-29 | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 1 | -0/+4 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -17/+36 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -5/+6 |
2004-09-09 | re PR middle-end/17367 (expand_expr_addr_expr with parallels (-O1 -mcpu=G5)) | Richard Henderson | 1 | -1/+1 |
2004-09-08 | re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065) | Richard Henderson | 1 | -6/+5 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 1 | -3/+14 |
2004-09-08 | final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -69/+66 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-23 | cfg.c (check_bb_profile): Fix typos. | Diego Novillo | 1 | -1/+1 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -7/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -1/+2 |
2004-08-10 | function.c (expand_function_start): Handle DECL_BY_REFERENCE on the RESULT_DECL. | Jason Merrill | 1 | -2/+6 |
2004-08-09 | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 1 | -24/+9 |
2004-08-07 | Make return in memory explicit. | Jason Merrill | 1 | -20/+26 |
2004-07-27 | function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INT before ro... | Richard Henderson | 1 | -2/+4 |
2004-07-27 | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 1 | -74/+0 |
2004-07-26 | calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac... | Richard Henderson | 1 | -1/+1 |
2004-07-26 | re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi... | Richard Sandiford | 1 | -1/+1 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -2/+3 |
2004-07-23 | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 1 | -45/+0 |
2004-07-16 | * function.c (pass_by_reference): True for all variable sized types. | Richard Henderson | 1 | -3/+2 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -8/+1 |
2004-07-13 | target.h (struct gcc_target): Add calls.pass_by_reference. | Richard Henderson | 1 | -8/+3 |
2004-07-13 | function.c (pass_by_reference): New. | Richard Henderson | 1 | -8/+30 |
2004-07-13 | target-def.h (TARGET_MUST_PASS_IN_STACK): New. | Richard Henderson | 1 | -1/+2 |
2004-07-12 | function.c (expand_function_start): Ensure r_save is in Pmode. | Steve Ellcey | 1 | -0/+1 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -18/+18 |
2004-07-08 | expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0. | Alexandre Oliva | 1 | -6/+0 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -9/+0 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -5/+0 |
2004-07-07 | function.c (assign_parm_find_data_types): Call FUNCTION_ARG_PASS_BY_REFERENCE... | Alexandre Oliva | 1 | -1/+4 |
2004-07-07 | re PR middle-end/16392 (function.c:3192: error: `stack_args_size' undeclared) | John David Anglin | 1 | -1/+1 |
2004-07-05 | calls.c (load_register_parameters): Call expand_shift instead of expand_binop... | Roger Sayle | 1 | -2/+2 |
2004-07-05 | function.c (assign_parm_setup_reg): Properly rename variables in FUNCTION_ARG... | Richard Henderson | 1 | -28/+29 |
2004-07-05 | function.c, [...]: Move max_size hook to type hooks; remove bogus PARAMS. | Richard Kenner | 1 | -1/+1 |
2004-07-04 | function.c (struct assign_parm_data_all): New. | Richard Henderson | 1 | -842/+998 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -2392/+74 |
2004-07-03 | langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook. | Richard Kenner | 1 | -0/+8 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -8/+3 |
2004-07-01 | tree.def (RTL_EXPR): Remove. | Richard Henderson | 1 | -84/+4 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -22/+22 |
2004-07-01 | function.h (struct function): Remove x_function_call_count. | Richard Henderson | 1 | -10/+1 |
2004-07-01 | function.c (identify_blocks, [...]): Remove. | Richard Henderson | 1 | -88/+0 |
2004-06-30 | function.h (struct function): Remove x_whole_function_mode_p. | Richard Henderson | 1 | -1/+0 |
2004-06-30 | tree.h (immediate_size_expand): Delete. | Richard Henderson | 1 | -7/+0 |
2004-06-30 | function.h (struct function): Remove x_last_parm_insn, inl_last_parm_insn. | Richard Henderson | 1 | -10/+0 |
2004-06-30 | * function.c, rtl.h (get_first_nonparm_insn): Remove. | Richard Henderson | 1 | -10/+0 |