summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.Richard Guenther2010-02-161-30/+43
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* tree.def (TARGET_MEM_REF): Update comment.Eric Botcazou2009-11-011-1/+6
* re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther2009-10-281-0/+7
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-0/+22
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+25
* re PR c/41673 (variable-length array dereference inside sizeof gives "warning...Joseph Myers2009-10-231-1/+8
* alias.c (ao_ref_from_mem): Properly deal with off decl accesses resulting fro...Richard Guenther2009-09-291-38/+30
* alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET produced for bigen...Richard Guenther2009-09-231-0/+12
* alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.Richard Guenther2009-08-121-4/+13
* [multiple changes]Andrey Belevantsev2009-08-121-0/+3
* re PR bootstrap/40753 (ICE in refs_may_alias_p_1 for libffi/src/powerpc/ffi.c)Richard Guenther2009-07-151-0/+5
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-6/+108
* re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther2009-06-291-101/+2
* alias.c: Use REG_P...Shujing Zhao2009-06-221-21/+21
* alias.c (find_base_term): Check for NULL term before returning.Luis Machado2009-06-011-2/+10
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-3/+0
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-3/+3
* Expand from SSA.Michael Matz2009-04-261-0/+3
* re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek2009-04-241-5/+5
* alias.c (find_base_term): Move around LO_SUM case, so that CONST falls throug...Jakub Jelinek2009-04-221-4/+5
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-58/+95
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* alias.h (record_alias_subset): Declare.Eric Botcazou2009-02-101-2/+1
* re PR rtl-optimization/38879 (scheduler does not look for conflicting alias s...Uros Bizjak2009-01-211-19/+20
* check alias sets in add_inter_loop_mem_depBingfeng Mei2009-01-211-0/+37
* alias.c (find_base_term): Synch LO_SUM handling with what find_base_value does.Luis Machado2008-12-081-0/+3
* re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi...Richard Henderson2008-10-121-46/+0
* alias.c (find_base_value): Use FIND_BASE_TERM.Richard Sandiford2008-09-231-0/+5
* re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and func...Richard Guenther2008-09-171-1/+4
* [multiple changes]Vladimir Makarov2008-08-261-0/+46
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-3/+3
* alias.c (get_alias_set): Use the element alias-set for arrays.Richard Guenther2008-06-111-5/+15
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-7/+0
* tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.Eric Botcazou2008-05-011-5/+4
* alias.c (alias_set_subset_of): Correctly handle asking if zero is a subset of...Richard Guenther2008-04-231-2/+3
* alias.c (struct alias_set_entry): Move has_zero_child field to pack with alia...Richard Guenther2008-03-061-4/+4
* re PR target/35258 (two memcpy calls merged incorrectly with -O1)Andreas Krebbel2008-02-251-2/+1
* alias.c (get_alias_set): For INDIRECT_REFs, deal with SSA_NAME pointers.Richard Guenther2007-10-231-1/+6
* re PR middle-end/33816 (gimplification before build_array_type re-set alias s...Richard Guenther2007-10-191-0/+12
* alias.c (memory_modified_1): Deconstify.Kaveh R. Ghazi2007-09-191-3/+3
* Separate target-specific initialization from general back-end initialization.Sandra Loosemore2007-08-271-1/+3
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-5/+5
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+1
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-1/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-18/+18
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi2007-07-301-24/+24