aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-28re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther1-4/+24
2009-10-26re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-3/+22
2009-10-24tree-ssa-alias.c (nonaliasing_component_refs_p): Rename into...Eric Botcazou1-15/+25
2009-09-16re PR fortran/41212 (miscompilation at -O2)Michael Matz1-0/+8
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+0
2009-09-06re PR middle-end/41261 (ice with -O2 -fprofile-arcs when compiling Linux kernel)Richard Guenther1-0/+6
2009-09-02revert: builtins.c (fold_builtin_memory_op): Use the alias oracle to query if...Richard Guenther1-11/+19
2009-08-31builtins.c (fold_builtin_memory_op): Use the alias oracle to query if the mem...Richard Guenther1-19/+11
2009-08-30re PR tree-optimization/41186 (VN doesn't look through non-aliasing by offset...Richard Guenther1-20/+59
2009-08-05tree-ssa-alias.c: Fix intervals to use [) syntax.Andrew Pinski1-6/+6
2009-08-04tree-ssa-alias.c: Fix some comment typos.Andrew Pinski1-6/+6
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-1/+1
2009-06-30tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer...Richard Guenther1-5/+5
2009-06-29re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp...Richard Guenther1-0/+7
2009-06-27tree-ssa-alias.c: Fix unintentional commit.Paolo Bonzini1-0/+10
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-10/+0
2009-06-25tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Disambiguate indirect referenc...Richard Guenther1-7/+46
2009-06-20tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...Richard Guenther1-4/+39
2009-06-19tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.Richard Guenther1-24/+193
2009-06-16tree-ssa-alias.c (is_escape_site): Remove.Richard Guenther1-76/+0
2009-05-29tree-ssa-alias.c (nonaliasing_component_refs_p): Remove short-cutting on the ...Richard Guenther1-3/+2
2009-05-28tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther1-42/+131
2009-05-25re PR tree-optimization/36327 (SCCVN should look through struct copies)Richard Guenther1-2/+24
2009-05-25tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther1-22/+37
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-11/+38
2009-04-17tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA for decl-vs-decl disam...Richard Guenther1-13/+21
2009-04-17re PR tree-optimization/39746 (Fail pr34513.c and pr34513.C at -O1 and above)Richard Guenther1-18/+8
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