Age | Commit message (Expand) | Author | Files | Lines |
2007-04-15 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-04-11 | re PR tree-optimization/30735 (50% slow down due to mem-ssa merge) | Diego Novillo | 1 | -27/+90 |
2007-03-09 | tree-ssa-structalias.c (variable_info): Remove finished_solution. | Daniel Berlin | 1 | -34/+101 |
2007-03-02 | tree-ssa-structalias.c (could_have_pointers): Tidy. | Diego Novillo | 1 | -6/+11 |
2007-02-25 | extend.texi: Document optional priority argument to constructors and destruct... | Mark Mitchell | 1 | -2/+2 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -7/+8 |
2007-02-08 | re PR tree-optimization/30562 (remove unused variable is removing a reference... | Diego Novillo | 1 | -0/+1 |
2007-02-06 | Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. | Paolo Bonzini | 1 | -61/+21 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -9/+9 |
2007-01-29 | tree.h (struct tree_memory_tag): Add aliases member. | Daniel Berlin | 1 | -9/+3 |
2007-01-29 | re PR tree-optimization/30630 (Trunk GCC hangs while compiling cpu2k6/perlben... | Daniel Berlin | 1 | -2/+3 |
2007-01-26 | tree-ssa-structalias.c (solve_graph): Handle case we merged the variable to a... | Daniel Berlin | 1 | -3/+4 |
2007-01-20 | tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars. | Jan Hubicka | 1 | -2/+5 |
2007-01-19 | tree-ssa-alias.c (perform_var_substitution): Fix typo in dump_flags test. | Dirk Mueller | 1 | -1/+1 |
2007-01-18 | tree-ssa-structalias.c: Update comments. | Daniel Berlin | 1 | -533/+1000 |
2006-12-21 | tree-ssa-structalias.c (build_constraint_graph): Insert complex offsetted con... | Daniel Berlin | 1 | -1/+1 |
2006-12-12 | tree-ssa-structalias.c (handle_ptr_arith): Return false when we can't handle ... | Daniel Berlin | 1 | -0/+2 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -31/+18 |
2006-12-05 | Missed commit | Daniel Berlin | 1 | -2/+0 |
2006-12-05 | tree-ssa-structalias.c (set_used_smts): Re-fix pr29156. | Daniel Berlin | 1 | -14/+11 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -13/+13 |
2006-12-05 | tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts. | Daniel Berlin | 1 | -9/+2 |
2006-12-04 | tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in... | Daniel Berlin | 1 | -622/+519 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -17/+19 |
2006-11-24 | tree-ssa-alias.c (tree_pointer_compare): New function. | Daniel Berlin | 1 | -1/+2 |
2006-11-23 | tree-ssa-structalias.c: Remove edge weights in favor of just processing them ... | Daniel Berlin | 1 | -544/+114 |
2006-11-23 | Revert accidental commit (patch coming for this :P) | Daniel Berlin | 1 | -114/+544 |
2006-11-23 | Remove weighted edges from the graph | Daniel Berlin | 1 | -544/+114 |
2006-11-13 | re PR java/29587 (jc1: out of memory allocating 4072 bytes after a total of 7... | Daniel Berlin | 1 | -2/+5 |
2006-10-29 | darwin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-10-25 | tree-ssa-structalias.c (intra_create_variable_infos): Don't recreate nonlocal... | Daniel Berlin | 1 | -1/+2 |
2006-10-24 | re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency) | Zdenek Dvorak | 1 | -0/+2 |
2006-10-21 | tree.h (DECL_PTA_ARTIFICIAL): Remove. | Daniel Berlin | 1 | -163/+12 |
2006-10-19 | Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt... | Daniel Berlin | 1 | -148/+625 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -3/+4 |
2006-06-15 | tree-ssa-structalias.c (alias_get_name): Avoid creating extra unused identifi... | Richard Guenther | 1 | -7/+15 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -2/+2 |
2006-05-07 | re PR middle-end/27409 (ICE in get_constraint_for_component_ref) | Richard Guenther | 1 | -1/+8 |
2006-05-03 | re PR tree-optimization/26626 (ICE in in add_virtual_operand) | Daniel Berlin | 1 | -1/+1 |
2006-04-12 | tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+1 |
2006-03-21 | options.c (gfc_init_options): Initialize flag_argument_noalias to 3. | Toon Moene | 1 | -3/+3 |
2006-03-07 | re PR tree-optimization/26587 (strict aliasing incorrectly pre-loads an array... | Richard Guenther | 1 | -2/+4 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-27 | tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate... | Daniel Berlin | 1 | -51/+24 |
2006-02-23 | re PR tree-optimization/26376 (K+R style function compiled with -fipa-pta ICEs) | Daniel Berlin | 1 | -6/+2 |
2006-02-23 | re PR middle-end/26439 (missing VOPs for complex assignments) | Richard Guenther | 1 | -5/+11 |
2006-02-19 | invoke.texi: Document -fipa-pta. | Daniel Berlin | 1 | -19/+33 |
2006-02-14 | re PR tree-optimization/26260 (PTA is slow with large structs (hits clisp)) | Daniel Berlin | 1 | -2/+2 |
2006-02-14 | re PR tree-optimization/26258 (Wrong alias information for struct addresses i... | Richard Guenther | 1 | -0/+26 |