summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-795/+888
* tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed test intro...Jan Hubicka2009-03-281-11/+8
* cgraph.c (cgraph_node, [...]): Remove master clone handling.Jan Hubicka2009-03-281-2/+2
* re PR tree-optimization/39120 (Missed escape constraints for call results)Richard Guenther2009-03-271-101/+93
* cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther2009-03-231-1/+1
* re PR tree-optimization/39358 (Wrong aliasing warning with lists)Richard Guenther2009-03-041-7/+8
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther2009-02-191-55/+101
* re PR tree-optimization/39202 (internal compiler error: in collapse_rest_of_v...Richard Guenther2009-02-171-2/+2
* re PR tree-optimization/39207 (Strict aliasing warnings in libstdc++ headers)Richard Guenther2009-02-171-0/+1
* re PR tree-optimization/39100 (-fstrict-aliasing miscompilation)Daniel Berlin2009-02-051-7/+9
* re PR tree-optimization/38937 (dereferencing pointer '<anonymous>' does break...Richard Guenther2009-01-311-6/+6
* re PR tree-optimization/38984 (NULL pointers always considered distinct by PT...Paolo Bonzini2009-01-281-2/+8
* re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther2009-01-271-14/+4
* re PR tree-optimization/38826 (points-to result wrong for reads from call-clo...Richard Guenther2009-01-141-6/+29
* re PR tree-optimization/38445 (ICE in tree-ssa-struct-alias when compiling gr...Richard Guenther2008-12-091-4/+11
* re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther2008-12-041-9/+108
* tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for t...Richard Guenther2008-11-271-0/+9
* re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)Daniel Berlin2008-11-261-34/+2
* tree.def (COMPLEX_TYPE): Constrain element type.Richard Guenther2008-10-221-2/+1
* tree-ssa-structalias.c (create_variable_info_for): Do not create fields for h...Richard Guenther2008-08-291-2/+12
* re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther2008-08-291-0/+1
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+2
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-3/+3
* tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.Richard Guenther2008-07-281-28/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-200/+157
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-2/+1
* 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