summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex types as aggregat...Joseph Myers2007-02-141-1/+2
* fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher2007-02-111-9/+3
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-2/+2
* function.c (get_last_funcdef_no): New function.Razya Ladelsky2007-01-101-1/+9
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-9/+1
* Revert:Kazu Hirata2007-01-021-1/+9
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-9/+1
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-221-4/+4
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka2006-11-271-8/+2
* function.c (instantiate_virtual_regs_in_insn): Call force_reg inside start_se...Joseph Myers2006-11-251-1/+8
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-83/+5
* cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka2006-11-101-1/+1
* function.c (reorder_fix_fragments): Delete.Daniel Jacobowitz2006-07-261-64/+9
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-2/+3
* function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on a CALL_EXPR target...Olivier Hainque2006-06-261-3/+21
* tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque2006-06-231-15/+4
* function.h (enum function_frequency): Move declaration out of struct function.Richard Guenther2006-06-161-2/+0
* c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez2006-05-051-7/+18
* function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY.Kazu Hirata2006-04-181-7/+11
* Makefile.in (GTFILES): Move functions.h after tree.h.Kazu Hirata2006-04-121-10/+9
* 20060410.c: New.Aldy Hernandez2006-04-111-0/+17
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming.Carlos O'Donell2006-04-041-1/+1
* function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher2006-03-201-8/+8
* function.h (frame_offset_overflow): Declare.Eric Botcazou2006-03-111-14/+23
* function.c (use_return_register): Make it static.Kazu Hirata2006-03-051-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+6
* re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak2006-02-131-12/+20
* function.c (assign_parm_setup_reg): Use function argument promotion rules.Paul Brook2006-02-011-1/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* function.c (instantiate_virtual_regs): Make it static.Kazu Hirata2006-01-181-1/+1
* re PR debug/25562 (cannot debug VLA local)Jakub Jelinek2006-01-041-2/+30
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-1/+2
* re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na...Alan Modra2005-12-021-12/+17
* dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson2005-11-171-1/+12
* function.c (assign_stack_local_1): Restrict sanity check on frame size overfl...Eric Botcazou2005-11-121-1/+3
* function.c (assign_stack_local_1): Issue an error message if the frame size o...Eric Botcazou2005-11-091-0/+13
* re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson2005-11-021-51/+2
* re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou2005-10-201-4/+3
* re PR c/24255 (__transparent_union__ mishandled)Richard Henderson2005-10-121-3/+2
* expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c...Richard Henderson2005-09-171-4/+22