aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
AgeCommit message (Expand)AuthorFilesLines
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