aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson1-4/+0
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-26/+37
2001-03-12emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham1-16/+16
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-5/+5
2001-02-24tree.h (BLOCK_DEAD): New macro.Richard Kenner1-16/+16
2001-02-24function.c (epilogue_done): Be ready for first basic block not containing PRO...Jan Hubicka1-2/+11
2001-02-15function.c (assign_parms): Set RTX_UNCHANGING_P in pseudo when we do in memory.Richard Kenner1-2/+5
2001-02-06combine.c (nonzero_bits, case PLUS): If pointers extend unsigned and this is ...Richard Kenner1-51/+60
2001-02-05final.c: Move the declaration profile_label_no to ...Chandrakala Chavva1-0/+5
2001-01-20Reinstall 1.245 -> 1.246 changeRichard Kenner1-1/+1
2001-01-20[multiple changes]Zack Weinberg1-217/+248
2001-01-19alias.c (rtx_equal_for_memref_p, [...]): Don't assume args are REG.Richard Kenner1-1/+1