aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-08integrate.c (try_constants, [...]): Remove.Kazu Hirata1-439/+0
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-4/+1
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-13/+0
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+5
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill1-26/+4
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-1/+0
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-4/+3
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-35/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-7/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+5
2004-06-20re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski1-1/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-8/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1827/+20
2004-04-29combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...Paolo Bonzini1-8/+12
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