summaryrefslogtreecommitdiff
path: root/gcc/function.h
Commit message (Expand)AuthorAgeFilesLines
* * function.h (no_debugging_symbols): New field.kenner2000-09-161-0/+1
* * builtins.c (expand_builtin_apply): Pass proper parameters tohubicka2000-04-011-5/+7
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-1/+1
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+1
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-5/+7
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-1/+1
* Revert this patch:mmitchel2000-03-051-0/+7
* * function.h (struct sequence_stack): Remove rtl_expr.mmitchel2000-03-051-7/+0
* * function.h (struct expr_status): Add x_arg_space_so_far.jason2000-03-021-0/+5
* * emit-rtl.c (remove_unncessary_notes): Remove notes for emptymmitchel2000-02-281-0/+3
* Fix copyrights.law2000-02-261-1/+2
* * calls.c (compute_argument_block_size): New argumenthubicka2000-02-071-0/+2
* * function.c (diddle_return_value): Rework to use a callback function.rth2000-02-041-1/+3
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-30/+30
* current_function -> cfuncrux1999-12-201-70/+71
* * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.mmitchel1999-12-161-6/+0
* * function.c (retrofit_block): Abort if we don't find a suitable insn.jason1999-12-161-4/+3
* * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.hubicka1999-12-151-0/+2
* * function.h (insert_block_after_note): Declare.mmitchel1999-12-051-0/+5
* * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.geoffk1999-12-041-0/+5
* * function.c (diddle_return_value): New.rth1999-11-051-0/+4
* * function.h (struct function): Add x_dont_save_pending_sizes_p.mmitchel1999-09-261-0/+9
* * functiion.h (struct function): Add x_whole_function_mode_p.mmitchel1999-09-171-0/+8
* * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.rth1999-09-161-3/+5
* * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...mmitchel1999-09-151-1/+1
* * function.h (free_after_compilation): Remove decl parameter.mmitchel1999-09-091-8/+6
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-3/+8
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-0/+3
* * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel1999-09-051-0/+9
* Change memory mangement and constant pool handling for nested functions to ma...crux1999-09-041-19/+9
* * function.h (struct function): Add new element LANGUAGE.mmitchel1999-09-041-0/+7
* * tree.c (tree_code_name): Constify a char*.ghazi1999-08-291-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-102/+382
* Backport of GC branch patches part 2: kill stmt status saving.crux1999-08-011-20/+1
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-11/+6
* Xlaw1999-07-011-0/+1
* Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)law1999-05-301-0/+29
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-0/+1
* * output.h (current_function_has_computed_jump): Rename fromrth1999-02-081-1/+1
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-0/+1
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-1/+1
* * expr.c (pending_chain): Move up.jason1998-10-231-0/+1
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageraeburn1998-10-111-0/+1
* * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill.rth1998-09-151-2/+0
* * except.h (current_function_eh_stub_label): Declare.law1998-09-091-0/+2
* Function entry/exit profiling instrumentation:raeburn1998-07-301-0/+1
* * flow.c (allocate_for_life_analysis, init_regset_vector):law1998-06-201-0/+2
* * function.c: Define current_function_cannot_inline.jason1998-06-081-0/+1
* Make rtx, tree types type correct if the appropriate include files was not in...meissner1998-05-281-4/+6
* First cut of changes to utilize the new exception handling modelamacleod1998-05-141-0/+1