| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -72/+0 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -8/+1 |
* | * calls.c (combine_pending_stack_adjustment_and_call): Make | rth | 2004-07-26 | 1 | -5/+5 |
* | 2004-07-21 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-21 | 1 | -22/+1 |
* | * tree-def (WITH_SIZE_EXPR): New. | rth | 2004-07-16 | 1 | -0/+1 |
* | 2004-07-14 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-14 | 1 | -13/+13 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -30/+1 |
* | * function.c (pass_by_reference): New. | rth | 2004-07-13 | 1 | -6/+3 |
* | * target-def.h (TARGET_MUST_PASS_IN_STACK): New. | rth | 2004-07-13 | 1 | -14/+23 |
* | * function.c (expand_function_start): Ensure r_save is in Pmode. | sje | 2004-07-12 | 1 | -0/+1 |
* | * calls.c (check_sibcall_argument_overlap_1): Handle pointers | rakdver | 2004-07-10 | 1 | -1/+1 |
* | * expr.h (store_bit_field, extract_bit_field): Remove last argument. | jakub | 2004-07-10 | 1 | -2/+2 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -3/+3 |
* | * expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0. | aoliva | 2004-07-08 | 1 | -20/+2 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -16/+0 |
* | * calls.c (emit_library_call_value_1): Use mode of function parameter | rth | 2004-07-08 | 1 | -1/+2 |
* | * calls.c (load_register_parameters): Call expand_shift instead | sayle | 2004-07-05 | 1 | -5/+6 |
* | * c-decl.c (grokdeclarator): Don't frob current_function_decl | rth | 2004-07-03 | 1 | -164/+36 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -8/+8 |
* | * function.h (struct function): Remove x_function_call_count. | rth | 2004-07-01 | 1 | -2/+0 |
* | * calls.c (shift_returned_value): Fix handling of non-integer | rsandifo | 2004-06-24 | 1 | -1/+9 |
* | * calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and | amodra | 2004-06-24 | 1 | -18/+28 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -10/+10 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | * calls.c (initialize_argument_information): Forbid sibcalls if a | rsandifo | 2004-05-22 | 1 | -0/+7 |
* | * system.h: Poison NO_RECURSIVE_FUNCTION_CSE. | ian | 2004-05-21 | 1 | -4/+1 |
* | * tree.def (documentation): Remove mention of class 'b'. | zack | 2004-05-14 | 1 | -2/+3 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -312/+163 |
* | * calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY. | pbrook | 2004-04-28 | 1 | -1/+1 |
* | * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp, | rakdver | 2004-04-23 | 1 | -26/+1 |
* | * c-decl.c (build_compound_literal): Use TYPE_READONLY. | kenner | 2004-04-05 | 1 | -3/+2 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -2/+2 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -7/+7 |
* | PR target/14547 | rth | 2004-03-12 | 1 | -3/+27 |
* | PR target/14262 | uweigand | 2004-03-11 | 1 | -3/+6 |
* | * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or | kazu | 2004-02-26 | 1 | -25/+0 |
* | Out-of-date comments noticed while looking at PR 169. | wilson | 2004-02-24 | 1 | -14/+10 |
* | * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c, | steven | 2004-02-17 | 1 | -6/+7 |
* | PR c++/11326 | mmitchel | 2004-02-17 | 1 | -5/+9 |
* | * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco. | amodra | 2004-02-06 | 1 | -9/+9 |
* | * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P | pbrook | 2004-02-04 | 1 | -5/+11 |
* | * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | kazu | 2004-01-31 | 1 | -1/+1 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * c-common.h: Fix comment formatting. | kazu | 2004-01-16 | 1 | -1/+1 |
* | PR optimization/12372 | danglin | 2004-01-15 | 1 | -0/+8 |
* | * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with | kazu | 2004-01-14 | 1 | -6/+7 |
* | * calls.c (expand_call): Recognize calls to "sqrt" and create | mmitchel | 2003-12-24 | 1 | -11/+22 |
* | * calls.c (load_register_parameters): Don't use | kazu | 2003-12-18 | 1 | -4/+0 |
* | * calls.c (expand_call): Update comments. | kazu | 2003-12-18 | 1 | -9/+10 |