aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-44/+52
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-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-3/+6
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-18/+12
2009-04-04tree-ssa-uncprop.c (associate_equivalences_with_edges): Use last_basic_block ...Jan Hubicka1-1/+1
2008-09-11tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid entering the we...Richard Guenther1-5/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-36/+22
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+2
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-14/+14
2005-11-30tree-ssa-uncprop.c (associate_equivalences_with_edges): Properly handle SSA_N...Jeff Law1-3/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-02tree-ssa-uncprop.c (equiv_hash_elt, [...]): Use VEC instead of VARRAY.Kazu Hirata1-8/+16
2005-04-24tree-ssa-uncprop.c (equiv_stack): Change the type o VEC(tree,heap).Kazu Hirata1-10/+9
2005-04-13basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-04-12Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law1-0/+614