summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_...Fernando Pereira2008-07-071-0/+94
* tree-ssa-structalias.h (set_used_smts): Remove.Richard Guenther2008-07-071-55/+0
* tree-ssa-structalias.c (struct variable_info): Add is_full_var flag.Richard Guenther2008-07-071-233/+229
* tree-ssa-structalias.c (struct variable_info): Remove has_union.Richard Guenther2008-07-061-75/+64
* tree-ssa-structalias.c (lookup_vi_for_tree): Declare.Richard Guenther2008-07-041-0/+42
* tree-ssa-structalias.c (struct variable_info): Reorder to fill padding on 64b...Richard Guenther2008-07-021-28/+28
* bitmap.h (bitmap_set_bit): Return bool.Richard Guenther2008-07-021-30/+16
* re PR tree-optimization/36666 (ICE in process_constraint, at tree-ssa-structa...Richard Guenther2008-07-011-73/+104
* re PR middle-end/36671 (gfortran.dg/associated_1.f90)Richard Guenther2008-06-301-12/+38
* tree-ssa-structalias.h (compute_points_to_sets): Adjust prototype.Richard Guenther2008-06-291-313/+31
* tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther2008-06-281-7/+155
* re PR tree-optimization/36400 (points-to results wrong)Richard Guenther2008-06-271-98/+285
* Don't mark statements modified when we are in ipa modeDaniel Berlin2008-06-271-1/+2
* tree-ssa-structalias.c (fieldoff_compare): Make sure to not overflow the resu...Richard Guenther2008-06-251-4/+10
* re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)Richard Guenther2008-06-121-22/+18
* tree-ssa-structalias.c (merge_smts_into): Remove.Richard Guenther2008-06-061-35/+8
* tree-ssa-structalias.c (handle_ptr_arith): Correctly handle negative or non-r...Richard Guenther2008-06-041-32/+12
* tree-ssa-structalias.c (find_func_aliases): Add constraints for the lhs of ca...Richard Guenther2008-06-031-1/+1
* re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t...Richard Guenther2008-05-291-5/+71
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* tree-flow-inline.h (var_can_have_subvars): Move ...Richard Guenther2008-05-091-158/+93
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-70/+15
* re PR middle-end/36154 (internal compiler error: in get_constraint_for_compon...Richard Guenther2008-05-081-4/+8
* tree-ssa-alias.c (finalize_ref_all_pointers): Remove.Richard Guenther2008-04-291-9/+1
* re PR tree-optimization/27799 (adding unused char field inhibits optimization)Richard Guenther2008-04-231-15/+1
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-1/+0
* tree-ssa-structalias.c (get_constraint_for_component_ref): Do not punt for ST...Eric Botcazou2008-04-151-5/+10
* expmed.c (extract_split_bit_field): Remove if (0) code.Ben Elliston2008-04-031-5/+0
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* tree-ssa-structalias.c (get_constraint_for_component_ref): Use ranges_overlap_p.Richard Guenther2008-03-051-21/+2
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-281-12/+15
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-261-15/+12
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-12/+15
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-15/+12
* re PR c++/31863 (g++-4.1: out of memory with -O1/-O2)Richard Guenther2008-01-081-1/+7
* re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recur...Richard Guenther2007-11-211-0/+1
* re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther2007-11-161-65/+68
* tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey2007-11-161-3/+3
* tree-ssa-alias.c (create_overlap_variables_for): Make sure to only create SFT...Richard Guenther2007-11-151-4/+13
* tree-ssa-structalias.c (set_uids_in_ptset): Use the pointed-to type for TBAA ...Richard Guenther2007-11-151-2/+5
* pr 33870Diego Novillo2007-11-131-39/+46
* re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo2007-11-071-1/+23
* tree-flow.h (subvar_t): Make it a VEC.Richard Guenther2007-10-281-3/+6
* tree-ssa-structalias.c (rewrite_constraints): Don't test for directness anymore.Daniel Berlin2007-10-171-57/+55
* re PR c++/31863 (g++-4.1: out of memory with -O1/-O2)Richard Guenther2007-09-181-1/+3
* tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...Eric Botcazou2007-09-111-2/+7
* re PR middle-end/33199 (tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc)Richard Guenther2007-08-301-1/+26
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-3/+4
* Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin2007-08-191-363/+714
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-3/+3