Age | Commit message (Expand) | Author | Files | Lines |
2006-01-14 | re PR tree-optimization/22548 (Aliasing can not tell array members apart) | Richard Guenther | 1 | -4/+84 |
2006-01-10 | tree-ssa-structalias.c (get_constraint_for_component_ref): Never override wit... | Richard Guenther | 1 | -14/+3 |
2006-01-08 | tree-ssa-structalias.c (get_constraint_for): Remove anyoffset argument. | Richard Guenther | 1 | -27/+19 |
2006-01-06 | re PR tree-optimization/25528 (missed LIM on the tree level (complex types)) | Andrew Pinski | 1 | -0/+18 |
2006-01-05 | tree-flow.h (struct fieldoff): Decompose field to type, size and decl. | Richard Guenther | 1 | -11/+13 |
2005-12-19 | tree-ssa-structalias.c (update_alias_info): Remove handling of may_be_aliased... | Zdenek Dvorak | 1 | -5/+3 |
2005-12-18 | re PR tree-optimization/25481 (Segfault in tree-ssa-structalias.c) | Richard Guenther | 1 | -3/+7 |
2005-12-16 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-12-15 | tree-flow.h (okay_component_ref_for_subvars): Remove. | Richard Guenther | 1 | -9/+5 |
2005-12-11 | tree-ssa-structalias.c (process_constraint): Remove code to transform address... | Daniel Berlin | 1 | -426/+1152 |
2005-11-22 | re PR middle-end/22561 (ACATS ca11c01 wrong code) | Eric Botcazou | 1 | -0/+1 |
2005-11-10 | * tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from. | Hans-Peter Nilsson | 1 | -2/+2 |
2005-11-10 | tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars. | Daniel Berlin | 1 | -47/+55 |
2005-11-08 | re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables... | Daniel Berlin | 1 | -0/+47 |
2005-11-04 | tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec... | Richard Guenther | 1 | -1/+0 |
2005-11-03 | re PR tree-optimization/24351 (ICE in do_simple_structure_copy with some C++ ... | Daniel Berlin | 1 | -15/+79 |
2005-10-06 | tree-ssa-structalias.c (check_for_overlaps): Fix bug in last change. | Daniel Berlin | 1 | -1/+1 |
2005-10-06 | re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_D... | Daniel Berlin | 1 | -2/+30 |
2005-09-29 | re PR tree-optimization/24117 (struct is not marked fully as call clobbered) | Daniel Berlin | 1 | -2/+4 |
2005-09-22 | tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ... | Daniel Berlin | 1 | -23/+6 |
2005-09-21 | tree-ssa-structalias.c (get_constraint_for_component_ref): Add argument. | Daniel Berlin | 1 | -19/+25 |
2005-08-14 | re PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-struct... | Daniel Berlin | 1 | -4/+11 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-27 | tree-ssa-structalias.c (push_fields_onto_fieldstack): Avoid pushing again if ... | Richard Guenther | 1 | -1/+4 |
2005-07-26 | calls.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-07-22 | tree-ssa-alias.c (count_ptr_derefs): Do not consider &PTR->FLD a dereference ... | Diego Novillo | 1 | -2/+37 |
2005-07-22 | tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings. | Manfred Hollstein | 1 | -0/+5 |
2005-07-16 | tree-ssa-structalias.c (need_to_solve): Need to check for preds, too. | Daniel Berlin | 1 | -1/+5 |
2005-07-15 | re PR tree-optimization/22376 (PTA is slow on a silly unrealistic test case) | Daniel Berlin | 1 | -15/+50 |
2005-07-13 | Missed part of commit | Daniel Berlin | 1 | -3/+2 |
2005-07-13 | re PR tree-optimization/22422 (ICE in first_vi_for_offset, at tree-ssa-struct... | Daniel Berlin | 1 | -13/+34 |
2005-07-11 | re PR tree-optimization/22404 (ICE in first_vi_for_offset) | Daniel Berlin | 1 | -0/+1 |
2005-07-11 | tree-ssa-structalias.c (struct variable_info): Heapify complex. | Daniel Berlin | 1 | -47/+67 |
2005-07-11 | tree-ssa-structalias.c (update_alias_info): Change counting of references to ... | Daniel Berlin | 1 | -5/+16 |
2005-07-09 | Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h | Diego Novillo | 1 | -201/+449 |
2005-07-06 | Fix PR tree-optimization/22319 Fix PR tree-optimization/22140 Fix PR tree-opt... | Daniel Berlin | 1 | -5/+24 |
2005-07-05 | tree-ssa-structalias.c (get_constraint_exp_from_ssa_var): Only fall back to s... | Daniel Berlin | 1 | -3/+4 |
2005-07-04 | * tree-ssa-structalias.c: Don't include expr.h. | Diego Novillo | 1 | -1/+0 |
2005-07-04 | re PR tree-optimization/22279 (ICE in first_vi_for_offset, at tree-ssa-struct... | Daniel Berlin | 1 | -1/+1 |
2005-07-01 | re PR tree-optimization/22071 (ICE in first_vi_for_offset, at tree-ssa-struct... | Daniel Berlin | 1 | -2/+40 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -2/+2 |
2005-06-30 | re PR middle-end/22247 (tree-ssa-structalias.c: `uint' undeclared) | Francois-Xavier Coudert | 1 | -25/+25 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -1/+1 |
2005-06-21 | c-typeck.c (build_function_call): Set fundecl = function again. | Daniel Berlin | 1 | -18/+46 |
2005-06-15 | tree-ssa-structalias.c (dump_solution_for_var): Reformat output. | Diego Novillo | 1 | -10/+26 |
2005-06-12 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -6/+6 |
2005-06-12 | Fix PR tree-optimization/22005 Fix PR tree-optimization/22025 | Daniel Berlin | 1 | -11/+39 |
2005-06-09 | Makefile.in (OBJS-common): Add tree-ssa-structalias.o. | Daniel Berlin | 1 | -0/+3165 |