aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-11cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...Jan Hubicka1-10/+0
2008-09-09function.h (struct function): Add function_start_locus.Aldy Hernandez1-0/+3
2008-08-06re PR middle-end/37009 (No need to align stack when incoming stack is aligned)H.J. Lu1-0/+3
2008-07-31re PR debug/36977 (Incorrect debug info for stack variables with stack alignm...H.J. Lu1-6/+11
2008-07-30[multiple changes]H.J. Lu1-5/+43
2008-07-29predict.c (always_optimize_for_size_p): New function.Jan Hubicka1-0/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-0/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-25final.c (frame_pointer_needed): Removed.H.J. Lu1-0/+6
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-0/+3
2008-05-01tree-pass.h (opt_pass): Add IPA_PASS.Jan Hubicka1-0/+9
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-81/+54
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-28/+19
2008-04-15gengtype.c (write_root): Param_is argument is OK.Jan Hubicka1-0/+31
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-64/+66
2008-04-07function.h (rtl): Rename to x_rtl.Jan Hubicka1-24/+29
2008-03-31builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka1-80/+99
2008-01-26re PR target/34814 (SDmode function args not passed according to ABI specific...Peter Bergner1-0/+1
2008-01-19re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek1-1/+5
2007-11-26PR 34081/C++Andreas Krebbel1-8/+11
2007-11-16tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey1-0/+5
2007-09-07function.h (struct function): Rename calls_unwind_init to saves_all_registers.Roman Zippel1-4/+5
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-0/+5
2007-08-31function.c (allocate_struct_function): Do not set current_function_returns_po...Richard Guenther1-25/+6
2007-07-26dominance.c (dom_computed, [...]): Removed.Zdenek Dvorak1-0/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-05function.c (match_asm_constraints_1, [...]): New.Paolo Bonzini1-0/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-9/+4
2007-05-21builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell1-13/+17
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-1/+1
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-8/+0
2007-04-24Revert:Jan Hubicka1-0/+8
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-8/+0
2007-04-16* function.h: Remove sequence_stack extern declaration.Aldy Hernandez1-2/+0
2007-03-06errors.h (warning, [...]): Mark as cold.Jan Hubicka1-2/+2
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