aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-15/+15
2001-10-10calls.c: Fix formatting.Kazu Hirata1-3/+3
2001-09-21rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson1-2/+8
2001-09-10* calls.c (store_one_arg): Expand comment.Richard Sandiford1-2/+8
2001-09-10calls.c (store_one_arg): Make sure that the entire argument is pushed if...Roman Lechtchinsky1-2/+4
2001-08-31calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE,...Kaveh R. Ghazi1-2/+5
2001-08-28(forgot in last checkin)Andreas Jaeger1-36/+13
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
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-33/+2
2001-08-08calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka1-1/+10
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-18/+10
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-17calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson1-4/+5
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-2/+2
2001-07-11calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata1-1/+1
2001-05-04* calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.David Edelsohn1-3/+3
2001-04-21calls.c (expand_call): Fix a comment typo.Kazu Hirata1-2/+2
2001-04-05function.h (virtuals_instantiated): Declare.DJ Delorie1-4/+12
2001-04-03rtl.h (LCT_THROW): New.Richard Henderson1-7/+21
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-6/+19
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-21/+4
2001-03-27rtl.h (LCT_NORETURN): New.Richard Henderson1-0/+33
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson1-13/+0
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+3
2001-01-24calls.c (emit_library_call_value_1): Memory slot for pass-by-reference argume...Alexandre Oliva1-1/+1
2001-01-12calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva1-5/+33
2001-01-05calls.c (emit_library_call_value_1): Support INIT_CUMULATIVE_LIBCALL_ARGS.Alexandre Oliva1-1/+5
2000-12-30* calls.c (calls_function_1, case CONSTRUCTOR): New case.Richard Kenner1-0/+11
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-21/+19
2000-12-29calls.c (emit_library_call_value_1): Add to call_fusage the stack slot assign...Alexandre Oliva1-0/+3
2000-12-27calls.c (store_one_arg): If parm is passed both in stack and in register and ...Chandrakala Chavva1-0/+24
2000-11-30calls.c (expand_call): Emit queued insns before creating the tail recursion s...Richard Henderson1-0/+4
2000-11-28calls.c (expand_call): Defer const/pure NO_DEFER_POP until after sibcall do_p...Richard Henderson1-5/+5
2000-11-28calls.c (expand_call): Don't disable tail recursion based on the loop nest.Jan Hubicka1-4/+2
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers1-4/+4
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-5/+5
2000-11-04calls.c (emit_call_1): Use n_popped instead of RETURN_POPS_ARGS().Alexandre Oliva1-3/+2
2000-10-27calls.c (expand_call): If sibcall_failure is set during pass 1, clear tail_ca...Jakub Jelinek1-4/+5
2000-10-26calls.c (expand_call): Supress sibcall if we have a BLKmode return in registers.Richard Henderson1-1/+6
2000-10-22calls.c (combine_pending_stack_adjustment_and_call): Don't adjust stack when ...Alexandre Oliva1-1/+1
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-0/+1
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-13/+58
2000-09-15Don't make bogus libcall blocksBernd Schmidt1-44/+0
2000-09-14calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.Richard Henderson1-1/+1
2000-09-06* calls.c: Fix formatting.Kazu Hirata1-130/+130