aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-05re PR inline-asm/33600 (Breakage caused by the fix to PR33552)Michael Matz1-1/+1
2007-09-28re PR rtl-optimization/33552 (wrong code for multiple output asm, wrong df?)Michael Matz1-5/+46
2007-09-23function.c (assign_parm_setup_block): Explicitly convert BLKmode parameters f...Richard Sandiford1-1/+15
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-7/+0
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-29/+25
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-25/+29
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-32/+113
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-08-31function.c (allocate_struct_function): Do not set current_function_returns_po...Richard Guenther1-2/+0
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-3/+3
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-0/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-20function.c (thread_prologue_and_epilogue_insns): Fix exit predecessor fallthr...Zdenek Dvorak1-1/+12
2007-07-08re PR fortran/24784 (Warning about unused routine argument should not read "u...Daniel Franke1-1/+2
2007-07-06re PR rtl-optimization/32450 (-pg causes miscompilation)Uros Bizjak1-8/+11
2007-07-05function.c (match_asm_constraints_1, [...]): New.Paolo Bonzini1-0/+137
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-17/+111
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-1/+1
2007-06-07re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compilin...Steve Ellcey1-17/+30
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-2/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-7/+7
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-69/+1
2007-04-24Revert:Jan Hubicka1-1/+69
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-69/+1
2007-03-22defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz1-4/+4
2007-03-06function.c (expand_function_end): Move blockage to just after we emit the lab...Andrew Haley1-10/+8
2007-03-02expr.h (promoted_input_arg): Remove decl.Richard Henderson1-34/+0
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-3/+2
2007-02-14emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex types as aggregat...Joseph Myers1-1/+2
2007-02-11fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher1-9/+3
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-2/+2
2007-01-10function.c (get_last_funcdef_no): New function.Razya Ladelsky1-1/+9
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-9/+1
2007-01-02Revert:Kazu Hirata1-1/+9
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-9/+1
2006-12-22re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-4/+4
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-8/+2
2006-11-25function.c (instantiate_virtual_regs_in_insn): Call force_reg inside start_se...Joseph Myers1-1/+8
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-83/+5
2006-11-10cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka1-1/+1
2006-07-26function.c (reorder_fix_fragments): Delete.Daniel Jacobowitz1-64/+9
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-2/+3
2006-06-26function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on a CALL_EXPR target...Olivier Hainque1-3/+21
2006-06-23tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque1-15/+4
2006-06-16function.h (enum function_frequency): Move declaration out of struct function.Richard Guenther1-2/+0