aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)Author
2012-03-01re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva
2012-02-25re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford
2011-12-31cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford
2011-05-24re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther
2011-03-23Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-22re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov
2010-11-15re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415)Jakub Jelinek
2010-10-21re PR rtl-optimization/45834 (Redundant inter-loop edges in DDG)Bingfeng Mei
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther
2010-08-25alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther
2010-08-24re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther
2010-08-09Remove unused ret.H.J. Lu
2010-08-09ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set...Bingfeng Mei
2010-08-04alias.c (rtx_refs_may_alias_p): Do not resort to TBAA if either alias-set is ...Richard Guenther
2010-07-24re PR middle-end/45035 (FAIL: gcc.dg/guality/pr36728-2.c)Steven Bosscher
2010-07-22alias.c (true_dependence_1): New function, merged version of true_dependence ...Steven Bosscher
2010-07-22* alias.c (get_alias_set): Fix formatting issues.Eric Botcazou
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd
2010-07-12rtl.h (target_rtl): Add x_static_reg_base_value.Richard Sandiford
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2010-05-16alias.c (nonoverlapping_memrefs_p): Remove use of IPA type-escape information.Richard Guenther
2010-05-04Handle the same VALUE for true dependence.H.J. Lu
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher
2010-04-16re PR bootstrap/43767 (Revision 158401 failed to bootstrap)Jakub Jelinek
2010-04-16alias.c (memrefs_conflict_p): If x and y are the same VALUE, don't call get_a...Jakub Jelinek
2010-04-15alias.c (alias_set_subset_of): Handle alias-set zero child properly.Richard Guenther
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther
2010-04-03re PR middle-end/42509 (nonoverlapping_memrefs_p misinterprets NULL MEM_OFFSE...Richard Guenther
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-02-16alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-01tree.def (TARGET_MEM_REF): Update comment.Eric Botcazou
2009-10-28re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston
2009-10-23re PR c/41673 (variable-length array dereference inside sizeof gives "warning...Joseph Myers
2009-09-29alias.c (ao_ref_from_mem): Properly deal with off decl accesses resulting fro...Richard Guenther
2009-09-23alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET produced for bigen...Richard Guenther
2009-08-12alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.Richard Guenther