summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* * function.c (assign_parm_setup_block): Handle parallels correctly.aldyh2004-10-281-2/+22
* * expr.c (expand_assignment): Remove the last argument.kazu2004-10-191-1/+1
* PR debug/13841rth2004-10-131-2/+12
* 2004-10-11 Andrew Pinski <pinskia@physics.uc.edupinskia2004-10-111-1/+0
* * emit-rtl.c (last_label_num, base_label_num): Remove.kazu2004-10-081-2/+0
* PR target/16815rsandifo2004-10-071-2/+6
* 2004-10-01 Jakub Jelinek <jakub@redhat.com>jakub2004-10-011-4/+0
* * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELDjakub2004-09-291-0/+4
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-17/+36
* gcc:jsm282004-09-151-5/+6
* PR middle-end/17367rth2004-09-101-1/+1
* PR rtl-opt/17186rth2004-09-081-6/+5
* * function.c (reference_callee_copied): New.rth2004-09-081-3/+14
* * final.c (shorten_branches, final, get_insn_template,nathan2004-09-081-69/+66
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-1/+1
* * cfg.c (check_bb_profile): Fix typos.dnovillo2004-08-241-1/+1
* * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.rth2004-08-181-7/+1
* .:nathan2004-08-151-1/+2
* * function.c (expand_function_start): Handle DECL_BY_REFERENCE onjason2004-08-101-2/+6
* 2004-08-09 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-091-24/+9
* Make return in memory explicit.jason2004-08-071-20/+26
* * function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INTrth2004-07-271-2/+4
* * cfgexpand.c (tree_expand_cfg): Fix comment.steven2004-07-271-74/+0
* * calls.c (combine_pending_stack_adjustment_and_call): Makerth2004-07-261-1/+1
* PR rtl-optimization/16643rsandifo2004-07-261-1/+1
* * convert.c (convert_to_real, convert_to_integer,sayle2004-07-251-2/+3
* * expr.c (expand_expr_real_1): Don't handle non-local variables.rth2004-07-231-45/+0
* * function.c (pass_by_reference): True for all variable sized types.rth2004-07-161-3/+2
* 2004-07-14 Paolo Bonzini <bonzini@gnu.org>bonzini2004-07-141-8/+1
* * target.h (struct gcc_target): Add calls.pass_by_reference.rth2004-07-141-8/+3
* * function.c (pass_by_reference): New.rth2004-07-131-8/+30
* * target-def.h (TARGET_MUST_PASS_IN_STACK): New.rth2004-07-131-1/+2
* * function.c (expand_function_start): Ensure r_save is in Pmode.sje2004-07-121-0/+1
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-18/+18
* * expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.aoliva2004-07-081-6/+0
* * except.c (expand_eh_region_start, expand_eh_region_end,rth2004-07-081-9/+0
* 2004-07-08 Paolo Bonzini <bonzini@gnu.org>bonzini2004-07-081-5/+0
* * function.c (assign_parm_find_data_types): Callaoliva2004-07-071-1/+4
* PR c/16392danglin2004-07-071-1/+1
* * calls.c (load_register_parameters): Call expand_shift insteadsayle2004-07-051-2/+2
* * function.c (assign_parm_setup_reg): Properly rename variables inrth2004-07-051-28/+29
* * function.c, langhooks-def.h, langhooks.h: Move max_size hookkenner2004-07-051-1/+1
* * function.c (struct assign_parm_data_all): New.rth2004-07-051-842/+998
* * rtl.def (ADDRESSOF): Remove.rth2004-07-041-2392/+74
* * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook.kenner2004-07-031-0/+8
* * c-decl.c (grokdeclarator): Don't frob current_function_declrth2004-07-031-8/+3
* * tree.def (RTL_EXPR): Remove.rth2004-07-021-84/+4
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-22/+22
* * function.h (struct function): Remove x_function_call_count.rth2004-07-011-10/+1
* * function.c (identify_blocks, identify_blocks_1): Remove.rth2004-07-011-88/+0