aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-30re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPI...Dale Johannesen1-1/+5
2005-03-30calls.c (struct arg_data): Update "partial" comment.Alan Modra1-6/+6
2005-03-18Paolo Bonzini <gcc.gnu.org>Alexey Neyman1-2/+2
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-0/+3
2005-03-08re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman1-0/+4
2005-03-07* calls (stack_arg_under_construction): Make it static.Kazu Hirata1-1/+1
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-6/+0
2005-01-26re PR middle-end/19616 (missed tail call)Steven Bosscher1-1/+1
2005-01-18calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou1-1/+1
2005-01-11re PR target/18916 (mis-aligned vector code with copy memory (-maltivec))Alan Modra1-6/+15
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-25/+29
2004-12-23re PR target/16819 (ICE with empty struct as arg)Alexandre Oliva1-2/+2
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford1-37/+33
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-10/+7
2004-11-22calls.c (expand_call): Do not call preserve_temp_slots.Dale Johannesen1-1/+0
2004-11-14re PR middle-end/18480 (ICE in emit_group_move with recent change)Richard Henderson1-2/+13
2004-11-13calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg...Richard Henderson1-13/+21
2004-11-08calls.c (split_complex_values, [...]): Make them static.Kazu Hirata1-2/+4
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-4/+4
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-63/+56
2004-09-01re PR middle-end/17258 (gcc.c-torture/compile/20030224-1.c:16: internal compi...Richard Henderson1-62/+30
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+2
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-80/+0
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-1/+1
2004-08-16calls.c (load_register_parameters): Remove spurious FIXME token.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+5
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-72/+0
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-8/+1
2004-07-26calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac...Richard Henderson1-5/+5
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-22/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+1
2004-07-14calls.c (expand_call): Fix typo in comment.Eric Christopher1-13/+13
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-30/+1
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-6/+3
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-14/+23
2004-07-12function.c (expand_function_start): Ensure r_save is in Pmode.Steve Ellcey1-0/+1
2004-07-10calls.c (check_sibcall_argument_overlap_1): Handle pointers to incoming args ...Zdenek Dvorak1-1/+1
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-2/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-3/+3
2004-07-08expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva1-20/+2
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-16/+0
2004-07-07calls.c (emit_library_call_value_1): Use mode of function parameter rather th...Jan Beulich1-1/+2
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-5/+6
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-164/+36
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-8/+8
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-2/+0
2004-06-24calls.c (shift_returned_value): Fix handling of non-integer TYPE_MODEs.Richard Sandiford1-1/+9
2004-06-24calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...Alan Modra1-18/+28
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1