aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-06function.c (handle_epilogue_set): Check for FP setting case when SP is set fr...Richard Kenner1-3/+6
2001-12-06function.c (assing_parms): Fix typo in last change.Richard Kenner1-1/+1
2001-12-05function.c (keep_stack_depressed): Check global_live_at_start of EXIT_BLOCK f...Richard Kenner1-1/+6
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-37/+2
2001-12-05function.c (keep_stack_depressed): Refine check for register clobbered over c...Richard Kenner1-1/+2
2001-12-04function.c (assign_parms): Set last_named only for last named argument.Jakub Jelinek1-5/+14
2001-12-04rtl.def (PREFETCH): New rtx code.Janis Johnson1-0/+1
2001-11-24function.c (assign_stack_temp_for_type): Clear alias set before setting new one.Richard Kenner1-0/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-21function.c (keep_stack_depressed): Major rework.Richard Kenner1-39/+269
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-5/+5
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-3/+1
2001-11-14* function.c (struct temp_slot): ALIGN now unsigned.Richard Kenner1-1/+1
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner1-9/+4
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-1/+0
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner1-1/+8
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-8/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-5/+13
2001-10-19Makefile.in (rtlanal.o): Depend on $(TM_P_H).Kaveh R. Ghazi1-0/+2
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-0/+9
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-36/+36
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-08varasm.c (restore_varasm_status): New.Richard Henderson1-0/+1
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner1-10/+22
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-19/+5
2001-09-23function.c (pop_function_context_from): var_refs_queue and temp slots now in ...Richard Kenner1-55/+33
2001-09-22function.c (fix_lexical_address): Use set_mem_alias_set.Richard Kenner1-2/+2
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-2/+2
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-14/+1
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg1-0/+2
2001-09-03function.h (struct function): Add arg_pointer_save_area_init.Richard Henderson1-11/+14
2001-08-31function.c: Remove all_functions.Zack Weinberg1-58/+60
2001-08-27function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson1-19/+36
2001-08-23function.c (thread_prologue_and_epilogue_insns): Avoid fallthru flag on edge ...Jan Hubicka1-0/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22expmed.c (mode_for_extraction): New function.Zack Weinberg1-21/+13
2001-08-19* function.c (gen_mem_addressof): Don't call get_alias_set if no decl.Richard Henderson1-1/+1
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-14/+15
2001-08-17Install the proper patch.Jan Hubicka1-13/+17
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+2
2001-08-12defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg1-4/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-8/+1
2001-08-10stmt.c (expand_null_return_1): Remove code to generate simple returns and "us...John David Anglin1-12/+0
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-08alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill1-1/+4
2001-08-06i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.Richard Henderson1-2/+27
2001-08-01rs6000.md (define_splits): Kill unused constraints.Jan Hubicka1-13/+7
2001-07-31* function.c (pad_below): Revert 2001-07-26 patch.Graham Stott1-4/+1
2001-07-30i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka1-1/+2