summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
Commit message (Expand)AuthorAgeFilesLines
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+1
* gcc/ChangeLog:steven2010-05-211-1/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* 2010-03-08 Richard Guenther <rguenther@suse.de>rguenth2010-03-081-11/+16
* Remove trailing white spaces.hjl2009-11-251-4/+4
* 2009-06-27 Paolo Bonzini <bonzini@gnu.org>bonzini2009-06-271-29/+21
* 2009-05-11 Richard Guenther <rguenther@suse.de>rguenth2009-05-111-3/+1
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-407/+99
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-2/+2
* 2009-01-26 Richard Guenther <rguenther@suse.de>rguenth2009-01-261-8/+24
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-91/+94
* gcc/rwild2008-06-061-3/+4
* 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>dnovillo2008-05-161-21/+6
* 2008-05-14 Richard Guenther <rguenther@suse.de>rguenth2008-05-141-23/+8
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-6/+11
* 2008-03-05 Richard Guenther <rguenther@suse.de>rguenth2008-03-051-17/+16
* PR c++/34459jakub2007-12-201-0/+20
* * config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,kazu2007-10-141-1/+1
* 2007-09-26 Richard Guenther <rguenther@suse.de>rguenth2007-09-261-46/+45
* 2007-09-26 Richard Guenther <rguenther@suse.de>rguenth2007-09-261-305/+20
* * passes.c (init_optimization_passes): Add simple dce and addressablehubicka2007-09-071-0/+134
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to thetneumann2007-06-061-8/+15
* Extend dse revitale2007-05-131-4/+76
* PR tree-optimization/30375aldyh2007-03-091-0/+26
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-84/+417
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-6/+6
* Privatize SSA variables into gimple_df.hubicka2006-11-281-1/+1
* * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.aldyh2006-04-261-4/+2
* PR tree-optimization/26854law2006-04-201-1/+1
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-2/+3
* * tree-cfg.c (bsi_replace): Rename final argument fromlaw2006-01-061-1/+1
* * tree-ssa-dse.c (dse_optimize_stmt): Correctly handle PHI nodes whichlaw2005-12-161-0/+9
* gcc/drow2005-11-111-2/+70
* 2005-09-12 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-09-121-13/+6
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* * domwalk.c (walk_dominator_tree, init_walk_dominator_tree,kazu2005-05-271-4/+4
* * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,kazu2005-05-261-1/+1
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-7/+1
* * tree-flow-inline.h (op_iter_next_must_and_may_def): New.law2005-04-261-28/+42
* * tree-flow-inline.h (get_stmt_operands): Remove.kazu2005-04-171-1/+0
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-4/+17
* 2005-04-07 Daniel Berlin <dberlin@dberlin.org>dberlin2005-04-071-1/+1
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-126/+41
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-2/+2
* 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-02-031-2/+13
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.steven2005-01-131-29/+27