aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-17Make sure that all variable sized adjustments are multiple of preferredH.J. Lu1-0/+13
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-1/+1
2010-08-30Stack usage supportEric Botcazou1-2/+31
2010-08-26re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek1-3/+7
2010-07-22calls.c (load_register_parameters): Move check for zero sized items so that o...Iain Sandoe1-5/+6
2010-07-19re PR rtl-optimization/44941 (ICE: RTL check: expected code 'mem', have 'reg'...Richard Guenther1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-29calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd1-22/+27
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-11/+14
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-2/+4
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-5/+6
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-6/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-11-07builtins.c (apply_args_size, [...]): Remove some set but not used variables.David Binderman1-3/+0
2009-10-09re PR rtl-optimization/41646 (Reload ICE due to combiner extending life time ...Jakub Jelinek1-1/+4
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+6
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-6/+10
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+2
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-41/+32
2009-08-12tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini1-2/+2
2009-08-06Merge ARM/hard_vfp_branch to trunkRichard Earnshaw1-1/+1
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-54/+51
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-2/+4
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+6
2009-06-01Revert due to PR40320:Maxim Kuvyrkov1-0/+10
2009-06-01calls.c (emit_library_call_value_1): Don't force_operand for move and push in...Maxim Kuvyrkov1-10/+0
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-1/+1
2009-05-01calls.c (initialize_argument_information): Handle SSA names like decls with a...Michael Matz1-0/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+2
2009-04-06calls.c (emit_library_call_value_1): Fix a problem with parameter alignment f...Hariharan Sandanagobalane1-1/+2
2009-02-20calls.c (emit_library_call_value_1): Use slot_offset instead of offset when c...Jaka Mocnik1-2/+2
2009-02-20re PR target/39240 (Invalid sibcall optimization with promoted return types a...Jakub Jelinek1-0/+31
2009-02-04re PR tree-optimization/38977 (bash no longer builds with profile-feedback)Jakub Jelinek1-2/+6
2009-01-27re PR middle-end/38969 (-foptimize-sibling-calls generates wrong code on alpha)Uros Bizjak1-1/+0
2009-01-15re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek1-22/+25
2008-12-17re PR middle-end/38556 (Revision 142792 breaks bootstrap)H.J. Lu1-0/+2
2008-12-17calls.c (expand_call): Do not sibcall if outgoing_reg_parm_stack_space does n...Jan Hubicka1-0/+4
2008-12-09function.c (aggregate_value_p): Get fntype from CALL_EXPR in any case.Kai Tietz1-5/+7
2008-11-26calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function...Kai Tietz1-11/+13
2008-11-10calls.c (store_unaligned_arguments_into_pseudos): Deal only with values livin...Eric Botcazou1-1/+2
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-1/+2
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-4/+4
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-4/+4
2008-08-06re PR middle-end/37010 (-mno-accumulate-outgoing-args doesn't work with stack...H.J. Lu1-2/+5
2008-07-30[multiple changes]H.J. Lu1-1/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-3/+24
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-10/+5