summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19gimple const-correctness fixesDavid Malcolm
2019-09-16re PR tree-optimization/91756 (g++.dg/lto/alias-3 FAILs)Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-05re PR tree-optimization/91091 ([missed optimization] Missing optimization in ...Richard Biener
2019-05-07re PR tree-optimization/90316 (large compile time increase in opt / alias stm...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-05-25tree-ssa-alias.h (refs_may_alias_p): Add tbaa_p bool parameter, defaulted to ...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford
2017-11-01Don't treat zero-sized ranges as overlappingRichard Sandiford
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-02re PR tree-optimization/78035 (Inconsistency between address comparison and a...Richard Biener
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah
2016-05-12re PR middle-end/71062 (r235622 and restrict pointers)Richard Biener
2016-04-29re PR tree-optimization/13962 ([tree-ssa] make "fold" use alias information t...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-09-29re PR fortran/67170 (PRE can't hoist out a readonly argument)Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska
2014-08-21re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse
2014-07-08tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter.Jan Hubicka
2014-05-07re PR tree-optimization/61034 (Optimizing takes too many passes)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-11-15re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec...Richard Biener
2013-11-05tree-ssa-alias.h (ranges_overlap_p): Handle negative offsets.Marc Glisse
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod
2013-09-12tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...Andrew MacLeod
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-09-06re PR tree-optimization/54498 (incorrect code generation from g++ -O)Richard Guenther
2012-08-22re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther
2012-07-08alias.h: Do not include coretypes.h in header files.Steven Bosscher
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther
2011-12-05tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field.Richard Guenther
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther
2011-09-26tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-10-14re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...Richard Guenther
2010-10-13re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther
2010-07-02tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther
2010-04-16re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther
2009-10-26re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz