aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-19tree-ssa-structalias.c (update_alias_info): Remove handling of may_be_aliased...Zdenek Dvorak1-5/+3
2005-12-18re PR tree-optimization/25481 (Segfault in tree-ssa-structalias.c)Richard Guenther1-3/+7
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-12-15tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther1-9/+5
2005-12-11tree-ssa-structalias.c (process_constraint): Remove code to transform address...Daniel Berlin1-426/+1152
2005-11-22re PR middle-end/22561 (ACATS ca11c01 wrong code)Eric Botcazou1-0/+1
2005-11-10* tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from.Hans-Peter Nilsson1-2/+2
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-47/+55
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+47
2005-11-04tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec...Richard Guenther1-1/+0
2005-11-03re PR tree-optimization/24351 (ICE in do_simple_structure_copy with some C++ ...Daniel Berlin1-15/+79
2005-10-06tree-ssa-structalias.c (check_for_overlaps): Fix bug in last change.Daniel Berlin1-1/+1
2005-10-06re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_D...Daniel Berlin1-2/+30
2005-09-29re PR tree-optimization/24117 (struct is not marked fully as call clobbered)Daniel Berlin1-2/+4
2005-09-22tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin1-23/+6
2005-09-21tree-ssa-structalias.c (get_constraint_for_component_ref): Add argument.Daniel Berlin1-19/+25
2005-08-14re PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-4/+11
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-27tree-ssa-structalias.c (push_fields_onto_fieldstack): Avoid pushing again if ...Richard Guenther1-1/+4
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-07-22tree-ssa-alias.c (count_ptr_derefs): Do not consider &PTR->FLD a dereference ...Diego Novillo1-2/+37
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein1-0/+5
2005-07-16tree-ssa-structalias.c (need_to_solve): Need to check for preds, too.Daniel Berlin1-1/+5
2005-07-15re PR tree-optimization/22376 (PTA is slow on a silly unrealistic test case)Daniel Berlin1-15/+50
2005-07-13Missed part of commitDaniel Berlin1-3/+2
2005-07-13re PR tree-optimization/22422 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-13/+34
2005-07-11re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin1-0/+1
2005-07-11tree-ssa-structalias.c (struct variable_info): Heapify complex.Daniel Berlin1-47/+67
2005-07-11tree-ssa-structalias.c (update_alias_info): Change counting of references to ...Daniel Berlin1-5/+16
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-201/+449
2005-07-06Fix PR tree-optimization/22319 Fix PR tree-optimization/22140 Fix PR tree-opt...Daniel Berlin1-5/+24
2005-07-05tree-ssa-structalias.c (get_constraint_exp_from_ssa_var): Only fall back to s...Daniel Berlin1-3/+4
2005-07-04* tree-ssa-structalias.c: Don't include expr.h.Diego Novillo1-1/+0
2005-07-04re PR tree-optimization/22279 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-1/+1
2005-07-01re PR tree-optimization/22071 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-2/+40
2005-06-30[multiple changes]Daniel Berlin1-2/+2
2005-06-30re PR middle-end/22247 (tree-ssa-structalias.c: `uint' undeclared)Francois-Xavier Coudert1-25/+25
2005-06-25Update FSF address.Kelley Cook1-1/+1
2005-06-21c-typeck.c (build_function_call): Set fundecl = function again.Daniel Berlin1-18/+46
2005-06-15tree-ssa-structalias.c (dump_solution_for_var): Reformat output.Diego Novillo1-10/+26
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2005-06-12Fix PR tree-optimization/22005 Fix PR tree-optimization/22025Daniel Berlin1-11/+39
2005-06-09Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin1-0/+3165