aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-7/+18
2006-04-18function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY.Kazu Hirata1-7/+11
2006-04-12Makefile.in (GTFILES): Move functions.h after tree.h.Kazu Hirata1-10/+9
2006-04-1120060410.c: New.Aldy Hernandez1-0/+17
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-04-04tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming.Carlos O'Donell1-1/+1
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-8/+8
2006-03-11function.h (frame_offset_overflow): Declare.Eric Botcazou1-14/+23
2006-03-05function.c (use_return_register): Make it static.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-02-13re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak1-12/+20
2006-02-01function.c (assign_parm_setup_reg): Use function argument promotion rules.Paul Brook1-1/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18function.c (instantiate_virtual_regs): Make it static.Kazu Hirata1-1/+1
2006-01-04re PR debug/25562 (cannot debug VLA local)Jakub Jelinek1-2/+30
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-1/+2
2005-12-02re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na...Alan Modra1-12/+17
2005-11-17dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson1-1/+12
2005-11-12function.c (assign_stack_local_1): Restrict sanity check on frame size overfl...Eric Botcazou1-1/+3
2005-11-09function.c (assign_stack_local_1): Issue an error message if the frame size o...Eric Botcazou1-0/+13
2005-11-02re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson1-51/+2
2005-10-20re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou1-4/+3
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-3/+2
2005-09-17expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c...Richard Henderson1-4/+22
2005-09-07function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson1-6/+0
2005-08-31re PR rtl-optimization/23601 (reload may drop non-call exception information)Richard Henderson1-3/+4
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2