summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther2012-01-041-6/+13
* re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek2011-10-061-9/+0
* re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther2011-07-141-2/+11
* tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.Richard Guenther2011-02-101-2/+1
* re PR tree-optimization/47541 (For integer pointers, the value of ++*p is no...Richard Guenther2011-02-011-0/+13
* re PR tree-optimization/47426 (wrong code with -O2 -fipa-pta)Richard Guenther2011-01-251-7/+36
* tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.Richard Guenther2011-01-141-1/+2
* re PR tree-optimization/47286 (Invalid code when using register ... asm)Richard Guenther2011-01-141-1/+4
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR rtl-optimization/46665 (two gfortran tests fail with -O[2s] -fipa-pta -...Richard Guenther2010-11-261-1/+1
* re PR tree-optimization/46467 (gcc.dg/torture/pta-structcopy-1.c FAILs with -...Richard Guenther2010-11-151-4/+8
* re PR tree-optimization/46286 (ICE in do_complex_constraint, at tree-ssa-stru...Richard Guenther2010-11-031-5/+4
* re PR tree-optimization/46149 (26_numerics/valarray/27867.cc FAILs with -O2 -...Richard Guenther2010-11-021-0/+32
* re PR tree-optimization/45967 (gcc-4.5.x optimizes code with side-effects away)Richard Guenther2010-10-181-131/+90
* re PR tree-optimization/45982 (PTA does not track integers)Richard Guenther2010-10-131-9/+24
* tree-ssa-structalias.c (get_constraint_for_1): Constants only point to nonloc...Richard Guenther2010-10-121-1/+10
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+1
* re PR tree-optimization/45623 (GCC 4.5.[01] breaks our ffi on Linux64. ABI br...Richard Guenther2010-09-161-23/+60
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-39/+39
* re PR tree-optimization/45120 (-fipa-pta causes FAIL: gcc.c-torture/execute/p...Richard Guenther2010-07-291-4/+5
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-4/+4
* re PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at t...Richard Biener2010-07-151-3/+9
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-3/+6
* tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther2010-07-021-0/+11
* tree-ssa-structalias.c (find_func_aliases): Handle pointer alignment via BIT_...Richard Guenther2010-07-021-0/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-5/+15
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-3/+2
* re PR tree-optimization/44377 (ICE: gimple check: expected gimple_return(erro...Richard Guenther2010-06-021-1/+0
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.Richard Guenther2010-05-311-0/+20
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-5/+5
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* tree-ssa-structalias.c: Remove tm_p.h from include.Andreas Tobler2010-05-221-1/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-29/+102
* re PR middle-end/43987 (type-punning causes broken binaries unless -O0 is used)Richard Guenther2010-05-061-7/+17
* re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther2010-05-041-9/+34
* re PR tree-optimization/43971 (index domain error in tree-ssa-structalias.c:3...Richard Guenther2010-05-031-10/+12
* re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Biener2010-04-301-0/+6
* tree-ssa-structalias.c (get_constraint_for_1): Generate constraints for CONST...Richard Guenther2010-04-301-0/+20
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther2010-04-301-2/+4
* re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther2010-04-281-166/+143
* tree-ssa-structalias.c (do_ds_constraint): Avoid escaping to non-pointer obje...Richard Guenther2010-04-211-16/+20
* tree-ssa-structalias.c (do_sd_constraint): Add edges only from vars that can ...Richard Guenther2010-04-201-1/+12
* tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.Richard Guenther2010-04-201-8/+16
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-160/+1069
* tree-ssa-structalias.c (callused_id): Remove.Richard Guenther2010-04-131-54/+151
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-2/+44