summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
...
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+2
* defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg2001-08-121-4/+0
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-8/+1
* stmt.c (expand_null_return_1): Remove code to generate simple returns and "us...John David Anglin2001-08-101-12/+0
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-2/+2
* alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill2001-08-081-1/+4
* i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.Richard Henderson2001-08-061-2/+27
* rs6000.md (define_splits): Kill unused constraints.Jan Hubicka2001-08-011-13/+7
* * function.c (pad_below): Revert 2001-07-26 patch.Graham Stott2001-07-311-4/+1
* i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka2001-07-301-1/+2
* dwarf2out.c (dw_val_class_offset): New.Richard Henderson2001-07-281-33/+94
* function.c (locate_and_pad_parm): Also pad initial offset so that the total a...Graham Stott2001-07-261-1/+4
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-7/+4
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-1/+3
* [multiple changes]Richard Kenner2001-07-091-13/+3
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-1/+1
* emit-rtl.c (adjust_address): New function.Richard Kenner2001-07-021-11/+9
* Trivial whitespace changesRichard Kenner2001-07-011-0/+1
* integrate.c (ggc.h): Include.DJ Delorie2001-06-211-0/+3
* * function.c (gen_mem_addressof): Handle case where DECL is SAVE_EXPR.Richard Kenner2001-06-151-1/+4
* function.c (diddle_return_value): Kill code to determine return value before ...Jan Hubicka2001-06-081-38/+21
* function.c (clobber_return_register): Clobber the pseudo return register too.Jan Hubicka2001-06-081-0/+11
* c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell2001-06-051-8/+24
* function.c (expand_function_start): Don't abort on PARALLEL returns from hard...Richard Henderson2001-05-251-10/+12
* function.c (expand_function_start): Always use a pseudo for the function resu...Richard Henderson2001-05-231-22/+3
* function.c (expand_function_start): Avoid creating BLKmode pseudos.Mark Mitchell2001-05-181-14/+18
* function.c (fixup_var_regs_1, [...]): Use promoted mode for replacement.Richard Kenner2001-05-021-1/+1
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-7/+7
* function.c (purge_addressof_1): Remove the duplicate if (code == SET) block.Zack Weinberg2001-04-271-19/+11
* function.c (expand_function_end): Always clobber the return registers, even i...Geoffrey Keating2001-04-261-19/+17
* gcse.c (gcse_main): Fix comment typo.Jakub Jelinek2001-04-201-1/+1
* Fix ia64 libffi build failure.Jim Wilson2001-04-151-0/+4
* function.c (purge_single_hard_subreg_set): Only check REGNO if the subreg was...Andrew MacLeod2001-04-101-1/+1
* function.h (virtuals_instantiated): Declare.DJ Delorie2001-04-051-2/+4
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-15/+32
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-44/+15
* function.c (expand_function_start): Set DECL_REGISTER on a pseudo used for DE...Richard Henderson2001-03-271-1/+4
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson2001-03-181-4/+0
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-26/+37
* emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham2001-03-121-16/+16
* xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg2001-03-021-5/+5
* tree.h (BLOCK_DEAD): New macro.Richard Kenner2001-02-241-16/+16
* function.c (epilogue_done): Be ready for first basic block not containing PRO...Jan Hubicka2001-02-241-2/+11
* function.c (assign_parms): Set RTX_UNCHANGING_P in pseudo when we do in memory.Richard Kenner2001-02-151-2/+5
* combine.c (nonzero_bits, case PLUS): If pointers extend unsigned and this is ...Richard Kenner2001-02-061-51/+60
* final.c: Move the declaration profile_label_no to ...Chandrakala Chavva2001-02-051-0/+5
* Reinstall 1.245 -> 1.246 changeRichard Kenner2001-01-201-1/+1
* [multiple changes]Zack Weinberg2001-01-201-217/+248
* alias.c (rtx_equal_for_memref_p, [...]): Don't assume args are REG.Richard Kenner2001-01-191-1/+1