aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-22/+22
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-6/+4
2005-11-13re PR middle-end/24003 (17 ACATS regressions (fixed point or decimal artihmet...Eric Botcazou1-12/+35
2005-11-11re PR target/24445 ("unable to find a register to spill in class 'R0_REGS")Kaz Kojima1-0/+8
2005-11-10re PR middle-end/22127 (register window not preserved after getcontext call)Eric Botcazou1-1/+3
2005-10-08re PR middle-end/23150 (20050713-1.c fails on arm-none-eabi with -O2 or -Os.)Kazu Hirata1-58/+49
2005-09-18* calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.Jan Hubicka1-3/+3
2005-08-31calls.c (load_register_parameters): Fix comment typo.Alan Modra1-1/+1
2005-08-03re PR middle-end/23221 (-fstack-protector does not protect tail call functions)Richard Henderson1-0/+3
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-25* calls.c (store_one_arg): Fix unsigned comparison warning.Manfred Hollstein1-8/+13
2005-07-25calls.c (store_one_arg): Check for sibling call MEM arguments from already cl...Jakub Jelinek1-0/+32
2005-07-22re PR rtl-optimization/21848 (load_mems / replace_loop_mems bug causes miscom...J"orn Rennecke1-0/+22
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-9/+0
2005-07-14Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther1-3/+4
2005-06-26re PR middle-end/17965 (ice in expand_call)Jakub Jelinek1-3/+18
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-11/+1
2005-05-09calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher1-27/+27
2005-05-03c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie1-2/+2
2005-05-02calls.c (expand_call): Handle current_function_pretend_args_size when checkin...Daniel Jacobowitz1-2/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
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