aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-3/+3
2008-06-11alias.c (get_alias_set): Use the element alias-set for arrays.Richard Guenther1-5/+15
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-7/+0
2008-05-01tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.Eric Botcazou1-5/+4
2008-04-23alias.c (alias_set_subset_of): Correctly handle asking if zero is a subset of...Richard Guenther1-2/+3
2008-03-06alias.c (struct alias_set_entry): Move has_zero_child field to pack with alia...Richard Guenther1-4/+4
2008-02-25re PR target/35258 (two memcpy calls merged incorrectly with -O1)Andreas Krebbel1-2/+1
2007-10-23alias.c (get_alias_set): For INDIRECT_REFs, deal with SSA_NAME pointers.Richard Guenther1-1/+6
2007-10-19re PR middle-end/33816 (gimplification before build_array_type re-set alias s...Richard Guenther1-0/+12
2007-09-19alias.c (memory_modified_1): Deconstify.Kaveh R. Ghazi1-3/+3
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-1/+3
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-5/+5
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+1
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-18/+18
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-24/+24
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-05re PR middle-end/32639 (ptrmem1.C now ICE's on mainline)Richard Guenther1-1/+2
2007-07-02tree.h (alias_sets_might_conflict_p): Rename into alias_sets_must_conflict_p.Eric Botcazou1-14/+8
2007-06-20re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet1-0/+7
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-26/+6
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-1/+1
2007-02-13alias.c (find_symbolic_term): Delete unused function.Manuel López-Ibáñez1-34/+0
2007-02-11fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher1-4/+6
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-3/+3
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-3/+1
2007-01-02Revert:Kazu Hirata1-1/+3
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-3/+1
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-0/+20
2006-11-30cselib.c (cselib_init): Use special MEM rtx form for callmem.Steven Bosscher1-1/+1
2006-11-27alias.c (init_alias_analysis): Remove simplification loop after propagating p...Steven Bosscher1-32/+0
2006-11-11re PR rtl-optimization/28812 (RTL aliasing vs may_alias and structs)Andrew Pinski1-2/+4
2006-05-18Whitespace fixupsMike Stump1-17/+17
2006-04-17alias.c (alias_sets): Change the type to VEC(alias_set_entry,gc) *.Kazu Hirata1-10/+10
2006-04-17alias.c (reg_base_value, [...]): Change the type to VEC(rtx,gc) *.Kazu Hirata1-33/+25
2006-03-14tree-pass.h (pass_cfg): Remove.Steven Bosscher1-31/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-28alias.c (alias_invariant, [...]): Remove.Steven Bosscher1-61/+0
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-24alias.h (ALIAS_SET_MEMORY_BARRIER): New.Richard Henderson1-1/+10
2005-10-03gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor1-2/+7
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