aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-01tree.def (TARGET_MEM_REF): Update comment.Eric Botcazou1-1/+6
2009-10-28re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther1-0/+7
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-0/+22
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+25
2009-10-23re PR c/41673 (variable-length array dereference inside sizeof gives "warning...Joseph Myers1-1/+8
2009-09-29alias.c (ao_ref_from_mem): Properly deal with off decl accesses resulting fro...Richard Guenther1-38/+30
2009-09-23alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET produced for bigen...Richard Guenther1-0/+12
2009-08-12alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.Richard Guenther1-4/+13
2009-08-12[multiple changes]Andrey Belevantsev1-0/+3
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