summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
...
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-1/+1
* * integrate.c (expand_inline_function): Check for error_mark_nodejakub2001-04-261-1/+2
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-7/+18
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-11/+26
* IA-64 ABI Exception Handling.rth2001-03-281-66/+26
* * integrate.c (copy_insn_list): Use returnjump_p.rth2001-03-281-22/+36
* * c-common.h (DECL_NUM_STMTS): New macro.mmitchel2001-03-271-3/+0
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* * integrate.h (struct inline_remap): Add local_return_label.rth2001-03-171-10/+24
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-10/+17
* 2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-03-121-6/+5
* * tree.h (BLOCK_DEAD): New macro.kenner2001-02-241-5/+6
* * tree.h (DECL_UNINLINABLE): Move from C++ frontend.jason2001-02-211-0/+3
* * dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL isjason2001-02-161-0/+4
* * Makefile.in (toplev.o): Depend on params.h.mmitchel2001-02-141-11/+3
* * integrate.h (struct inline_remap): Add compare_src, compare_mode.jakub2001-01-231-4/+64
* * integrate.c (copy_rtx_and_substitute): When copyingamylaar2001-01-061-3/+12
* * integrate.c (expand_inline_function): Don't put a virtualamylaar2001-01-041-1/+10
* * alias.c (alias_sets_conflict_p): New function.kenner2000-12-301-6/+1
* * integrate.c (copy_rtx_and_substitute): Copy mode too.hubicka2000-12-151-0/+1
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-3/+3
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-2/+2
* * integrate.c (copy_insn_list): Copy the unchanging flag for calls.m.hayes2000-10-291-0/+1
* Remove obstacks.mmitchel2000-10-131-13/+0
* Patch by rth to fix inline-of-an-inline return-value bug.dlindsay2000-09-271-0/+7
* * function.h (no_debugging_symbols): New field.kenner2000-09-161-8/+12
* * print-rtl.c (debug_call_placeholder_verbose): New variable.aoliva2000-09-111-3/+30
* * integrate.c: Fix formatting.law2000-09-111-78/+76
* * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.aoliva2000-09-021-14/+18
* * integrate.c (expand_inline_function): Pull out the original decl.jason2000-08-251-0/+4
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-3/+3
* * 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