aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21re PR middle-end/39827 (ICE (segfault) when compiling gcc/varasm.c (in notice...Richard Guenther1-3/+5
2009-04-20basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther1-22/+15
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-7/+4
2008-09-11tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid entering the we...Richard Guenther1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-41/+47
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+6
2008-03-12Makefile.in (OBJS-common): Add tree-ssa-phiprop.oRichard Guenther1-0/+388