aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
2003-09-06re PR target/12070 (ICE converting between double and long double with -msoft...Jan Hubicka
2003-08-09re PR other/11370 (-Wunreachable-code gives false complaints)Roger Sayle
2003-07-18re PR rtl-optimization/11557 (constant folding)Mark Mitchell
2003-06-10langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell
2003-03-04calls.c (rtx_for_function_call): Take the address as an argumentJan Hubicka
2003-03-03calls.c (compute_argument_addresses): Give the new MEMs a minimum alignment o...Jason Merrill
2003-02-24calls.c (store_one_arg): Revert 1999-02-16 change.Alan Modra
2003-01-26calls.c (emit_library_call_value_1): Handle return values in a PARALLEL.Alexandre Oliva
2003-01-24calls.c (fix_unsafe_tree): Prototype.Kaveh R. Ghazi
2003-01-21re PR rtl-optimization/7507 (ICE (segfault) with -O2)Christian Ehrhardt
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey
2002-11-18calls.c (alloca_call_p): New global function.Jan Hubicka
2002-11-10calls.c (PUSH_ARGS_REVERSED): Define only if not defined.H.J. Lu
2002-10-21c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka
2002-10-01calls.c (precompute_register_parameters): Force non-legitimate constants into...Richard Henderson
2002-09-26re PR rtl-optimization/7335 (Sparc: ICE in verify_wide_reg (flow.c:557) with ...David S. Miller
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-18calls.c (store_one_arg): Rename default_align to parm_align; always adjust pa...Richard Henderson
2002-09-17calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin
2002-09-16calls.c (emit_library_call_value_1): Don't refer to hard_libcall_value.Kazu Hirata
2002-09-12calls.c (store_one_arg): Use size_in_bytes to determine the amount of space t...Jason Merrill
2002-08-29expr.h (enum block_op_methods): New.Richard Henderson
2002-08-14calls.c: Include target.h.Richard Henderson
2002-07-23calls.c (emit_library_call_value_1): If FUNCTION_ARG_PASS_BY_REFERENCE is tru...J"orn Rennecke
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-04-25loop.c (load_mems): Don't change the interface of called functions.J"orn Rennecke
2002-04-12fix whitespaceJason Merrill
2002-04-04calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.David S. Miller
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-18calls.c (precompute_arguments): Do not assume that temporaries can be destroy...Mark Mitchell
2002-02-28rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i...Steve Ellcey
2002-02-11calls.c (store_one_arg): In the non-BLKmode non-partial case...Alexandre Oliva
2002-02-09Contribute sh64-elf.Alexandre Oliva
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott
2001-12-23calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for an invalid result...Richard Henderson
2001-12-23calls.c (ECF_LIBCALL_BLOCK): New constant.Jan Hubicka
2001-12-22calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.Richard Kenner
2001-12-18C++ ABI change: destroy value arguments in caller.Jason Merrill
2001-12-15calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted for rounded...Richard Kenner
2001-12-11tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.Steve Ellcey
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner
2001-11-22calls.c (check_sibcall_argument_overlap): Use slot_offset for start of stack ...Andrew Haley
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner
2001-10-23Correct typo in last changeRichard Kenner