summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
...
* * function.c (assign_parms): Update parm's DECL_INCOMING_RTLaoliva2000-12-221-0/+1
* * function.c (adjust_trampoline_addr): New function.aoliva2000-12-151-3/+19
* * function.c (assign_parms): Optimize incoming PARALLELs intoaoliva2000-12-131-0/+20
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-1/+1
* * function.c (free_after_compilation): Clear x_clobber_return_insn.mmitchel2000-11-271-0/+1
* * function.c (assign_parms): When calling put_var_into_stack, makemmitchel2000-11-131-1/+13
* * function.c (assign_parms): If TREE_ADDRESSABLE is set, try tojason2000-11-121-4/+3
* * function.c (expand_function_start): Cast GET_MODE_SIZE tojakub2000-11-081-1/+2
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.kenner2000-10-201-4/+4
* * function.c (locate_and_pad_parm): Zero alignment_pad.rth2000-10-201-0/+2
* 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2000-10-171-1/+6
* Remove obstacks.mmitchel2000-10-131-45/+8
* * function.c (diddle_return_value): Examinerth2000-10-071-28/+48
* * c-decl.c (warn_missing_noreturn): Remove.rth2000-10-061-0/+9
* Fix IA-64 REG_LIBCALL dangling reference.wilson2000-10-051-10/+34
* Fix ia64-linux kernel fn_hash() miscompilation.wilson2000-09-181-0/+8
* 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