aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-6/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-12/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-09-13tree-ssa-ter.c: remove typedefs that hide pointernessTrevor Saunders1-20/+19
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-04-16tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.Eric Botcazou1-5/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-1/+46
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Richard Biener1-4/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-109/+60
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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