summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-10/+5
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-6/+6
* builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner2001-10-231-7/+5
* Correct typo in last changeRichard Kenner2001-10-231-1/+2
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-57/+22
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-10-191-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-15/+15
* calls.c: Fix formatting.Kazu Hirata2001-10-101-3/+3
* rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson2001-09-211-2/+8
* * calls.c (store_one_arg): Expand comment.Richard Sandiford2001-09-101-2/+8
* calls.c (store_one_arg): Make sure that the entire argument is pushed if...Roman Lechtchinsky2001-09-101-2/+4
* calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE,...Kaveh R. Ghazi2001-08-311-2/+5
* (forgot in last checkin)Andreas Jaeger2001-08-281-36/+13
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* 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-33/+2
* calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka2001-08-081-1/+10
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-18/+10
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-1/+1
* calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson2001-07-171-4/+5
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-2/+2
* calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata2001-07-111-1/+1
* * calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.David Edelsohn2001-05-041-3/+3
* calls.c (expand_call): Fix a comment typo.Kazu Hirata2001-04-211-2/+2
* function.h (virtuals_instantiated): Declare.DJ Delorie2001-04-051-4/+12
* rtl.h (LCT_THROW): New.Richard Henderson2001-04-031-7/+21
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-6/+19
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-21/+4
* rtl.h (LCT_NORETURN): New.Richard Henderson2001-03-271-0/+33
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson2001-03-181-13/+0
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-2/+3
* calls.c (emit_library_call_value_1): Memory slot for pass-by-reference argume...Alexandre Oliva2001-01-241-1/+1
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva2001-01-121-5/+33
* calls.c (emit_library_call_value_1): Support INIT_CUMULATIVE_LIBCALL_ARGS.Alexandre Oliva2001-01-051-1/+5
* * calls.c (calls_function_1, case CONSTRUCTOR): New case.Richard Kenner2000-12-301-0/+11
* alias.c (alias_sets_conflict_p): New function.Richard Kenner2000-12-301-21/+19
* calls.c (emit_library_call_value_1): Add to call_fusage the stack slot assign...Alexandre Oliva2000-12-291-0/+3
* calls.c (store_one_arg): If parm is passed both in stack and in register and ...Chandrakala Chavva2000-12-271-0/+24
* calls.c (expand_call): Emit queued insns before creating the tail recursion s...Richard Henderson2000-11-301-0/+4
* calls.c (expand_call): Defer const/pure NO_DEFER_POP until after sibcall do_p...Richard Henderson2000-11-281-5/+5
* calls.c (expand_call): Don't disable tail recursion based on the loop nest.Jan Hubicka2000-11-281-4/+2
* calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers2000-11-091-4/+4
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-5/+5
* calls.c (emit_call_1): Use n_popped instead of RETURN_POPS_ARGS().Alexandre Oliva2000-11-041-3/+2
* calls.c (expand_call): If sibcall_failure is set during pass 1, clear tail_ca...Jakub Jelinek2000-10-271-4/+5
* calls.c (expand_call): Supress sibcall if we have a BLKmode return in registers.Richard Henderson2000-10-261-1/+6
* calls.c (combine_pending_stack_adjustment_and_call): Don't adjust stack when ...Alexandre Oliva2000-10-221-1/+1