aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-29re PR tree-optimization/45120 (-fipa-pta causes FAIL: gcc.c-torture/execute/p...Richard Guenther1-4/+5
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-15re PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at t...Richard Biener1-3/+9
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka1-3/+6
2010-07-02tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther1-0/+11
2010-07-02tree-ssa-structalias.c (find_func_aliases): Handle pointer alignment via BIT_...Richard Guenther1-0/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-5/+15
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+2
2010-06-02re PR tree-optimization/44377 (ICE: gimple check: expected gimple_return(erro...Richard Guenther1-1/+0
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-31tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.Richard Guenther1-0/+20
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-5/+5
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-22tree-ssa-structalias.c: Remove tm_p.h from include.Andreas Tobler1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-29/+102
2010-05-06re PR middle-end/43987 (type-punning causes broken binaries unless -O0 is used)Richard Guenther1-7/+17
2010-05-04re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-9/+34
2010-05-03re PR tree-optimization/43971 (index domain error in tree-ssa-structalias.c:3...Richard Guenther1-10/+12
2010-04-30re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Biener1-0/+6
2010-04-30tree-ssa-structalias.c (get_constraint_for_1): Generate constraints for CONST...Richard Guenther1-0/+20
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-30re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-2/+4
2010-04-28re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-166/+143
2010-04-21tree-ssa-structalias.c (do_ds_constraint): Avoid escaping to non-pointer obje...Richard Guenther1-16/+20
2010-04-20tree-ssa-structalias.c (do_sd_constraint): Add edges only from vars that can ...Richard Guenther1-1/+12
2010-04-20tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.Richard Guenther1-8/+16
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-160/+1069
2010-04-13tree-ssa-structalias.c (callused_id): Remove.Richard Guenther1-54/+151
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-2/+44
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-1/+2
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther1-1/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-02-09re PR tree-optimization/43008 (Attribute malloc not handled correctly)Richard Guenther1-2/+8
2010-01-18re PR tree-optimization/42781 (ICE in pt_solutions_same_restrict_base, at tre...Richard Guenther1-3/+4
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-14/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-11-08tree-ssa-structalias.c (build_succ_graph): Properly make variables escape if ...Richard Guenther1-0/+3
2009-11-07tree-ssa-structalias.c (build_succ_graph): Feed stores to anything only to va...Richard Guenther1-16/+21
2009-10-28re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)Richard Guenther1-2/+4
2009-10-27tree-ssa-structalias.c (find_func_aliases): In IPA mode handle calls to exter...Richard Guenther1-112/+109
2009-10-26re PR tree-optimization/41826 (invalid read in get_constraint_for_ptr_offset)Richard Guenther1-11/+13
2009-09-14Squash commit of EH in gimpleRichard Henderson1-8/+0
2009-08-26tree-ssa-structalias.c (create_variable_info_for): Remove strange whole-progr...Richard Guenther1-4/+37
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-37/+9
2009-08-06re PR middle-end/40964 (ICE in insert_vi_for_tree)Richard Biener1-18/+41
2009-07-15tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize offset member.Richard Guenther1-0/+1
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-0/+22
2009-07-02re PR bootstrap/40617 (Revision 149170 breaks bootstrap)Richard Guenther1-2/+3