aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-10function.c (get_last_funcdef_no): New function.Razya Ladelsky1-0/+1
2006-12-16omp-low.c (expand_omp_parallel): Set function properties.Jan Hubicka1-0/+4
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-0/+4
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-0/+5
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-0/+3
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-0/+4
2006-06-16function.h (enum function_frequency): Move declaration out of struct function.Richard Guenther1-26/+27
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-1/+1
2006-04-18function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+7
2006-04-12Makefile.in (GTFILES): Move functions.h after tree.h.Kazu Hirata1-1/+1
2006-04-1120060410.c: New.Aldy Hernandez1-0/+6
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-2/+2
2006-03-11function.h (frame_offset_overflow): Declare.Eric Botcazou1-0/+5
2006-03-05function.c (use_return_register): Make it static.Kazu Hirata1-1/+0
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-28emit-rtl.c (init_virtual_regs): Make it static.Kazu Hirata1-2/+0
2006-01-18function.c (instantiate_virtual_regs): Make it static.Kazu Hirata1-1/+0
2006-01-17Makefile.in (FUNCTION_H): New.Kazu Hirata1-0/+2
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-11/+0
2005-08-19Fix uninitialized register read problem.James E Wilson1-0/+5
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka1-0/+2
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata1-3/+0
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-1/+2
2005-05-16bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice1-4/+4
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher1-0/+1
2005-04-27Correct fixes for various hot/cold partitioning concerns.Caroline Tice1-0/+14
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-0/+3
2005-04-12Revert patch from April 9.Caroline Tice1-14/+0
2005-04-09Fix problems with labels with hot/cold partitioning.Caroline Tice1-0/+14
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+14
2005-04-08* function.h (nonlocal_labels): Remove.Kazu Hirata1-1/+0
2005-04-08function.h (function): Remove instrument_entry_exit.Kazu Hirata1-5/+0
2005-04-08function.c (push_function_context_to): Don't set contains_functions.Kazu Hirata1-4/+0
2005-03-14function.c (get_func_frame_size): Make it static.Kazu Hirata1-2/+0
2005-02-20re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher1-0/+8
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-26re PR middle-end/16585 (current_function_has_computed_jump incorrectly change...Steven Bosscher1-4/+0
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-4/+0
2004-10-08emit-rtl.c (last_label_num, [...]): Remove.Kazu Hirata1-1/+0
2004-10-01revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek1-14/+0
2004-09-29tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+14
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-0/+2
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-12/+0
2004-07-27re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner1-1/+2
2004-07-26calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac...Richard Henderson1-2/+2
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-4/+0
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-0/+3
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-16/+1