aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-2/+2
2007-08-11calls.c (avoid_likely_spilled_reg): New function.Richard Sandiford1-6/+28
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-06re PR middle-end/32602 (Sibcall optimization fails to detect overlap)Josh Conner1-1/+16
2007-06-30re PR c/4076 (-Wunused doesn't warn about static function only called by itse...Manuel López-Ibáñez1-1/+1
2007-06-20re PR middle-end/32285 (Miscompilation with pure _Complex returning call insi...Jakub Jelinek1-1/+13
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-7/+11
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-1/+1
2007-03-22defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz1-29/+18
2007-02-28calls.c (emit_library_call_value_1): Handle partial registers correctly when ...Bernd Schmidt1-1/+12
2007-02-18calls.c (initialize_argument_information): Pass original EXP and STRUCT_VALUE...Sandra Loosemore1-84/+72
2007-02-18calls.c (mem_overlaps_already_clobbered_arg_p): Return true for arg pointer b...Eric Botcazou1-2/+6
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-13/+14
2007-02-12calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the result mode ...Richard Henderson1-3/+18
2007-02-11fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher1-12/+7
2007-02-09calls.c (store_one_arg): Pass correct alignment to emit_push_insn for non-BLK...Joseph Myers1-2/+15
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata1-0/+13
2007-01-04re PR middle-end/29683 (Arg split between stack/regs can cause stack corruption)Josh Conner1-8/+38
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+1
2006-09-20re PR middle-end/25505 (gcc uses way too much stack space for this code)Josh Conner1-1/+1
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