aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-1/+5
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+47
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther1-62/+37
2011-10-06re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek1-9/+0
2011-09-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...Jakub Jelinek1-0/+18
2011-09-26tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries1-0/+15
2011-09-25tree-ssa-structalias.c (intra_create_variable_infos): Treat TYPE_RESTRICT REF...Jakub Jelinek1-4/+5
2011-09-06re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther1-15/+20
2011-08-18expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...Richard Guenther1-8/+17
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-07-20tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.Richard Guenther1-11/+19
2011-07-14re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...Richard Guenther1-2/+11
2011-06-30opts.c (finish_options): Do not disable IPA-PTA during ltrans.Richard Guenther1-32/+58
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek1-1/+14
2011-06-30tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...Jakub Jelinek1-1/+3
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek1-0/+2
2011-06-22re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther1-13/+13
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek1-1/+19
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-5/+13
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-10/+15
2011-04-29tree-ssa-structalias.c (get_fi_for_callee): Restructure.Richard Guenther1-28/+18
2011-04-28re PR bootstrap/48804 (Bootstrap compare failure)Richard Guenther1-1/+2
2011-04-28tree-ssa-structalias.c (dump_constraint): Don't end the line.Richard Guenther1-68/+79
2011-04-28tree-ssa-structalias.c (find_func_aliases_for_builtin_call): New function spl...Richard Guenther1-318/+349
2011-04-27tree-ssa-structalias.c (changed_count): Remove.Richard Guenther1-63/+20
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-119/+34
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-0/+3
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