aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.Richard Guenther1-2/+1
2011-02-01re PR tree-optimization/47541 (For integer pointers, the value of ++*p is no...Richard Guenther1-0/+13
2011-01-25re PR tree-optimization/47426 (wrong code with -O2 -fipa-pta)Richard Guenther1-7/+36
2011-01-14tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.Richard Guenther1-1/+2
2011-01-14re PR tree-optimization/47286 (Invalid code when using register ... asm)Richard Guenther1-1/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-26re PR rtl-optimization/46665 (two gfortran tests fail with -O[2s] -fipa-pta -...Richard Guenther1-1/+1
2010-11-15re PR tree-optimization/46467 (gcc.dg/torture/pta-structcopy-1.c FAILs with -...Richard Guenther1-4/+8
2010-11-03re PR tree-optimization/46286 (ICE in do_complex_constraint, at tree-ssa-stru...Richard Guenther1-5/+4
2010-11-02re PR tree-optimization/46149 (26_numerics/valarray/27867.cc FAILs with -O2 -...Richard Guenther1-0/+32
2010-10-18re PR tree-optimization/45967 (gcc-4.5.x optimizes code with side-effects away)Richard Guenther1-131/+90
2010-10-13re PR tree-optimization/45982 (PTA does not track integers)Richard Guenther1-9/+24
2010-10-12tree-ssa-structalias.c (get_constraint_for_1): Constants only point to nonloc...Richard Guenther1-1/+10
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-4/+1
2010-09-16re PR tree-optimization/45623 (GCC 4.5.[01] breaks our ffi on Linux64. ABI br...Richard Guenther1-23/+60
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-39/+39
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