aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-21alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT, revert to r...Daniel Berlin1-3/+3
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-388/+87
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+53
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-2/+2
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-12-03alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson1-10/+19
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson1-20/+26
2004-11-11alias.c (record_alias_subset, [...]): Make them static.Kazu Hirata1-2/+3
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-9/+3
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-3/+9
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-19/+4
2004-09-14unroll.c: Removed.Zdenek Dvorak1-5/+0
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell1-12/+7
2004-08-18alias.c (readonly_fields_p): Remove.Richard Henderson1-30/+0
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-46/+16
2004-07-20tree.h: Include vec.hNathan Sidwell1-7/+7
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-3/+3
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-20/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-11/+11
2004-06-25re PR c++/16129 (g++.old-deja/g++.eh/catch[35679]*.C)Mark Mitchell1-1/+14
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+3
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-06-09Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill1-0/+8
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+2
2004-05-31gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating1-1/+1
2004-05-25alias.c (init_alias_analysis): Use ggc_calloc instead of xrealloc.Devang Patel1-5/+2
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2004-03-24alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson1-39/+98
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-2/+5
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-19/+6
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-18alias.c (record_set): Detect the case where a register is assigned a new valu...Richard Sandiford1-5/+16
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-09New option -Wstrict-aliasing=2.James E Wilson1-0/+13
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-4/+4
2004-02-21alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata1-3/+0
2004-02-03alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all ...Jan Hubicka1-11/+14
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-22alias.c (reg_base_value): Turn into varray.Jan Hubicka1-39/+61
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-17re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating1-12/+12
2004-01-16re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating1-6/+7
2004-01-14alias.c (get_alias_set): Initialize alias set to 0 when subset is impossible.Jan Hubicka1-1/+1
2004-01-13alias.c (new_alias_set): Construct the alias_set varray.Jan Hubicka1-3/+4
2004-01-12alias.c: Invlude varray.hJan Hubicka1-11/+11
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3