aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-35/+37
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-11/+11
2011-05-24re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-6/+12
2011-03-23Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther1-1/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-22re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov1-0/+8
2010-11-15re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415)Jakub Jelinek1-0/+9
2010-10-21re PR rtl-optimization/45834 (Redundant inter-loop edges in DDG)Bingfeng Mei1-2/+2
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-4/+4
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-3/+3
2010-08-25alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther1-0/+56
2010-08-24re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther1-0/+16
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-4/+2
2010-08-09Remove unused ret.H.J. Lu1-1/+0
2010-08-09ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set...Bingfeng Mei1-41/+79
2010-08-04alias.c (rtx_refs_may_alias_p): Do not resort to TBAA if either alias-set is ...Richard Guenther1-1/+4
2010-07-24re PR middle-end/45035 (FAIL: gcc.dg/guality/pr36728-2.c)Steven Bosscher1-11/+12
2010-07-22alias.c (true_dependence_1): New function, merged version of true_dependence ...Steven Bosscher1-86/+50
2010-07-22* alias.c (get_alias_set): Fix formatting issues.Eric Botcazou1-11/+12
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-12rtl.h (target_rtl): Add x_static_reg_base_value.Richard Sandiford1-3/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-10/+28
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-2/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+5
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