summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* 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/+1
* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther2010-01-041-20/+15
* re PR debug/42234 (internal compiler error: verify_ssa failed)Richard Henderson2009-12-061-1/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-32/+32
* tree-ssa.c (find_released_ssa_name): Handle NULL wi.Alexandre Oliva2009-11-211-1/+8
* re PR tree-optimization/41728 (error: SSA name in freelist but still referenced)Richard Guenther2009-10-161-0/+1
* re PR tree-optimization/41634 (ICE in dom)Richard Guenther2009-10-091-8/+11
* re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)Richard Guenther2009-10-051-0/+6
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-0/+14
* re PR tree-optimization/41454 (DOM miscompiles gcc.c-torture/execute/990513-1...Michael Matz2009-09-251-71/+15
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+6
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-5/+9
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-167/+152
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-29/+14
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-2/+2
* tree.h (SSA_NAME_VALUE): Remove.Richard Guenther2009-04-281-22/+11
* tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.Richard Guenther2009-04-171-25/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-11/+6
* re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...Richard Guenther2009-04-021-1/+1
* re PR tree-optimization/38645 (ICE with volatile)Richard Guenther2008-12-301-30/+10
* re PR middle-end/37337 (ICE: verify_flow_info failed)Jakub Jelinek2008-09-081-3/+7
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-6/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-606/+1056
* Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin2008-07-081-3/+3
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-4/+4
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-14/+7
* tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need EH cleanup ...Eric Botcazou2008-05-181-0/+17
* tree-flow.h (widen_bitfield): Remove declaration.Richard Guenther2008-03-261-31/+6
* tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther2008-03-201-3/+4
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag ...Richard Guenther2007-12-141-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-8/+8
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-3/+2
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-4/+4
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-16/+16
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-17/+11
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Do not free dominance info afte...Eric Botcazou2007-05-071-4/+2
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.Eric Botcazou2007-05-071-9/+15
* tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo2007-03-091-6/+7
* tree-vrp.c: Include "intl.h".Ian Lance Taylor2007-03-081-1/+1
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-2/+2
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-1/+1
* tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka2007-01-111-0/+1
* re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski2006-12-121-1/+9
* [multiple changes]Diego Novillo2006-12-111-1/+1
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-19/+38
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-1/+1