aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-24re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak1-0/+2
2006-10-21tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin1-163/+12
2006-10-19Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin1-148/+625
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-3/+4
2006-06-15tree-ssa-structalias.c (alias_get_name): Avoid creating extra unused identifi...Richard Guenther1-7/+15
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-2/+2
2006-05-07re PR middle-end/27409 (ICE in get_constraint_for_component_ref)Richard Guenther1-1/+8
2006-05-03re PR tree-optimization/26626 (ICE in in add_virtual_operand)Daniel Berlin1-1/+1
2006-04-12tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene1-3/+3
2006-03-07re PR tree-optimization/26587 (strict aliasing incorrectly pre-loads an array...Richard Guenther1-2/+4
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-27tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin1-51/+24
2006-02-23re PR tree-optimization/26376 (K+R style function compiled with -fipa-pta ICEs)Daniel Berlin1-6/+2
2006-02-23re PR middle-end/26439 (missing VOPs for complex assignments)Richard Guenther1-5/+11