| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -8/+9 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -1/+1 |
* | * function.c (set_insn_locators): Mark as unused. | schwab | 2003-06-22 | 1 | -1/+1 |
* | * tree.h (expand_function_end): Remove all parameters. | nathan | 2003-06-20 | 1 | -14/+3 |
* | cp: | ghazi | 2003-06-16 | 1 | -1/+1 |
* | * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c, | neroden | 2003-06-16 | 1 | -1/+1 |
* | * tree.h (init_function_start): Remove filename and line paramters. | nathan | 2003-06-14 | 1 | -8/+7 |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -0/+18 |
* | * function.c (trampolines_created): New variable. | jakub | 2003-06-04 | 1 | -0/+4 |
* | 2003-06-03 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-03 | 1 | -1/+66 |
* | Add missed chunk in last commit. | aj | 2003-05-31 | 1 | -2/+1 |
* | * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE | aj | 2003-05-31 | 1 | -5/+0 |
* | * tree.h (contains_placeholder_p): Now returns bool. | kenner | 2003-05-27 | 1 | -2/+1 |
* | * function.c (assign_parms): Check for zero size args. | amodra | 2003-05-17 | 1 | -0/+3 |
* | * coverage.h (coverage_counter_alloc): New function. | nathan | 2003-05-11 | 1 | -2/+0 |
* | * expr.c (move_block_from_reg): Remove "size" parm. Localize vars. | amodra | 2003-05-09 | 1 | -10/+44 |
* | * function.c (assign_parms): Correct reversed reg_parm_stack_space | amodra | 2003-05-07 | 1 | -1/+4 |
* | PR c/10604 | zack | 2003-05-03 | 1 | -7/+2 |
* | * calls.c (struct arg_data): Move offset, slot_offset, size and | amodra | 2003-05-02 | 1 | -135/+156 |
* | * function.c (purge_addressof_1): Postpone insn in fewer cases. | rakdver | 2003-04-30 | 1 | -7/+9 |
* | Fix typo in comment. | kenner | 2003-04-22 | 1 | -1/+1 |
* | * function.c (purge_addressof_1): In (mem (addressof (reg))) case | amylaar | 2003-04-22 | 1 | -0/+30 |
* | * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a | kenner | 2003-04-18 | 1 | -1/+9 |
* | * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New. | rth | 2003-04-11 | 1 | -2/+1 |
* | 2003-04-10 Zack Weinberg <zack@codesourcery.com> | zack | 2003-04-11 | 1 | -4/+10 |
* | PR inline-asm/8803 | hubicka | 2003-04-10 | 1 | -0/+6 |
* | * function.c (purge_addressof): Use free_INSN_LIST_node instead of | rakdver | 2003-04-09 | 1 | -1/+1 |
* | * function.c (postponed_insns): New. | rakdver | 2003-04-08 | 1 | -12/+41 |
* | PR opt/8634 | rth | 2003-04-07 | 1 | -2/+8 |
* | * function.c (put_var_into_stack): Change bool parameter to int. | mmitchel | 2003-03-24 | 1 | -2/+2 |
* | PR c++/7086 | mmitchel | 2003-03-24 | 1 | -15/+24 |
* | PR inline-asm/7916 | hubicka | 2003-03-21 | 1 | -4/+33 |
* | * function.c (next_block_index): Mark with GTY. | geoffk | 2003-03-18 | 1 | -1/+1 |
* | * function.c (assign_parms): For a struct value address passed as | hainque | 2003-03-17 | 1 | -18/+20 |
* | * function.c (thread_prologue_and_epilogue_insns): Set delete_unused | m.hayes | 2003-03-17 | 1 | -1/+1 |
* | PR optimization/9387 | m.hayes | 2003-03-15 | 1 | -12/+1 |
* | * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1. | danglin | 2003-03-04 | 1 | -7/+22 |
* | * emit-rtl.c (set_reg_attrs_for_parm): New function. | zlomek | 2003-02-28 | 1 | -1/+1 |
* | * function.c (assign_stack_local_1): Truncate constant added to | aoliva | 2003-02-26 | 1 | -3/+6 |
* | * function.c (assign_parms): Set reg_attrs for parameters passed in | zlomek | 2003-02-26 | 1 | -0/+4 |
* | * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS | hubicka | 2003-02-19 | 1 | -1/+1 |
* | * bb-reorder.c (find_traces_1_round): Don't connect easy to copy | rth | 2003-02-15 | 1 | -0/+2 |
* | 2003-02-01 Richard Henderson <rth@redhat.com> | rth | 2003-02-01 | 1 | -0/+2 |
* | PR optimization/9090 | rearnsha | 2003-01-27 | 1 | -4/+1 |
* | * builtins.c (purge_builtin_constant_p): Scan insn stream | sayle | 2003-01-25 | 1 | -2/+1 |
* | * function.h (struct function): New field calls_constant_p. | sayle | 2003-01-25 | 1 | -0/+2 |
* | * emit-rtl.c (reg_attrs_htab): New static variable. | hubicka | 2003-01-24 | 1 | -9/+0 |
* | 2003-01-24 Phil Edwards <pme@gcc.gnu.org> | pme | 2003-01-24 | 1 | -2/+3 |
* | * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned | ghazi | 2003-01-16 | 1 | -1/+1 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -1/+1 |