aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-59/+59
2000-01-13calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in macro conditi...Kaveh R. Ghazi1-2/+2
2000-01-09elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi1-1/+3
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-3/+3
1999-12-31function.c (update_temp_slot_address): Handle case where sum of temporary add...Richard Kenner1-4/+15
1999-12-27alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1-3/+3
1999-12-20current_function -> cfunBernd Schmidt1-29/+29
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-64/+2
1999-12-15function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill1-12/+12
1999-12-15function.c (PREFERRED_STACK_BOUDNARY): Provide default value.Jan Hubicka1-0/+13
1999-12-05function.h (insert_block_after_note): Declare.Mark Mitchell1-20/+37
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-0/+3
1999-11-18except.h (struct eh_entry): Add goto_entry_p.Mark Mitchell1-0/+3
1999-11-16explow.c (hard_function_value): Add outgoing argument.Jakub Jelinek1-2/+2
1999-11-12function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as needed.Jeffrey A Law1-0/+1
1999-11-12function.c (diddle_return_value): Only clal hard_function_value when the retu...Jeffrey A Law1-8/+9
1999-11-11function.c (diddle_return_value): Use hard_function_value to get an rtx suita...Jeffrey A Law1-2/+8
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-1/+2
1999-11-05oops - add missing return valuesNick Clifton1-2/+2
1999-11-05If purge_addressof_1 fails to remove addressofs in notes, remove the notesNick Clifton1-23/+65
1999-11-04function.c (pad_to_arg_alignment): Only update argument_pad if the argument's...Jeffrey A Law1-3/+3
1999-11-04function.c (diddle_return_value): New.Richard Henderson1-1/+40
1999-10-31[multiple changes]Richard Kenner1-9/+46
1999-10-31toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber warning fro...Marc Lehmann1-2/+4
1999-10-29Fix up last patch.Catherine Moore1-5/+7
1999-10-29Remove stray comment.Catherine Moore1-1/+0
1999-10-29expr.c (emit_push_insn): New argument alignment_pad.Catherine Moore1-6/+29
1999-10-29except.c (free_eh_nesting_info): Free the info itself.Mark Mitchell1-1/+2
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-11/+0
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-1/+1
1999-10-21function.c (record_insns, contains): Always declare and define.Kaveh R. Ghazi1-5/+3
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-1/+6
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-3/+61
1999-09-16function.c (identify_blocks): Don't shadow a variable in an outer scope.Mark Mitchell1-4/+4
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-23/+66
1999-09-15rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1-25/+23
1999-09-15Remove second arg from assign_parmsBernd Schmidt1-54/+36
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-3/+4
1999-09-09function.c (assign_stack_local_1): Allocate from function->x_frame_offset, no...Richard Henderson1-1/+1
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-9/+13
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-0/+2
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-10/+17
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt1-0/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-12/+23
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-11/+10
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-1/+118
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-108/+63
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-9/+18
1999-09-04function.h (struct function): Add new element LANGUAGE.Bernd Schmidt1-3/+12