summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther2010-01-171-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-18/+12
* tree-ssa-uncprop.c (associate_equivalences_with_edges): Use last_basic_block ...Jan Hubicka2009-04-041-1/+1
* tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid entering the we...Richard Guenther2008-09-111-5/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-36/+22
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+2
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-14/+14
* tree-ssa-uncprop.c (associate_equivalences_with_edges): Properly handle SSA_N...Jeff Law2005-11-301-3/+8
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-ssa-uncprop.c (equiv_hash_elt, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-021-8/+16
* tree-ssa-uncprop.c (equiv_stack): Change the type o VEC(tree,heap).Kazu Hirata2005-04-241-10/+9
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-04-131-2/+2
* Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law2005-04-121-0/+614