summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang2010-10-221-1/+1
* re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson2010-10-091-6/+7
* extend.texi: (attribute leaf): Document.Jan Hubicka2010-09-241-0/+2
* re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek2010-09-241-13/+0
* Make sure that all variable sized adjustments are multiple of preferredH.J. Lu2010-09-171-0/+13
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-1/+1
* Stack usage supportEric Botcazou2010-08-301-2/+31
* re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek2010-08-261-3/+7
* calls.c (load_register_parameters): Move check for zero sized items so that o...Iain Sandoe2010-07-221-5/+6
* re PR rtl-optimization/44941 (ICE: RTL check: expected code 'mem', have 'reg'...Richard Guenther2010-07-191-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd2010-06-291-22/+27
* reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd2010-06-291-11/+14
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-2/+4
* tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou2010-04-081-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-5/+6
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-6/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* builtins.c (apply_args_size, [...]): Remove some set but not used variables.David Binderman2009-11-071-3/+0
* re PR rtl-optimization/41646 (Reload ICE due to combiner extending life time ...Jakub Jelinek2009-10-091-1/+4
* Add support for debugging with ICF (Identical Code Folding).Cary Coutant2009-10-081-0/+6
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-221-6/+10
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+2
* expr.h (emit_storent_insn, [...]): Declare.Michael Matz2009-09-021-41/+32
* tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini2009-08-121-2/+2
* Merge ARM/hard_vfp_branch to trunkRichard Earnshaw2009-08-061-1/+1
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-54/+51
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-2/+4
* alias.c: Use REG_P...Shujing Zhao2009-06-221-6/+6
* Revert due to PR40320:Maxim Kuvyrkov2009-06-011-0/+10
* calls.c (emit_library_call_value_1): Don't force_operand for move and push in...Maxim Kuvyrkov2009-06-011-10/+0
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-1/+1
* calls.c (initialize_argument_information): Handle SSA names like decls with a...Michael Matz2009-05-011-0/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+2
* calls.c (emit_library_call_value_1): Fix a problem with parameter alignment f...Hariharan Sandanagobalane2009-04-061-1/+2
* calls.c (emit_library_call_value_1): Use slot_offset instead of offset when c...Jaka Mocnik2009-02-201-2/+2
* re PR target/39240 (Invalid sibcall optimization with promoted return types a...Jakub Jelinek2009-02-201-0/+31
* re PR tree-optimization/38977 (bash no longer builds with profile-feedback)Jakub Jelinek2009-02-041-2/+6
* re PR middle-end/38969 (-foptimize-sibling-calls generates wrong code on alpha)Uros Bizjak2009-01-271-1/+0
* re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek2009-01-151-22/+25
* re PR middle-end/38556 (Revision 142792 breaks bootstrap)H.J. Lu2008-12-171-0/+2
* calls.c (expand_call): Do not sibcall if outgoing_reg_parm_stack_space does n...Jan Hubicka2008-12-171-0/+4
* function.c (aggregate_value_p): Get fntype from CALL_EXPR in any case.Kai Tietz2008-12-091-5/+7
* calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function...Kai Tietz2008-11-261-11/+13
* calls.c (store_unaligned_arguments_into_pseudos): Deal only with values livin...Eric Botcazou2008-11-101-1/+2
* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2008-09-041-1/+1
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-1/+2
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2008-08-161-4/+4
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-4/+4