aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-04re PR tree-optimization/39358 (Wrong aliasing warning with lists)Richard Guenther1-7/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-19re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther1-55/+101
2009-02-17re PR tree-optimization/39202 (internal compiler error: in collapse_rest_of_v...Richard Guenther1-2/+2
2009-02-17re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther1-0/+1
2009-02-05re PR tree-optimization/39100 (-fstrict-aliasing miscompilation)Daniel Berlin1-7/+9
2009-01-31re PR tree-optimization/38937 (dereferencing pointer '<anonymous>' does break...Richard Guenther1-6/+6
2009-01-28re PR tree-optimization/38984 (NULL pointers always considered distinct by PT...Paolo Bonzini1-2/+8
2009-01-27re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther1-14/+4
2009-01-14re PR tree-optimization/38826 (points-to result wrong for reads from call-clo...Richard Guenther1-6/+29
2008-12-09re PR tree-optimization/38445 (ICE in tree-ssa-struct-alias when compiling gr...Richard Guenther1-4/+11
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-9/+108
2008-11-27tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for t...Richard Guenther1-0/+9
2008-11-26re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)Daniel Berlin1-34/+2
2008-10-22tree.def (COMPLEX_TYPE): Constrain element type.Richard Guenther1-2/+1
2008-08-29tree-ssa-structalias.c (create_variable_info_for): Do not create fields for h...Richard Guenther1-2/+12
2008-08-29re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther1-0/+1
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+2
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3