Age | Commit message (Expand) | Author | Files | Lines |
2016-05-12 | re PR middle-end/71062 (r235622 and restrict pointers) | Richard Biener | 1 | -1/+3 |
2016-04-29 | re PR tree-optimization/13962 ([tree-ssa] make "fold" use alias information t... | Richard Biener | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-09-29 | re PR fortran/67170 (PRE can't hoist out a readonly argument) | Richard Biener | 1 | -2/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -8/+8 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-09 | re PR tree-optimization/64193 (Decreased performance after r173250) | Richard Biener | 1 | -0/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -2/+2 |
2014-09-26 | cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced. | Martin Liska | 1 | -0/+1 |
2014-08-21 | re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr... | Marc Glisse | 1 | -0/+3 |
2014-07-08 | tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter. | Jan Hubicka | 1 | -1/+2 |
2014-05-07 | re PR tree-optimization/61034 (Optimizing takes too many passes) | Richard Biener | 1 | -2/+6 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -2/+2 |
2013-11-15 | re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec... | Richard Biener | 1 | -3/+7 |
2013-11-05 | tree-ssa-alias.h (ranges_overlap_p): Handle negative offsets. | Marc Glisse | 1 | -4/+4 |
2013-10-09 | tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h. | Andrew MacLeod | 1 | -0/+23 |
2013-09-12 | tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES... | Andrew MacLeod | 1 | -1/+0 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-09-06 | re PR tree-optimization/54498 (incorrect code generation from g++ -O) | Richard Guenther | 1 | -1/+1 |
2012-08-22 | re PR tree-optimization/46590 (long compile time with -O2 and many loops) | Richard Guenther | 1 | -2/+4 |
2012-07-08 | alias.h: Do not include coretypes.h in header files. | Steven Bosscher | 1 | -3/+0 |
2012-04-27 | tree-flow.h (is_hidden_global_store): Remove. | Richard Guenther | 1 | -0/+2 |
2011-12-05 | tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field. | Richard Guenther | 1 | -0/+3 |
2011-10-18 | tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member. | Richard Guenther | 1 | -5/+1 |
2011-09-26 | tree-ssa-alias.h (pt_solution_singleton_p): Declare. | Tom de Vries | 1 | -0/+1 |
2011-04-27 | Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend... | Richard Guenther | 1 | -1/+0 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-10-14 | re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c... | Richard Guenther | 1 | -0/+1 |
2010-10-13 | re PR tree-optimization/45970 (tree DSE misses many obvious dead stores) | Richard Guenther | 1 | -0/+1 |
2010-07-02 | tree-ssa-structalias.c (pt_solution_set_var): New function. | Richard Guenther | 1 | -0/+2 |
2010-04-16 | re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo... | Richard Guenther | 1 | -0/+1 |
2010-04-15 | tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag. | Richard Guenther | 1 | -2/+10 |
2009-10-26 | re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp) | Michael Matz | 1 | -0/+1 |
2009-08-30 | re PR tree-optimization/41186 (VN doesn't look through non-aliasing by offset... | Richard Guenther | 1 | -0/+1 |
2009-07-14 | tree-ssa-alias.h (refs_may_alias_p_1): Declare. | Richard Guenther | 1 | -0/+2 |
2009-06-30 | tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer... | Richard Guenther | 1 | -3/+3 |
2009-06-29 | re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp... | Richard Guenther | 1 | -0/+5 |
2009-06-16 | tree-ssa-alias.c (is_escape_site): Remove. | Richard Guenther | 1 | -21/+0 |
2009-05-28 | tree-ssa-alias.c (ao_ref_init): New function. | Richard Guenther | 1 | -3/+36 |
2009-05-25 | re PR tree-optimization/36327 (SCCVN should look through struct copies) | Richard Guenther | 1 | -1/+2 |
2009-05-25 | tree-ssa-alias.h (dump_points_to_solution): Declare. | Richard Guenther | 1 | -0/+1 |
2009-05-22 | re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing) | Richard Guenther | 1 | -0/+2 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -1/+1 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -0/+106 |