summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* * integrate.c (copy_insn_list): Remove REG_LABEL notes.jakub2000-07-071-3/+11
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-1/+2
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-06-011-1/+1
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-1/+1
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-2/+0
* * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY andjason2000-05-011-0/+2
* * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUTjason2000-04-261-3/+3
* * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.jason2000-04-261-15/+3
* Define FUNCTION_ATTRIBUTE_INLINABLE_P, a target macro to allow functions withnickc2000-04-251-1/+14
* * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.kenner2000-04-211-1/+1
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-6/+3
* * integrate.c (function_cannot_inline_p): Do inline functions thatmmitchel2000-03-261-1/+2
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-6/+7
* * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.law2000-03-241-2/+1
* Sibling call optimizations.rth2000-03-171-88/+206
* * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLEmmitchel2000-02-271-3/+6
* Copyright fixeslaw2000-02-261-1/+2
* * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.ghazi2000-02-211-5/+5
* * function.c (assign_temp): Change zero-sized arrays to size 1.hubicka2000-02-101-3/+0
* * flow.c (mark_regs_live_at_end): Delete unused variables.ghazi2000-02-101-1/+1
* * calls.c (compute_argument_block_size): New argumenthubicka2000-02-071-1/+11
* * function.c (diddle_return_value): Rework to use a callback function.rth2000-02-041-0/+7
* * stupid.c: Die die die.rth2000-01-191-7/+0
* * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.rth2000-01-181-3/+10
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-14/+14
* * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE onmmitchel2000-01-031-1/+7
* current_function -> cfuncrux1999-12-201-11/+11
* * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.mmitchel1999-12-161-25/+81
* * integrate.c (mark_stores): Function definition made void, to matchlaw1999-11-281-1/+1
* 1999-11-23 Mark Mitchell <mark@codesourcery.com>mmitchel1999-11-231-46/+49
* * integrate.c (expand_inline_function): Add necessary check for NULL.gavin1999-11-181-1/+2
* * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.mmitchel1999-11-071-1/+1
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-10/+16
* * integrate.c (expand_inline_function): Fix bugs in previouslaw1999-11-011-8/+12
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-120/+190
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-5/+8
* * integrate.c (function_cannot_inline_p): Don't allow inliningrth1999-10-261-0/+3
* * tree.h (BLOCK_TYPE_TAGS): Remove.mmitchel1999-10-261-25/+0
* * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXTmmitchel1999-10-241-17/+17
* Fix numerous -O3 -g testsuite failures for DWARF2 targets.wilson1999-10-201-0/+13
* * cpplib.c (if_directive_nameo): Add static prototype.ghazi1999-10-031-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * functiion.h (struct function): Add x_whole_function_mode_p.mmitchel1999-09-171-3/+16
* * function.c (identify_blocks): Don't shadow a variable in anmmitchel1999-09-161-37/+38
* * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,mmitchel1999-09-141-3/+3
* Merge in gcc2-ss-010999law1999-09-071-8/+14
* Fix typo in last change.mmitchel1999-09-051-1/+1
* * integrate.c (function_cannot_inline_p): Do not inlinemmitchel1999-09-051-0/+3
* Change memory mangement and constant pool handling for nested functions to ma...crux1999-09-041-1009/+82
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-1/+2