aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-08tree-ssa-ter.c (is_replaceable_p): Do not TER across location or block change...Richard Biener1-11/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-9/+16
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-4/+6
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-02-04re PR inline-asm/23200 (rejects "i"(&var + 1))Jakub Jelinek1-7/+25
2010-12-16re PR tree-optimization/43655 (-ftree-ter causes FAIL: g++.old-deja/g++.law/t...Jakub Jelinek1-1/+3
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-16/+6
2010-10-20tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over call for sing...Pat Haugen1-2/+4
2010-09-13tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.Pat Haugen1-9/+26
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+18
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-2/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-53/+53
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz1-11/+11
2009-04-26tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-3/+3
2008-09-19re PR middle-end/37567 (tree SSA to normal checking takes abnormally long time)Andrew MacLeod1-20/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-58/+43
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-1/+37
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-9/+10
2008-01-13tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and new_replaceable_d...Sebastian Pop1-0/+2
2007-10-15re PR tree-optimization/33619 (TER breaks some inline-asm code (again))Jakub Jelinek1-7/+2
2007-10-03decl.c (duplicate_decls): Preserve linkage flags for mere redeclarations of g...Alexandre Oliva1-1/+1
2007-09-30re PR tree-optimization/33593 (tree-outof-ssa moves sources of non-call excep...Diego Novillo1-0/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-01-08re PR tree-optimization/29877 (out of SSA (TER) extends variable life of vari...Mark Shinwell1-0/+6
2006-12-22elfos.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-10/+10
2006-12-11[multiple changes]Diego Novillo1-3/+3
2006-12-10tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.Daniel Berlin1-1/+2
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-18/+0
2006-12-08New TER code.Andrew MacLeod1-0/+747