aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-15re PR bootstrap/40753 (ICE in refs_may_alias_p_1 for libffi/src/powerpc/ffi.c)Richard Guenther1-0/+5
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-6/+108
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-101/+2
2009-06-22alias.c: Use REG_P...Shujing Zhao1-21/+21
2009-06-01alias.c (find_base_term): Check for NULL term before returning.Luis Machado1-2/+10
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-3/+0
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-3/+3
2009-04-26Expand from SSA.Michael Matz1-0/+3
2009-04-24re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek1-5/+5
2009-04-22alias.c (find_base_term): Move around LO_SUM case, so that CONST falls throug...Jakub Jelinek1-4/+5
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-58/+95
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-10alias.h (record_alias_subset): Declare.Eric Botcazou1-2/+1
2009-01-21re PR rtl-optimization/38879 (scheduler does not look for conflicting alias s...Uros Bizjak1-19/+20
2009-01-21check alias sets in add_inter_loop_mem_depBingfeng Mei1-0/+37
2008-12-08alias.c (find_base_term): Synch LO_SUM handling with what find_base_value does.Luis Machado1-0/+3
2008-10-12re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi...Richard Henderson1-46/+0
2008-09-23alias.c (find_base_value): Use FIND_BASE_TERM.Richard Sandiford1-0/+5
2008-09-17re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and func...Richard Guenther1-1/+4
2008-08-26[multiple changes]Vladimir Makarov1-0/+46
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