summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/26260 (PTA is slow with large structs (hits clisp))Daniel Berlin2006-02-141-2/+2
* re PR tree-optimization/26258 (Wrong alias information for struct addresses i...Richard Guenther2006-02-141-0/+26
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-13/+9
* tree-ssa-structalias.c (intra_create_variable_infos): Create heap variables f...Richard Guenther2006-01-261-6/+47
* tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin2006-01-191-4/+9
* re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther2006-01-141-4/+84
* tree-ssa-structalias.c (get_constraint_for_component_ref): Never override wit...Richard Guenther2006-01-101-14/+3
* tree-ssa-structalias.c (get_constraint_for): Remove anyoffset argument.Richard Guenther2006-01-081-27/+19
* re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski2006-01-061-0/+18
* tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther2006-01-051-11/+13
* tree-ssa-structalias.c (update_alias_info): Remove handling of may_be_aliased...Zdenek Dvorak2005-12-191-5/+3
* re PR tree-optimization/25481 (Segfault in tree-ssa-structalias.c)Richard Guenther2005-12-181-3/+7
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-2/+2
* tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther2005-12-151-9/+5
* tree-ssa-structalias.c (process_constraint): Remove code to transform address...Daniel Berlin2005-12-111-426/+1152
* re PR middle-end/22561 (ACATS ca11c01 wrong code)Eric Botcazou2005-11-221-0/+1
* * tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from.Hans-Peter Nilsson2005-11-101-2/+2
* tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin2005-11-101-47/+55
* re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin2005-11-081-0/+47
* tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec...Richard Guenther2005-11-041-1/+0
* re PR tree-optimization/24351 (ICE in do_simple_structure_copy with some C++ ...Daniel Berlin2005-11-031-15/+79
* tree-ssa-structalias.c (check_for_overlaps): Fix bug in last change.Daniel Berlin2005-10-061-1/+1
* re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_D...Daniel Berlin2005-10-061-2/+30
* re PR tree-optimization/24117 (struct is not marked fully as call clobbered)Daniel Berlin2005-09-291-2/+4
* tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin2005-09-221-23/+6
* tree-ssa-structalias.c (get_constraint_for_component_ref): Add argument.Daniel Berlin2005-09-211-19/+25
* re PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin2005-08-141-4/+11
* Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1
* tree-ssa-structalias.c (push_fields_onto_fieldstack): Avoid pushing again if ...Richard Guenther2005-07-271-1/+4
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-2/+2
* tree-ssa-alias.c (count_ptr_derefs): Do not consider &PTR->FLD a dereference ...Diego Novillo2005-07-221-2/+37
* tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein2005-07-221-0/+5
* tree-ssa-structalias.c (need_to_solve): Need to check for preds, too.Daniel Berlin2005-07-161-1/+5
* re PR tree-optimization/22376 (PTA is slow on a silly unrealistic test case)Daniel Berlin2005-07-151-15/+50
* Missed part of commitDaniel Berlin2005-07-131-3/+2
* re PR tree-optimization/22422 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin2005-07-131-13/+34
* re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin2005-07-111-0/+1
* tree-ssa-structalias.c (struct variable_info): Heapify complex.Daniel Berlin2005-07-111-47/+67
* tree-ssa-structalias.c (update_alias_info): Change counting of references to ...Daniel Berlin2005-07-111-5/+16
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-201/+449
* Fix PR tree-optimization/22319 Fix PR tree-optimization/22140 Fix PR tree-opt...Daniel Berlin2005-07-061-5/+24
* tree-ssa-structalias.c (get_constraint_exp_from_ssa_var): Only fall back to s...Daniel Berlin2005-07-051-3/+4
* * tree-ssa-structalias.c: Don't include expr.h.Diego Novillo2005-07-041-1/+0
* re PR tree-optimization/22279 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin2005-07-041-1/+1
* re PR tree-optimization/22071 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin2005-07-011-2/+40
* [multiple changes]Daniel Berlin2005-06-301-2/+2
* re PR middle-end/22247 (tree-ssa-structalias.c: `uint' undeclared)Francois-Xavier Coudert2005-06-301-25/+25
* Update FSF address.Kelley Cook2005-06-251-1/+1
* c-typeck.c (build_function_call): Set fundecl = function again.Daniel Berlin2005-06-211-18/+46
* tree-ssa-structalias.c (dump_solution_for_var): Reformat output.Diego Novillo2005-06-151-10/+26