summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* * function.c (assign_parms): Add missing argument to set_mem_attributeskenner2000-06-051-1/+1
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-1/+2
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-84/+41
* * function.c (emit_return_into_block): New line_note arg; emit it.rth2000-05-291-23/+48
* * function.c (diddle_return_value): A pcc-style struct returnrth2000-05-281-2/+14
* * function.c (thread_prologue_epilogue_insns): Don't move therth2000-05-271-24/+27
* * function.c (thread_prologue_and_epilogue_insns): Make surerth2000-05-231-27/+57
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-1/+5
* top level:zack2000-05-091-1/+1
* * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.ghazi2000-05-041-1/+1
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-3/+0
* * function.c (epilogue_done): Pass whole insn to record_insns.hubicka2000-04-271-2/+4
* * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.kenner2000-04-211-1/+1
* * function.c (expand_function_start): Use hard_function_value tommitchel2000-04-181-6/+1
* Jeffrey A Law (law@cygnus.com)rth2000-04-121-0/+14
* * function.c (aggregate_value_p): VOID_TYPE nodes are nevermmitchel2000-04-121-0/+2
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-5/+17
* * function.c (expand_function_end): Pass alignment argument tolaw2000-03-301-1/+1
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-2/+2
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-5/+4
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.hubicka2000-03-291-8/+9
* * expr.c (store_constructor): SIZE now signed.kenner2000-03-281-2/+0
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-11/+15
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-5/+2
* Implement dwarf2 exception handling for the ARM.jason2000-03-231-3/+3
* gccnathan2000-03-211-1/+1
* * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.loewis2000-03-191-3/+3
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-28/+18
* Sibling call optimizations.rth2000-03-171-151/+293
* * function.c (prepare_function_start): Correctly initializerearnsha2000-03-141-1/+3
* * function.c (put_var_into_stack): Use type_for_mode to calculatejason2000-03-131-1/+2
* * except.c (can_throw): See through a SEQUENCE.jason2000-03-091-0/+6
* * function.c (free_temps_for_rtl_expr): Don't free slotsmmitchel2000-03-061-34/+15
* * tree.def (RTL_EXPR): Update documentation.mmitchel2000-03-051-5/+33
* Revert this patch:mmitchel2000-03-051-2/+50
* * function.h (struct sequence_stack): Remove rtl_expr.mmitchel2000-03-051-50/+2
* * function.c (number_blocks): Reset next_block_index based onkenner2000-02-281-1/+2
* * emit-rtl.c (remove_unncessary_notes): Remove notes for emptymmitchel2000-02-281-14/+70
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-28/+15
* Fix copyrights.law2000-02-261-1/+2
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-1/+1
* * function.c (thread_prologue_and_epilogue_insns): Put a line notemmitchel2000-02-171-1/+22
* * function.c (thread_prologue_and_epilogue_insns): Don't insertgeoffk2000-02-111-5/+17
* * function.c (assign_temp): Change zero-sized arrays to size 1.hubicka2000-02-101-0/+5
* * function.c (thread_prologue_and_epilogue_insns): Uncommentcpopetz2000-02-101-2/+2
* * function.c (thread_prologue_and_epilogue_insns): Don't deletecpopetz2000-02-101-0/+6
* * function.c (thread_prologue_and_epilogue_insns): Don't replacecpopetz2000-02-081-1/+1
* * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.hp2000-02-081-0/+4
* * calls.c (compute_argument_block_size): New argumenthubicka2000-02-071-0/+3
* * flow.c (flow_delete_insn, make_edge, remove_edge): Export.rth2000-02-061-0/+109