summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixupsMike Stump2006-05-181-22/+22
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* expr.h (expand_normal): new inline function.Marcin Dalecki2006-01-311-6/+4
* re PR middle-end/24003 (17 ACATS regressions (fixed point or decimal artihmet...Eric Botcazou2005-11-131-12/+35
* re PR target/24445 ("unable to find a register to spill in class 'R0_REGS")Kaz Kojima2005-11-111-0/+8
* re PR middle-end/22127 (register window not preserved after getcontext call)Eric Botcazou2005-11-101-1/+3
* re PR middle-end/23150 (20050713-1.c fails on arm-none-eabi with -O2 or -Os.)Kazu Hirata2005-10-081-58/+49
* * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.Jan Hubicka2005-09-181-3/+3
* calls.c (load_register_parameters): Fix comment typo.Alan Modra2005-08-311-1/+1
* re PR middle-end/23221 (-fstack-protector does not protect tail call functions)Richard Henderson2005-08-031-0/+3
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-1/+1
* * calls.c (store_one_arg): Fix unsigned comparison warning.Manfred Hollstein2005-07-251-8/+13
* calls.c (store_one_arg): Check for sibling call MEM arguments from already cl...Jakub Jelinek2005-07-251-0/+32
* re PR rtl-optimization/21848 (load_mems / replace_loop_mems bug causes miscom...J"orn Rennecke2005-07-221-0/+22
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-9/+0
* Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther2005-07-141-3/+4
* re PR middle-end/17965 (ice in expand_call)Jakub Jelinek2005-06-261-3/+18
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-11/+1
* calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher2005-05-091-27/+27
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie2005-05-031-2/+2
* calls.c (expand_call): Handle current_function_pretend_args_size when checkin...Daniel Jacobowitz2005-05-021-2/+5
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPI...Dale Johannesen2005-03-301-1/+5
* calls.c (struct arg_data): Update "partial" comment.Alan Modra2005-03-301-6/+6
* Paolo Bonzini <gcc.gnu.org>Alexey Neyman2005-03-181-2/+2
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-0/+3
* re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman2005-03-081-0/+4
* * calls (stack_arg_under_construction): Make it static.Kazu Hirata2005-03-071-1/+1
* calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata2005-02-281-6/+0
* re PR middle-end/19616 (missed tail call)Steven Bosscher2005-01-261-1/+1
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou2005-01-181-1/+1
* re PR target/18916 (mis-aligned vector code with copy memory (-maltivec))Alan Modra2005-01-111-6/+15
* target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson2004-12-291-25/+29
* re PR target/16819 (ICE with empty struct as arg)Alexandre Oliva2004-12-231-2/+2
* optabs.h (force_expand_binop): Declare.Richard Sandiford2004-11-241-37/+33
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-10/+7
* calls.c (expand_call): Do not call preserve_temp_slots.Dale Johannesen2004-11-221-1/+0
* re PR middle-end/18480 (ICE in emit_group_move with recent change)Richard Henderson2004-11-141-2/+13
* calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg...Richard Henderson2004-11-131-13/+21
* calls.c (split_complex_values, [...]): Make them static.Kazu Hirata2004-11-081-2/+4
* function.c (reference_callee_copied): New.Richard Henderson2004-09-081-4/+4
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-63/+56
* re PR middle-end/17258 (gcc.c-torture/compile/20030224-1.c:16: internal compi...Richard Henderson2004-09-011-62/+30
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+2
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-80/+0
* Makefile.in: Regenerate.Paolo Bonzini2004-08-171-1/+1
* calls.c (load_register_parameters): Remove spurious FIXME token.Nathan Sidwell2004-08-161-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+5
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-72/+0