aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+2
2008-06-23PR middle-end/PR36584Uros Bizjak1-5/+3
2008-05-14optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_...Kenneth Zadeck1-163/+13
2008-05-14calls.c (emit_library_call_value_1): Restore code clearing ECF_LIBCALL_BLOCK ...Adam Nemet1-0/+1
2008-05-09calls.c (expand_call): Don't use callgraph to increase preferred_stack_boundary.H.J. Lu1-1/+8
2008-05-08calls.c (compute_argument_block_size ): Add ATTRIBUTE_UNUSED to fndecl argument.Kai Tietz1-2/+2
2008-05-082008-05-07 Kai Tietz <kai,tietz@onevision.com>Kai Tietz1-9/+17
2008-05-07[multiple changes]Kenneth Zadeck1-44/+43
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-5/+3
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-5/+5
2008-04-15gengtype.c (write_root): Param_is argument is OK.Jan Hubicka1-1/+0
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-17/+17
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-24/+5
2008-03-19re PR middle-end/35616 (Incorrect code while O2 compling)Michael Matz1-1/+9
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