summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski2007-04-211-2/+2
* tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.Zdenek Dvorak2007-04-201-0/+1
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-04-151-1/+1
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-27/+90
* tree-ssa-structalias.c (variable_info): Remove finished_solution.Daniel Berlin2007-03-091-34/+101
* tree-ssa-structalias.c (could_have_pointers): Tidy.Diego Novillo2007-03-021-6/+11
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-2/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-7/+8
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-0/+1
* Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini2007-02-061-61/+21
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-9/+9
* tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin2007-01-291-9/+3
* re PR tree-optimization/30630 (Trunk GCC hangs while compiling cpu2k6/perlben...Daniel Berlin2007-01-291-2/+3
* tree-ssa-structalias.c (solve_graph): Handle case we merged the variable to a...Daniel Berlin2007-01-261-3/+4
* tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.Jan Hubicka2007-01-201-2/+5
* tree-ssa-alias.c (perform_var_substitution): Fix typo in dump_flags test.Dirk Mueller2007-01-191-1/+1
* tree-ssa-structalias.c: Update comments.Daniel Berlin2007-01-181-533/+1000
* tree-ssa-structalias.c (build_constraint_graph): Insert complex offsetted con...Daniel Berlin2006-12-211-1/+1
* tree-ssa-structalias.c (handle_ptr_arith): Return false when we can't handle ...Daniel Berlin2006-12-121-0/+2
* [multiple changes]Diego Novillo2006-12-111-31/+18
* Missed commitDaniel Berlin2006-12-051-2/+0
* tree-ssa-structalias.c (set_used_smts): Re-fix pr29156.Daniel Berlin2006-12-051-14/+11
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-13/+13
* tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts.Daniel Berlin2006-12-051-9/+2
* tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin2006-12-041-622/+519
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-17/+19
* tree-ssa-alias.c (tree_pointer_compare): New function.Daniel Berlin2006-11-241-1/+2
* tree-ssa-structalias.c: Remove edge weights in favor of just processing them ...Daniel Berlin2006-11-231-544/+114
* Revert accidental commit (patch coming for this :P)Daniel Berlin2006-11-231-114/+544
* Remove weighted edges from the graphDaniel Berlin2006-11-231-544/+114
* re PR java/29587 (jc1: out of memory allocating 4072 bytes after a total of 7...Daniel Berlin2006-11-131-2/+5
* darwin.c, [...]: Fix comment typos.Kazu Hirata2006-10-291-1/+1
* tree-ssa-structalias.c (intra_create_variable_infos): Don't recreate nonlocal...Daniel Berlin2006-10-251-1/+2
* re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak2006-10-241-0/+2
* tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin2006-10-211-163/+12
* Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin2006-10-191-148/+625
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-3/+4
* tree-ssa-structalias.c (alias_get_name): Avoid creating extra unused identifi...Richard Guenther2006-06-151-7/+15
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-2/+2
* re PR middle-end/27409 (ICE in get_constraint_for_component_ref)Richard Guenther2006-05-071-1/+8
* re PR tree-optimization/26626 (ICE in in add_virtual_operand)Daniel Berlin2006-05-031-1/+1
* tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata2006-04-121-1/+1
* options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene2006-03-211-3/+3
* re PR tree-optimization/26587 (strict aliasing incorrectly pre-loads an array...Richard Guenther2006-03-071-2/+4
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-3/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin2006-02-271-51/+24
* re PR tree-optimization/26376 (K+R style function compiled with -fipa-pta ICEs)Daniel Berlin2006-02-231-6/+2
* re PR middle-end/26439 (missing VOPs for complex assignments)Richard Guenther2006-02-231-5/+11
* invoke.texi: Document -fipa-pta.Daniel Berlin2006-02-191-19/+33