summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-39/+45
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+1
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-4/+6
* tree-ssa-dom.c (record_conditions): Only record "unordered" conditions from f...Roger Sayle2006-06-081-17/+42
* The condition the assert was flawed.Andrew MacLeod2006-04-281-1/+1
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-21/+6
* op-common.h, [...]: Fix comment typos.Kazu Hirata2006-04-221-1/+1
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law2006-04-201-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-3/+3
* tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law2006-04-031-10/+45
* timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law2006-03-281-1/+1
* re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law2006-03-281-3/+18
* tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law2006-03-241-5/+5
* tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work around bug in immed...Jeff Law2006-03-241-0/+19
* tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law2006-03-201-0/+422
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-2/+2
* re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin2006-03-011-2/+3
* tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law2006-02-161-157/+6
* tree-ssa-dom.c (dom_thread_across_edge): fix tag expression construction.Marcin Dalecki2006-02-151-1/+1
* tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law2006-02-071-952/+85