summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* function.h (rtl): Rename to x_rtl.Jan Hubicka2008-04-071-4/+4
* Removal of Return with Depressed Stack Pointer supportEric Botcazou2008-04-071-390/+0
* function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini2008-04-041-7/+1
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-29/+5
* expr.c (expand_var): Delete it.Paolo Bonzini2008-04-021-1/+3
* function.c (free_after_compilation): Free epilogue_delay_list.Jan Hubicka2008-04-011-1/+4
* builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka2008-03-311-69/+30
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-15/+25
* re PR middle-end/34621 (gcc.c-torture/execute/va-arg-25.c:32: internal compil...Uros Bizjak2008-02-151-3/+3
* re PR target/34930 (ICE in instantiate_virtual_regs_in_insn with vector splat...Michael Matz2008-02-141-0/+14
* re PR inline-asm/35160 (local-alloc introduces sharing of the same pseudo/har...Jakub Jelinek2008-02-121-1/+17
* re PR target/34814 (SDmode function args not passed according to ABI specific...Peter Bergner2008-01-261-8/+10
* tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.Richard Sandiford2007-12-191-4/+4
* PR 34081/C++Andreas Krebbel2007-11-261-6/+10
* tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2007-11-251-2/+2
* tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey2007-11-161-0/+3
* PR c++/32256, PR c++/32368:Tom Tromey2007-11-061-1/+18
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-2/+2
* re PR inline-asm/33600 (Breakage caused by the fix to PR33552)Michael Matz2007-10-051-1/+1
* re PR rtl-optimization/33552 (wrong code for multiple output asm, wrong df?)Michael Matz2007-09-281-5/+46
* function.c (assign_parm_setup_block): Explicitly convert BLKmode parameters f...Richard Sandiford2007-09-231-1/+15
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-7/+0
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-29/+25
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-25/+29
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-32/+113
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* function.c (allocate_struct_function): Do not set current_function_returns_po...Richard Guenther2007-08-311-2/+0
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-3/+3
* configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini2007-08-051-0/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-2/+2
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* function.c (thread_prologue_and_epilogue_insns): Fix exit predecessor fallthr...Zdenek Dvorak2007-07-201-1/+12
* re PR fortran/24784 (Warning about unused routine argument should not read "u...Daniel Franke2007-07-081-1/+2
* re PR rtl-optimization/32450 (-pg causes miscompilation)Uros Bizjak2007-07-061-8/+11
* function.c (match_asm_constraints_1, [...]): New.Paolo Bonzini2007-07-051-0/+137
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-17/+111
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak2007-06-101-1/+1
* re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compilin...Steve Ellcey2007-06-071-17/+30
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-2/+1
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-7/+7
* alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka2007-04-281-69/+1
* Revert:Jan Hubicka2007-04-241-1/+69
* function.c (init_function_start): Don't init line number info.Jan Hubicka2007-04-231-69/+1
* defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz2007-03-221-4/+4
* function.c (expand_function_end): Move blockage to just after we emit the lab...Andrew Haley2007-03-061-10/+8
* expr.h (promoted_input_arg): Remove decl.Richard Henderson2007-03-021-34/+0
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-2/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-3/+2