summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/58831 (wrong code at -O2 and -O3 on x86_64-linux-gnu i...Eric Botcazou2013-10-251-10/+7
* * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.Richard Henderson2012-09-041-2/+8
* re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva2012-03-011-9/+23
* re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva2012-02-251-5/+36
* rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford2012-01-241-67/+8
* cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva2011-12-311-6/+21
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-35/+37
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-11/+11
* re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-05-241-6/+12
* Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther2011-03-231-1/+0
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov2010-11-221-0/+8
* re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415)Jakub Jelinek2010-11-151-0/+9
* re PR rtl-optimization/45834 (Redundant inter-loop edges in DDG)Bingfeng Mei2010-10-211-2/+2
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-1/+1
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-4/+4
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-3/+3
* alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther2010-08-251-0/+56
* re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther2010-08-241-0/+16
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-4/+2
* Remove unused ret.H.J. Lu2010-08-091-1/+0
* ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set...Bingfeng Mei2010-08-091-41/+79
* alias.c (rtx_refs_may_alias_p): Do not resort to TBAA if either alias-set is ...Richard Guenther2010-08-041-1/+4
* re PR middle-end/45035 (FAIL: gcc.dg/guality/pr36728-2.c)Steven Bosscher2010-07-241-11/+12
* alias.c (true_dependence_1): New function, merged version of true_dependence ...Steven Bosscher2010-07-221-86/+50
* * alias.c (get_alias_set): Fix formatting issues.Eric Botcazou2010-07-221-11/+12
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* rtl.h (target_rtl): Add x_static_reg_base_value.Richard Sandiford2010-07-121-3/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-10/+28
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-2/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-3/+5
* alias.c (nonoverlapping_memrefs_p): Remove use of IPA type-escape information.Richard Guenther2010-05-161-32/+10
* Handle the same VALUE for true dependence.H.J. Lu2010-05-041-5/+34
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* re PR bootstrap/43767 (Revision 158401 failed to bootstrap)Jakub Jelinek2010-04-161-8/+10
* alias.c (memrefs_conflict_p): If x and y are the same VALUE, don't call get_a...Jakub Jelinek2010-04-161-2/+32
* alias.c (alias_set_subset_of): Handle alias-set zero child properly.Richard Guenther2010-04-151-1/+1
* invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther2010-04-071-22/+1
* re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther2010-04-071-10/+17
* re PR middle-end/42509 (nonoverlapping_memrefs_p misinterprets NULL MEM_OFFSE...Richard Guenther2010-04-031-0/+7
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* 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