summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin2000-11-291-1/+1
* * function.c (free_after_compilation): Clear x_clobber_return_insn.Mark Mitchell2000-11-271-0/+1
* function.c (assign_parms): When calling put_var_into_stack...Mark Mitchell2000-11-131-1/+13
* function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill2000-11-111-4/+3
* function.c (expand_function_start): Cast GET_MODE_SIZE to HOST_WIDE_INT befor...Jakub Jelinek2000-11-081-1/+2
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.Richard Kenner2000-10-201-4/+4
* * function.c (locate_and_pad_parm): Zero alignment_pad.Richard Henderson2000-10-201-0/+2
* function.c (locate_and_pad_parm): Don't align stack unconditionally.Franz Sirl2000-10-171-1/+6
* Remove obstacks.Mark Mitchell2000-10-131-45/+8
* function.c (diddle_return_value): Examine current_function_return_rtx instead...Richard Henderson2000-10-061-28/+48
* c-decl.c (warn_missing_noreturn): Remove.Richard Henderson2000-10-051-0/+9
* Fix IA-64 REG_LIBCALL dangling reference.Jim Wilson2000-10-051-10/+34
* Fix ia64-linux kernel fn_hash() miscompilation.Jim Wilson2000-09-181-0/+8