aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-160/+1069
2010-04-13tree-ssa-structalias.c (callused_id): Remove.Richard Guenther1-54/+151
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-2/+44
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-1/+2
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther1-1/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-02-09re PR tree-optimization/43008 (Attribute malloc not handled correctly)Richard Guenther1-2/+8
2010-01-18re PR tree-optimization/42781 (ICE in pt_solutions_same_restrict_base, at tre...Richard Guenther1-3/+4
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-14/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-11-08tree-ssa-structalias.c (build_succ_graph): Properly make variables escape if ...Richard Guenther1-0/+3
2009-11-07tree-ssa-structalias.c (build_succ_graph): Feed stores to anything only to va...Richard Guenther1-16/+21
2009-10-28re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther1-2/+4
2009-10-27tree-ssa-structalias.c (find_func_aliases): In IPA mode handle calls to exter...Richard Guenther1-112/+109
2009-10-26re PR tree-optimization/41826 (invalid read in get_constraint_for_ptr_offset)Richard Guenther1-11/+13
2009-09-14Squash commit of EH in gimpleRichard Henderson1-8/+0
2009-08-26tree-ssa-structalias.c (create_variable_info_for): Remove strange whole-progr...Richard Guenther1-4/+37
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-37/+9
2009-08-06re PR middle-end/40964 (ICE in insert_vi_for_tree)Richard Biener1-18/+41
2009-07-15tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize offset member.Richard Guenther1-0/+1
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-0/+22
2009-07-02re PR bootstrap/40617 (Revision 149170 breaks bootstrap)Richard Guenther1-2/+3
2009-07-02tree-ssa-live.c (remove_unused_locals): Do not remove heap variables.Richard Guenther1-3/+7
2009-07-01re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther1-1/+18
2009-06-29re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp...Richard Guenther1-122/+175
2009-06-26tree-ssa-structalias.c (do_ds_constraint): Simplify escape handling.Richard Guenther1-14/+2
2009-06-23tree-ssa-structalias.c (struct variable_info): Add is_global_var member.Richard Guenther1-105/+57
2009-06-20tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...Richard Guenther1-2/+11
2009-06-20re PR tree-optimization/40495 (libgomp.c++/task-4.C)Richard Guenther1-48/+27
2009-06-19tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.Richard Guenther1-28/+140
2009-06-17re PR c++/40389 (optimizer bug (possibly))Richard Guenther1-1/+1
2009-06-16tree-ssa-alias.c (is_escape_site): Remove.Richard Guenther1-8/+6
2009-06-16tree-ssa-structalias.c (do_ds_constraint): Stores in global variables add the...Richard Guenther1-33/+36
2009-06-13re PR c++/40389 (optimizer bug (possibly))Richard Guenther1-17/+40
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther1-1/+2
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-1/+1
2009-05-25tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther1-0/+22
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-344/+15
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-1/+1
2009-05-15common.opt (-ftree-forwprop, [...]): New options, enabled by default.Richard Guenther1-1/+6
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-1/+1
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-2/+0
2009-04-17tree-ssa-structalias.c (get_constraint_for_component_ref): Handle component r...Richard Guenther1-0/+8
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-795/+888
2009-03-28tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed test intro...Jan Hubicka1-11/+8
2009-03-28cgraph.c (cgraph_node, [...]): Remove master clone handling.Jan Hubicka1-2/+2
2009-03-27re PR tree-optimization/39120 (Missed escape constraints for call results)Richard Guenther1-101/+93
2009-03-23cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther1-1/+1