aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-18re PR c++/31863 (g++-4.1: out of memory with -O1/-O2)Richard Guenther1-1/+3
2007-09-11tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...Eric Botcazou1-2/+7
2007-08-30re PR middle-end/33199 (tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc)Richard Guenther1-1/+26
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-3/+4
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin1-363/+714
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-3/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-13/+12
2007-07-25cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi1-3/+4
2007-06-20re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet1-5/+19
2007-06-19tree-ssa-structalias.c (handle_ptr_arith): Make sure to only handle positive ...Richard Biener1-3/+10
2007-06-19re PR tree-optimization/32353 (Miscompilation with RESULT_DECL)Jakub Jelinek1-1/+2
2007-06-15[multiple changes]Andrew Pinski1-10/+4
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-7/+183
2007-06-11tree-ssa-structalias.c (find_what_p_points_to): Return false for ref-all poin...Eric Botcazou1-4/+11
2007-06-10tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd parameter, use it.Daniel Berlin1-6/+11
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-5/+6
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski1-2/+2
2007-04-20tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.Zdenek Dvorak1-0/+1
2007-04-15i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-27/+90
2007-03-09tree-ssa-structalias.c (variable_info): Remove finished_solution.Daniel Berlin1-34/+101
2007-03-02tree-ssa-structalias.c (could_have_pointers): Tidy.Diego Novillo1-6/+11
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-7/+8
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-0/+1
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-61/+21
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-9/+9
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-9/+3
2007-01-29re PR tree-optimization/30630 (Trunk GCC hangs while compiling cpu2k6/perlben...Daniel Berlin1-2/+3
2007-01-26tree-ssa-structalias.c (solve_graph): Handle case we merged the variable to a...Daniel Berlin1-3/+4
2007-01-20tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.Jan Hubicka1-2/+5
2007-01-19tree-ssa-alias.c (perform_var_substitution): Fix typo in dump_flags test.Dirk Mueller1-1/+1
2007-01-18tree-ssa-structalias.c: Update comments.Daniel Berlin1-533/+1000
2006-12-21tree-ssa-structalias.c (build_constraint_graph): Insert complex offsetted con...Daniel Berlin1-1/+1
2006-12-12tree-ssa-structalias.c (handle_ptr_arith): Return false when we can't handle ...Daniel Berlin1-0/+2
2006-12-11[multiple changes]Diego Novillo1-31/+18
2006-12-05Missed commitDaniel Berlin1-2/+0
2006-12-05tree-ssa-structalias.c (set_used_smts): Re-fix pr29156.Daniel Berlin1-14/+11
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-13/+13
2006-12-05tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts.Daniel Berlin1-9/+2
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-622/+519
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-17/+19
2006-11-24tree-ssa-alias.c (tree_pointer_compare): New function.Daniel Berlin1-1/+2
2006-11-23tree-ssa-structalias.c: Remove edge weights in favor of just processing them ...Daniel Berlin1-544/+114
2006-11-23Revert accidental commit (patch coming for this :P)Daniel Berlin1-114/+544
2006-11-23Remove weighted edges from the graphDaniel Berlin1-544/+114
2006-11-13re PR java/29587 (jc1: out of memory allocating 4072 bytes after a total of 7...Daniel Berlin1-2/+5
2006-10-29darwin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-10-25tree-ssa-structalias.c (intra_create_variable_infos): Don't recreate nonlocal...Daniel Berlin1-1/+2