summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.Eric Botcazou2014-04-161-5/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek2013-12-161-1/+46
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Richard Biener2013-11-191-4/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+2
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+5
* tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod2013-09-261-109/+60
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* tree-ssa-ter.c (is_replaceable_p): Do not TER across location or block change...Richard Biener2013-03-081-11/+11
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-9/+16
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-4/+6
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* 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