aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-5/+5
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle1-21/+5
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-8/+13
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-12/+14
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-14system.h: Poison PROMOTED_MODESteven Bosscher1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-15tree.c (initializer_zerop): Add test for empty set.Waldek Hebisch1-0/+3
2003-10-18* integrate.c (copy_decl_for_inlining): Revert previous patch.Jan Hubicka1-4/+1
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-2/+1
2003-10-18* integrate.c (copy_decl_for_inlining): Fix copying of copies.Jan Hubicka1-1/+4
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-5/+1
2003-09-03targhooks.c: New file.DJ Delorie1-2/+2
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-17/+15
2003-07-15re PR debug/11098 ([dwarf2] g++ doesn't emit complete debugging information f...Mark Mitchell1-0/+2
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-3/+3
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-132/+59
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell1-11/+9
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-3/+3
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-6/+6
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-1/+0
2003-06-16function.h (struct emit_status): Remove x_last_linenum, x_last_filename.Nathan Sidwell1-13/+14
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-3/+3
2003-05-14rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.Richard Henderson1-1/+1
2003-05-13varasm.c (notice_rtl_inlining_of_deferred_constant): New function.Zack Weinberg1-0/+2
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-0/+8
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-18integrate.c (expand_inline_function): Ensure non-const actuals don't end up c...Olivier Hainque1-0/+8
2003-04-14integrate.c (expand_inline_function): Don't inline if would lose /u on a BLKm...Richard Kenner1-0/+8
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-3/+5
2003-02-26combine.c (combine_simplify_rtx, [...]): Use CC0_P.Roger Sayle1-13/+5
2003-02-05integrate.c (output_inline_function): Reset input_filename and lineno from th...Richard Henderson1-0/+5
2003-01-25function.h (struct function): New field calls_constant_p.Roger Sayle1-0/+5
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-8/+0
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-3/+4
2002-12-22integrate.c (output_inline_function): Don't hold private pointers to 'struct ...Geoffrey Keating1-1/+3
2002-12-20c-pretty-print.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-04PR c++/8461, c++/8625Jason Merrill1-4/+28