aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-2/+1
2002-06-23function.h (struct emit_status): Clarify potential contents of regno_reg_rtx ...Jan Hubicka1-1/+11
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-3/+3
2002-06-05integrate.c (subst_constants): Handle 'B' RTL format.David S. Miller1-0/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-27/+11
2002-06-03integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.Jan Hubicka1-3/+3
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-0/+3
2002-05-30rtl.h (clear_emit_caches): Delete.David S. Miller1-1/+0
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-04-25integrate.c (function_attribute_inlinable_p): Simplify.Neil Booth1-18/+10
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson1-4/+4
2002-04-12integrate.c (compare_blocks): Make comparisons safe for when sizeof(int) < si...DJ Delorie1-4/+12
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-1/+1
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-1/+1
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-2/+2
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+2
2002-01-23elf.h: New file.Bob Wilson1-6/+44
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott1-2/+2
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson1-5/+1
2001-12-30integrate.c (copy_rtx_and_substitute): Fix error last change: we need to unco...Richard Henderson1-3/+3
2001-12-29expr.c (store_field): Use adjust_address, not PUT_MODE.Richard Kenner1-4/+3
2001-12-27integrate.c (copy_rtx_and_substitute, case MEM): If inlining and not for LHS,...Richard Kenner1-0/+7
2001-12-27integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note if special value.Richard Kenner1-1/+2
2001-11-14integrate.c (get_hard_reg_initial_reg): New.DJ Delorie1-0/+18
2001-11-11alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi1-1/+4
2001-10-24integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.Richard Kenner1-1/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-7/+12
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-3/+0
2001-10-18Install correct version of fileRichard Kenner1-1/+1
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-0/+9
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-29/+29
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva1-19/+26
2001-10-05Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva1-3/+1
2001-09-21* integrate.c (allocate_initial_values): Eliminate unused arg warning.Richard Kenner1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-3/+3
2001-09-21Table-driven attributes.Joseph Myers1-9/+37
2001-09-21integrate.c (allocate_initial_values): New function.J"orn Rennecke1-0/+34
2001-09-12integrate.c (copy_insn_list): Copy label name from NOTE_INSN_DELETED_LABEL.Richard Henderson1-0/+1
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg1-5/+3
2001-08-31function.c: Remove all_functions.Zack Weinberg1-2/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-13/+13
2001-08-15rtl.h (only_sets_cc0_p): New prototype.John Wehle1-1/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-07-20integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C...Jan Hubicka1-7/+15
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-1/+1
2001-07-18* integrate.c (output_inline_function): Correct type of debug_hooks.Andreas Jaeger1-1/+1
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-8/+9
2001-07-15Makefile.in (integrate.o): Add debug.h.Richard Kenner1-1/+7