aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-28dwarf2out.c (dw_val_class_offset): New.Richard Henderson1-33/+94
2001-07-26function.c (locate_and_pad_parm): Also pad initial offset so that the total a...Graham Stott1-1/+4
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-7/+4
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-1/+3
2001-07-09[multiple changes]Richard Kenner1-13/+3
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner1-1/+1
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-11/+9
2001-07-01Trivial whitespace changesRichard Kenner1-0/+1
2001-06-21integrate.c (ggc.h): Include.DJ Delorie1-0/+3
2001-06-15* function.c (gen_mem_addressof): Handle case where DECL is SAVE_EXPR.Richard Kenner1-1/+4
2001-06-08function.c (diddle_return_value): Kill code to determine return value before ...Jan Hubicka1-38/+21
2001-06-08function.c (clobber_return_register): Clobber the pseudo return register too.Jan Hubicka1-0/+11
2001-06-05c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell1-8/+24
2001-05-25function.c (expand_function_start): Don't abort on PARALLEL returns from hard...Richard Henderson1-10/+12
2001-05-23function.c (expand_function_start): Always use a pseudo for the function resu...Richard Henderson1-22/+3
2001-05-18function.c (expand_function_start): Avoid creating BLKmode pseudos.Mark Mitchell1-14/+18
2001-05-02function.c (fixup_var_regs_1, [...]): Use promoted mode for replacement.Richard Kenner1-1/+1
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-7/+7
2001-04-27function.c (purge_addressof_1): Remove the duplicate if (code == SET) block.Zack Weinberg1-19/+11
2001-04-26function.c (expand_function_end): Always clobber the return registers, even i...Geoffrey Keating1-19/+17
2001-04-20gcse.c (gcse_main): Fix comment typo.Jakub Jelinek1-1/+1
2001-04-15Fix ia64 libffi build failure.Jim Wilson1-0/+4
2001-04-10function.c (purge_single_hard_subreg_set): Only check REGNO if the subreg was...Andrew MacLeod1-1/+1
2001-04-05function.h (virtuals_instantiated): Declare.DJ Delorie1-2/+4
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-15/+32
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-44/+15
2001-03-27function.c (expand_function_start): Set DECL_REGISTER on a pseudo used for DE...Richard Henderson1-1/+4