aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-16alias.c (nonoverlapping_memrefs_p): Remove use of IPA type-escape information.Richard Guenther1-32/+10
2010-05-04Handle the same VALUE for true dependence.H.J. Lu1-5/+34
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-16re PR bootstrap/43767 (Revision 158401 failed to bootstrap)Jakub Jelinek1-8/+10
2010-04-16alias.c (memrefs_conflict_p): If x and y are the same VALUE, don't call get_a...Jakub Jelinek1-2/+32
2010-04-15alias.c (alias_set_subset_of): Handle alias-set zero child properly.Richard Guenther1-1/+1
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther1-22/+1
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther1-10/+17
2010-04-03re PR middle-end/42509 (nonoverlapping_memrefs_p misinterprets NULL MEM_OFFSE...Richard Guenther1-0/+7
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-16alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.Richard Guenther1-30/+43
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
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