summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor whitespace changesRichard Kenner2001-01-161-1/+2
* Remove {save|restore}_machine_status.Nick Clifton2001-01-101-10/+6
* function.c (instantiate_virtual_regs): Instantiate virtual registers found in...Jeffrey A Law2001-01-101-0/+4
* function.c (fixup_var_refs): Use push_to_full_sequence where possible.Zack Weinberg2001-01-051-1/+1
* function.c (reorder_blocks): Make sure the flags are all reset before using t...DJ Delorie2001-01-051-0/+31
* integrate.c (expand_inline_function): Don't put a virtual register into the r...J"orn Rennecke2001-01-041-1/+3
* function.c (expand_function_end): Properly handle DECL_RESULT and copy when p...Richard Kenner2001-01-011-5/+15
* alias.c (alias_sets_conflict_p): New function.Richard Kenner2000-12-301-26/+25
* function.c (assign_parms): Convert arguments passed by reference to the right...Alexandre Oliva2000-12-291-1/+16
* function.c (assign_parms): Update parm's DECL_INCOMING_RTL when optimizing PA...Alexandre Oliva2000-12-221-0/+1
* function.c (adjust_trampoline_addr): New function.Alexandre Oliva2000-12-151-3/+19
* function.c (assign_parms): Optimize incoming PARALLELs into REGs if possible.Alexandre Oliva2000-12-131-0/+20