aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-24re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak1-0/+2
2006-10-21tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin1-163/+12
2006-10-19Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin1-148/+625
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-3/+4
2006-06-15tree-ssa-structalias.c (alias_get_name): Avoid creating extra unused identifi...Richard Guenther1-7/+15
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-2/+2
2006-05-07re PR middle-end/27409 (ICE in get_constraint_for_component_ref)Richard Guenther1-1/+8
2006-05-03re PR tree-optimization/26626 (ICE in in add_virtual_operand)Daniel Berlin1-1/+1
2006-04-12tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene1-3/+3
2006-03-07re PR tree-optimization/26587 (strict aliasing incorrectly pre-loads an array...Richard Guenther1-2/+4
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-27tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin1-51/+24
2006-02-23re PR tree-optimization/26376 (K+R style function compiled with -fipa-pta ICEs)Daniel Berlin1-6/+2
2006-02-23re PR middle-end/26439 (missing VOPs for complex assignments)Richard Guenther1-5/+11
2006-02-19invoke.texi: Document -fipa-pta.Daniel Berlin1-19/+33
2006-02-14re PR tree-optimization/26260 (PTA is slow with large structs (hits clisp))Daniel Berlin1-2/+2
2006-02-14re PR tree-optimization/26258 (Wrong alias information for struct addresses i...Richard Guenther1-0/+26
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-13/+9
2006-01-26tree-ssa-structalias.c (intra_create_variable_infos): Create heap variables f...Richard Guenther1-6/+47
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-4/+9
2006-01-14re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther1-4/+84
2006-01-10tree-ssa-structalias.c (get_constraint_for_component_ref): Never override wit...Richard Guenther1-14/+3
2006-01-08tree-ssa-structalias.c (get_constraint_for): Remove anyoffset argument.Richard Guenther1-27/+19
2006-01-06re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski1-0/+18
2006-01-05tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther1-11/+13
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