aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07tree-ssa-alias.c (refs_may_alias_p_1): Check for is_gimple_min_invariant rath...Martin Jambor1-2/+2
2009-04-07tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Non-aliased decls are only use...Richard Guenther1-2/+31
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-3459/+793
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-26re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...Richard Guenther1-0/+2
2009-01-26re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...Richard Guenther1-0/+16
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-3/+0
2008-11-25re PR middle-end/38151 (structures with _Complex arguments are not passed cor...Richard Guenther1-56/+34
2008-11-15re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)Richard Guenther1-15/+20
2008-10-19tree-ssa-alias.c (may_alias_p): Remove bogus shortcut.Richard Guenther1-10/+0
2008-09-15tree-ssa-alias.c (init_alias_info): Call bitmap_obstack_release in every call...Jakub Jelinek1-1/+3
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-113/+81
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-11/+1
2008-07-11re PR tree-optimization/36765 (Revision 137573 miscompiles 464.h264ref in SPE...Richard Guenther1-0/+20
2008-07-07tree-ssa-structalias.h (set_used_smts): Remove.Richard Guenther1-1/+0
2008-06-29tree-ssa-structalias.h (compute_points_to_sets): Adjust prototype.Richard Guenther1-1/+305
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-1/+6
2008-06-27re PR tree-optimization/36400 (points-to results wrong)Richard Guenther1-12/+12
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-06-12re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)Richard Guenther1-6/+8
2008-06-11tree-flow.h (may_point_to_global_var): Declare.Richard Guenther1-0/+17
2008-06-04tree-flow-inline.h (is_global_var): Do not check TREE_STATIC on MTAGs.Richard Guenther1-21/+11
2008-05-29re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t...Richard Guenther1-20/+15
2008-05-28re PR tree-optimization/36339 (not call clobbering variable for non common of...Richard Guenther1-13/+19
2008-05-27re PR tree-optimization/36339 (not call clobbering variable for non common of...Richard Guenther1-0/+16
2008-05-15treestruct.def (TS_STRUCT_FIELD_TAG): Remove.Diego Novillo1-5/+5
2008-05-15re PR middle-end/36244 (-ftree-parallelize-loops=4, vectorizer enabled, ICE)Richard Guenther1-1/+0
2008-05-15re PR tree-optimization/34330 (-ftree-parallelize-loops=4 ICE with the vector...Richard Guenther1-2/+5
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-05-09invoke.texi (-fdump-tree-salias): Remove documentation.Richard Guenther1-40/+4
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-681/+11
2008-04-29tree-ssa-alias.c (finalize_ref_all_pointers): Remove.Richard Guenther1-140/+66
2008-04-23re PR tree-optimization/27799 (adding unused char field inhibits optimization)Richard Guenther1-14/+13
2008-04-23alias.c (alias_set_subset_of): Correctly handle asking if zero is a subset of...Richard Guenther1-15/+7
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-22/+36
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-36/+22
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-22/+36
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-36/+22
2008-01-22re PR tree-optimization/33092 (Using -O1 -fno-tree-salias results in ICE)Manuel López-Ibáñez1-0/+24
2007-11-21re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recur...Richard Guenther1-1/+1
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-8/+8
2007-11-15tree-ssa-alias.c (create_overlap_variables_for): Make sure to only create SFT...Richard Guenther1-1/+4
2007-11-13pr 33870Diego Novillo1-8/+28
2007-11-09bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther1-2/+3
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-34/+37
2007-10-25tree-flow.h (mem_sym_stats): Remove.Richard Guenther1-37/+77
2007-09-21re PR tree-optimization/33508 (tree struct aliasing goes into a loop marking ...Richard Guenther1-14/+36
2007-09-01tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...Richard Guenther1-1/+1