summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson2005-09-071-6/+0
* re PR rtl-optimization/23601 (reload may drop non-call exception information)Richard Henderson2005-08-311-3/+4
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* function.c (assign_stack_local_1): Do not correct stack slot address if alloc...David Edelsohn2005-08-041-1/+1
* re PR middle-end/23221 (-fstack-protector does not protect tail call functions)Richard Henderson2005-08-031-1/+1
* function.c (assign_parms): Round current_function_args_size to PARM_BOUNDARY,...Paul Brook2005-08-031-3/+2
* re PR tree-optimization/22336 (ICE Segfault in record_block_change at functio...Richard Kenner2005-07-221-0/+3
* toplev.h: Add comment about the first parameter for warning().DJ Delorie2005-07-191-1/+1
* Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther2005-07-141-16/+6
* function.c (locate_and_pad_parm): Record parameter alignment in stack_alignme...Richard Henderson2005-07-071-1/+8