aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-07function.h (rtl): Rename to x_rtl.Jan Hubicka1-4/+4
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-390/+0
2008-04-04function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini1-7/+1
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-29/+5
2008-04-02expr.c (expand_var): Delete it.Paolo Bonzini1-1/+3
2008-04-01function.c (free_after_compilation): Free epilogue_delay_list.Jan Hubicka1-1/+4
2008-03-31builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka1-69/+30
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-15/+25
2008-02-15re PR middle-end/34621 (gcc.c-torture/execute/va-arg-25.c:32: internal compil...Uros Bizjak1-3/+3
2008-02-14re PR target/34930 (ICE in instantiate_virtual_regs_in_insn with vector splat...Michael Matz1-0/+14
2008-02-12re PR inline-asm/35160 (local-alloc introduces sharing of the same pseudo/har...Jakub Jelinek1-1/+17
2008-01-26re PR target/34814 (SDmode function args not passed according to ABI specific...Peter Bergner1-8/+10
2007-12-19tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.Richard Sandiford1-4/+4
2007-11-26PR 34081/C++Andreas Krebbel1-6/+10
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther1-2/+2
2007-11-16tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey1-0/+3
2007-11-06PR c++/32256, PR c++/32368:Tom Tromey1-1/+18
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
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