summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not thr...Jeff Law2011-01-211-0/+18
* re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther2010-10-131-2/+3
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43269 (removing non dead store)Richard Guenther2010-03-081-11/+16
* 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-29/+21
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-3/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-407/+99
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR middle-end/38851 (Compiler warns about uninitialized variable that is a...Richard Guenther2009-01-261-8/+24
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-91/+94
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck2008-05-161-21/+6
* tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.Richard Guenther2008-05-141-23/+8
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+11
* re PR tree-optimization/35472 (tree DSE is broken)Richard Guenther2008-03-051-17/+16
* re PR c++/34459 (incorrect code when compiled with optimization (-O1))Jakub Jelinek2007-12-201-0/+20
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-1/+1
* re PR tree-optimization/33563 (DSE removes non-dead store)Richard Guenther2007-09-261-46/+45
* re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Richard Guenther2007-09-261-305/+20
* passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka2007-09-071-0/+134
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-8/+15
* Extend dseRevital Eres2007-05-131-4/+76
* re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Aldy Hernandez2007-03-091-0/+26
* [multiple changes]Diego Novillo2006-12-111-84/+417
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-6/+6
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-1/+1
* * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.Aldy Hernandez2006-04-261-4/+2
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law2006-04-201-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+3
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-ssa-dse.c (dse_optimize_stmt): Correctly handle PHI nodes which represen...Jeff Law2005-12-161-0/+9
* gcc/Daniel Jacobowitz2005-11-111-2/+70
* tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and V_MUST_DEF in...Andrew Pinski2005-09-121-13/+6
* 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
* domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-271-4/+4
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-7/+1
* tree-flow-inline.h (op_iter_next_must_and_may_def): New.Jeff Law2005-04-261-28/+42
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-4/+17
* tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.Daniel Berlin2005-04-071-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-126/+41
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* re PR tree-optimization/19768 (ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be...Andrew Pinski2005-02-031-2/+13