summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* integrate.c (expand_inline_function): Don't inline if would lose /u on a BLKm...Richard Kenner2003-04-141-0/+8
* params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2003-03-021-3/+5
* combine.c (combine_simplify_rtx, [...]): Use CC0_P.Roger Sayle2003-02-261-13/+5
* integrate.c (output_inline_function): Reset input_filename and lineno from th...Richard Henderson2003-02-051-0/+5
* function.h (struct function): New field calls_constant_p.Roger Sayle2003-01-251-0/+5
* emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka2003-01-241-8/+0
* fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill2003-01-031-3/+4
* integrate.c (output_inline_function): Don't hold private pointers to 'struct ...Geoffrey Keating2002-12-221-1/+3
* c-pretty-print.h: Fix comment typos.Kazu Hirata2002-12-201-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* PR c++/8461, c++/8625Jason Merrill2002-12-041-4/+28
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* Index: ChangeLogGeoffrey Keating2002-08-041-4/+0
* integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it refers to a su...Richard Henderson2002-08-011-0/+7
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-2/+0
* varargs.h: Replace with stub which issues #error.Zack Weinberg2002-07-161-2/+1
* function.h (struct emit_status): Clarify potential contents of regno_reg_rtx ...Jan Hubicka2002-06-231-1/+11
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-3/+3
* integrate.c (subst_constants): Handle 'B' RTL format.David S. Miller2002-06-051-0/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-27/+11
* integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.Jan Hubicka2002-06-031-3/+3
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-0/+3
* rtl.h (clear_emit_caches): Delete.David S. Miller2002-05-301-1/+0
* cpplex.c: Fix comment formatting.Kazu Hirata2002-04-301-1/+1
* integrate.c (function_attribute_inlinable_p): Simplify.Neil Booth2002-04-251-18/+10
* rtl.h (RTX_FLAG): New macro.Janis Johnson2002-04-221-4/+4
* integrate.c (compare_blocks): Make comparisons safe for when sizeof(int) < si...DJ Delorie2002-04-121-4/+12
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-1/+1
* Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi2002-03-121-1/+1
* Makefile.in (integrate.o): Update.Neil Booth2002-02-281-2/+2
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+2
* elf.h: New file.Bob Wilson2002-01-231-6/+44
* calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott2002-01-161-2/+2
* c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson2002-01-051-5/+1
* integrate.c (copy_rtx_and_substitute): Fix error last change: we need to unco...Richard Henderson2001-12-301-3/+3
* expr.c (store_field): Use adjust_address, not PUT_MODE.Richard Kenner2001-12-291-4/+3
* integrate.c (copy_rtx_and_substitute, case MEM): If inlining and not for LHS,...Richard Kenner2001-12-271-0/+7
* integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note if special value.Richard Kenner2001-12-271-1/+2
* integrate.c (get_hard_reg_initial_reg): New.DJ Delorie2001-11-141-0/+18
* alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi2001-11-111-1/+4
* integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.Richard Kenner2001-10-241-1/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-7/+12
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-10-191-3/+0
* Install correct version of fileRichard Kenner2001-10-181-1/+1
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-0/+9
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-29/+29
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-19/+26