summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
Commit message (Expand)AuthorAgeFilesLines
* re PR inline-asm/23200 (rejects "i"(&var + 1))Jakub Jelinek2011-02-041-7/+25
* re PR tree-optimization/43655 (-ftree-ter causes FAIL: g++.old-deja/g++.law/t...Jakub Jelinek2010-12-161-1/+3
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-16/+6
* tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over call for sing...Pat Haugen2010-10-201-2/+4
* tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.Pat Haugen2010-09-131-9/+26
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+18
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-2/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-53/+53
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+3
* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz2009-04-271-11/+11
* tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz2009-04-261-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-3/+3
* re PR middle-end/37567 (tree SSA to normal checking takes abnormally long time)Andrew MacLeod2008-09-191-20/+7
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-58/+43
* cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka2008-07-201-1/+37
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-9/+10
* tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and new_replaceable_d...Sebastian Pop2008-01-131-0/+2
* re PR tree-optimization/33619 (TER breaks some inline-asm code (again))Jakub Jelinek2007-10-151-7/+2
* decl.c (duplicate_decls): Preserve linkage flags for mere redeclarations of g...Alexandre Oliva2007-10-031-1/+1
* re PR tree-optimization/33593 (tree-outof-ssa moves sources of non-call excep...Diego Novillo2007-09-301-0/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/29877 (out of SSA (TER) extends variable life of vari...Mark Shinwell2007-01-081-0/+6
* elfos.h, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-10/+10
* [multiple changes]Diego Novillo2006-12-111-3/+3
* tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.Daniel Berlin2006-12-101-1/+2
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-18/+0
* New TER code.Andrew MacLeod2006-12-081-0/+747