summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor2005-10-031-2/+7
* alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT, revert to r...Daniel Berlin2005-07-211-3/+3
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-388/+87
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+53
* Update FSF address.Kelley Cook2005-06-251-2/+2
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-2/+2
* alias.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-2/+2
* alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson2004-12-031-10/+19
* expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson2004-11-291-20/+26
* alias.c (record_alias_subset, [...]): Make them static.Kazu Hirata2004-11-111-2/+3
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-9/+3
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-3/+9
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-19/+4
* unroll.c: Removed.Zdenek Dvorak2004-09-141-5/+0
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-12/+7
* alias.c (readonly_fields_p): Remove.Richard Henderson2004-08-181-30/+0
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-46/+16
* tree.h: Include vec.hNathan Sidwell2004-07-201-7/+7
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-4/+4
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-3/+3
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-20/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-11/+11
* re PR c++/16129 (g++.old-deja/g++.eh/catch[35679]*.C)Mark Mitchell2004-06-251-1/+14
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-2/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-10/+10
* Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill2004-06-091-0/+8
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+2
* gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating2004-05-311-1/+1
* alias.c (init_alias_analysis): Use ggc_calloc instead of xrealloc.Devang Patel2004-05-251-5/+2
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson2004-03-241-39/+98
* alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-03-231-2/+5
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-19/+6
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* alias.c (record_set): Detect the case where a register is assigned a new valu...Richard Sandiford2004-03-181-5/+16
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* New option -Wstrict-aliasing=2.James E Wilson2004-03-091-0/+13
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-4/+4
* alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata2004-02-211-3/+0
* alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all ...Jan Hubicka2004-02-031-11/+14
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* alias.c (reg_base_value): Turn into varray.Jan Hubicka2004-01-221-39/+61
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating2004-01-171-12/+12
* re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating2004-01-161-6/+7
* alias.c (get_alias_set): Initialize alias set to 0 when subset is impossible.Jan Hubicka2004-01-141-1/+1
* alias.c (new_alias_set): Construct the alias_set varray.Jan Hubicka2004-01-131-3/+4
* alias.c: Invlude varray.hJan Hubicka2004-01-121-11/+11