aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiprop.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-02-15re PR tree-optimization/60183 (phiprop creates invalid code)Richard Biener1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-05-23re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi...Richard Biener1-10/+0
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
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/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-4/+1
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-5/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2010-12-21re PR middle-end/45310 (ICE: verify_stmts failed: Dead STMT in EH table with ...Steven Bosscher1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-08re PR tree-optimization/44831 (internal compiler error: verify_stmts failed w...Richard Guenther1-8/+32
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-2/+5
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-4/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-1/+5
2009-05-15common.opt (-ftree-forwprop, [...]): New options, enabled by default.Richard Guenther1-1/+1
2009-05-05re PR middle-end/40022 (Alpine miscompilation)Richard Guenther1-40/+58