aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-167/+152
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-29/+14
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-2/+2
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-22/+11
2009-04-17tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.Richard Guenther1-25/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-11/+6
2009-04-02re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...Richard Guenther1-1/+1
2008-12-30re PR tree-optimization/38645 (ICE with volatile)Richard Guenther1-30/+10
2008-09-08re PR middle-end/37337 (ICE: verify_flow_info failed)Jakub Jelinek1-3/+7
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-6/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-606/+1056
2008-07-08Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin1-3/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-4/+4
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-14/+7
2008-05-18tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need EH cleanup ...Eric Botcazou1-0/+17
2008-03-26tree-flow.h (widen_bitfield): Remove declaration.Richard Guenther1-31/+6
2008-03-20tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther1-3/+4
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-12-14re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag ...Richard Guenther1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-8/+8
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-3/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-4/+4
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-16/+16
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-17/+11
2007-05-07tree-ssa-dom.c (tree_ssa_dominator_optimize): Do not free dominance info afte...Eric Botcazou1-4/+2
2007-05-07tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.Eric Botcazou1-9/+15
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-6/+7
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-1/+1
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-2/+2
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-1/+1
2007-01-11tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka1-0/+1
2006-12-12re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski1-1/+9
2006-12-11[multiple changes]Diego Novillo1-1/+1
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-19/+38
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-1/+1
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-39/+45
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-1/+1
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-4/+6
2006-06-08tree-ssa-dom.c (record_conditions): Only record "unordered" conditions from f...Roger Sayle1-17/+42
2006-04-28The condition the assert was flawed.Andrew MacLeod1-1/+1
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-21/+6
2006-04-22op-common.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-04-03tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law1-10/+45
2006-03-28timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law1-1/+1
2006-03-28re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law1-3/+18
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law1-5/+5