summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-structalias.c (do_ds_constraint): Simplify escape handling.Richard Guenther2009-06-261-14/+2
* tree-ssa-structalias.c (struct variable_info): Add is_global_var member.Richard Guenther2009-06-231-105/+57
* tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...Richard Guenther2009-06-201-2/+11
* re PR tree-optimization/40495 (libgomp.c++/task-4.C)Richard Guenther2009-06-201-48/+27
* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.Richard Guenther2009-06-191-28/+140
* re PR c++/40389 (optimizer bug (possibly))Richard Guenther2009-06-171-1/+1
* tree-ssa-alias.c (is_escape_site): Remove.Richard Guenther2009-06-161-8/+6
* tree-ssa-structalias.c (do_ds_constraint): Stores in global variables add the...Richard Guenther2009-06-161-33/+36
* re PR c++/40389 (optimizer bug (possibly))Richard Guenther2009-06-131-17/+40
* tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther2009-05-291-1/+2
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-251-1/+1
* tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther2009-05-251-0/+22
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-344/+15
* Revert the following patch until testsuite fallout is fixed:Jan Hubicka2009-05-151-1/+1
* common.opt (-ftree-forwprop, [...]): New options, enabled by default.Richard Guenther2009-05-151-1/+6
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-151-1/+1
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-2/+0
* tree-ssa-structalias.c (get_constraint_for_component_ref): Handle component r...Richard Guenther2009-04-171-0/+8
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-795/+888
* tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed test intro...Jan Hubicka2009-03-281-11/+8
* cgraph.c (cgraph_node, [...]): Remove master clone handling.Jan Hubicka2009-03-281-2/+2
* re PR tree-optimization/39120 (Missed escape constraints for call results)Richard Guenther2009-03-271-101/+93
* cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther2009-03-231-1/+1
* re PR tree-optimization/39358 (Wrong aliasing warning with lists)Richard Guenther2009-03-041-7/+8
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther2009-02-191-55/+101
* re PR tree-optimization/39202 (internal compiler error: in collapse_rest_of_v...Richard Guenther2009-02-171-2/+2
* re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther2009-02-171-0/+1
* re PR tree-optimization/39100 (-fstrict-aliasing miscompilation)Daniel Berlin2009-02-051-7/+9
* re PR tree-optimization/38937 (dereferencing pointer '<anonymous>' does break...Richard Guenther2009-01-311-6/+6
* re PR tree-optimization/38984 (NULL pointers always considered distinct by PT...Paolo Bonzini2009-01-281-2/+8
* re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther2009-01-271-14/+4
* re PR tree-optimization/38826 (points-to result wrong for reads from call-clo...Richard Guenther2009-01-141-6/+29
* re PR tree-optimization/38445 (ICE in tree-ssa-struct-alias when compiling gr...Richard Guenther2008-12-091-4/+11
* re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther2008-12-041-9/+108
* tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for t...Richard Guenther2008-11-271-0/+9
* re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)Daniel Berlin2008-11-261-34/+2
* tree.def (COMPLEX_TYPE): Constrain element type.Richard Guenther2008-10-221-2/+1
* tree-ssa-structalias.c (create_variable_info_for): Do not create fields for h...Richard Guenther2008-08-291-2/+12
* re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther2008-08-291-0/+1
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+2
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-3/+3
* tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.Richard Guenther2008-07-281-28/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-200/+157
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-2/+1
* tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_...Fernando Pereira2008-07-071-0/+94
* tree-ssa-structalias.h (set_used_smts): Remove.Richard Guenther2008-07-071-55/+0
* tree-ssa-structalias.c (struct variable_info): Add is_full_var flag.Richard Guenther2008-07-071-233/+229