aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-17re PR tree-optimization/39202 (internal compiler error: in collapse_rest_of_v...Richard Guenther1-2/+2
2009-02-17re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther1-0/+1
2009-02-05re PR tree-optimization/39100 (-fstrict-aliasing miscompilation)Daniel Berlin1-7/+9
2009-01-31re PR tree-optimization/38937 (dereferencing pointer '<anonymous>' does break...Richard Guenther1-6/+6
2009-01-28re PR tree-optimization/38984 (NULL pointers always considered distinct by PT...Paolo Bonzini1-2/+8
2009-01-27re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther1-14/+4
2009-01-14re PR tree-optimization/38826 (points-to result wrong for reads from call-clo...Richard Guenther1-6/+29
2008-12-09re PR tree-optimization/38445 (ICE in tree-ssa-struct-alias when compiling gr...Richard Guenther1-4/+11
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-9/+108
2008-11-27tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for t...Richard Guenther1-0/+9
2008-11-26re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)Daniel Berlin1-34/+2
2008-10-22tree.def (COMPLEX_TYPE): Constrain element type.Richard Guenther1-2/+1
2008-08-29tree-ssa-structalias.c (create_variable_info_for): Do not create fields for h...Richard Guenther1-2/+12
2008-08-29re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther1-0/+1
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+2
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-07-28tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.Richard Guenther1-28/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-200/+157
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+1
2008-07-07tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_...Fernando Pereira1-0/+94
2008-07-07tree-ssa-structalias.h (set_used_smts): Remove.Richard Guenther1-55/+0
2008-07-07tree-ssa-structalias.c (struct variable_info): Add is_full_var flag.Richard Guenther1-233/+229
2008-07-06tree-ssa-structalias.c (struct variable_info): Remove has_union.Richard Guenther1-75/+64
2008-07-04tree-ssa-structalias.c (lookup_vi_for_tree): Declare.Richard Guenther1-0/+42
2008-07-02tree-ssa-structalias.c (struct variable_info): Reorder to fill padding on 64b...Richard Guenther1-28/+28
2008-07-02bitmap.h (bitmap_set_bit): Return bool.Richard Guenther1-30/+16
2008-07-01re PR tree-optimization/36666 (ICE in process_constraint, at tree-ssa-structa...Richard Guenther1-73/+104
2008-06-30re PR middle-end/36671 (gfortran.dg/associated_1.f90)Richard Guenther1-12/+38
2008-06-29tree-ssa-structalias.h (compute_points_to_sets): Adjust prototype.Richard Guenther1-313/+31
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-7/+155
2008-06-27re PR tree-optimization/36400 (points-to results wrong)Richard Guenther1-98/+285
2008-06-27Don't mark statements modified when we are in ipa modeDaniel Berlin1-1/+2
2008-06-25tree-ssa-structalias.c (fieldoff_compare): Make sure to not overflow the resu...Richard Guenther1-4/+10
2008-06-12re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)Richard Guenther1-22/+18
2008-06-06tree-ssa-structalias.c (merge_smts_into): Remove.Richard Guenther1-35/+8
2008-06-04tree-ssa-structalias.c (handle_ptr_arith): Correctly handle negative or non-r...Richard Guenther1-32/+12
2008-06-03tree-ssa-structalias.c (find_func_aliases): Add constraints for the lhs of ca...Richard Guenther1-1/+1
2008-05-29re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t...Richard Guenther1-5/+71
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-05-09tree-flow-inline.h (var_can_have_subvars): Move ...Richard Guenther1-158/+93
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-70/+15
2008-05-08re PR middle-end/36154 (internal compiler error: in get_constraint_for_compon...Richard Guenther1-4/+8
2008-04-29tree-ssa-alias.c (finalize_ref_all_pointers): Remove.Richard Guenther1-9/+1
2008-04-23re PR tree-optimization/27799 (adding unused char field inhibits optimization)Richard Guenther1-15/+1
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-1/+0
2008-04-15tree-ssa-structalias.c (get_constraint_for_component_ref): Do not punt for ST...Eric Botcazou1-5/+10
2008-04-03expmed.c (extract_split_bit_field): Remove if (0) code.Ben Elliston1-5/+0
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-05tree-ssa-structalias.c (get_constraint_for_component_ref): Use ranges_overlap_p.Richard Guenther1-21/+2
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-12/+15