summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2000-09-15 Andrew Haley <aph@redhat.com>aph2000-09-181-0/+66
* Bring back equal forms for libcallscrux2000-09-171-5/+6
* * stmt.c (expand_asm_operands): Twiddle generating_concat_pgeoffk2000-09-011-0/+4
* Fix x86-x-ia64 abort while compiling glibc ldbl2mpn.c.wilson2000-08-251-1/+6
* * function.c (fixup_var_refs_1, case MEM): Update CODE afterkenner2000-08-181-0/+1
* * calls.c (calls_function_1, expand_call): Only testkenner2000-08-161-1/+2
* * calls.c (ECF_SP_DEPRESSED): New macro.kenner2000-08-161-0/+71
* * cse.c: Fix formatting.law2000-08-141-146/+141
* * flow.c (attempt_auto_inc): Remove unused variable `bb'.geoffk2000-08-141-1/+0
* * function.c (put_reg_into_stack): Allow type to be NULL.rth2000-08-111-22/+46
* * function.c (schedule_fixup_var_refs): New function, broken outamylaar2000-08-041-14/+40
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-2/+2
* * function.c (assign_stack_local_1, assign_stack_temp_for_type):hubicka2000-07-301-2/+4
* * function.c (round_down): Delete obsolete prototype.law2000-06-211-3/+0
* * function.c (put_var_into_stack): Don't reference DECL_ fieldskenner2000-06-191-25/+11
* * 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