aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+3
2012-08-21tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther1-10/+19
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+6
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+1
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-18/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+1
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-3/+1
2012-02-29re PR tree-optimization/52424 (dom prematurely pops entries from const_and_co...Bill Schmidt1-0/+3
2011-12-08re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revis...Bill Schmidt1-5/+88
2011-12-06re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther1-5/+3
2011-10-23re PR tree-optimization/44683 (Optimization bug with copysign builtin)Eric Botcazou1-6/+12
2011-10-06fold-const.c (fold_ternary_loc): Also fold non-constant vector CONSTRUCTORs.Richard Biener1-22/+8
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-1/+4
2011-09-07re PR tree-optimization/50213 (Regression in space-optimized code relative to...Richard Guenther1-4/+6
2011-06-30re PR tree-optimization/49572 (gcc.dg/tree-ssa/20030709-2.c scan-tree-dump-ti...Eric Botcazou1-3/+1
2011-06-28* tree-ssa-dom.c (initialize_hash_element): Fix oversight.Eric Botcazou1-0/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-7/+19
2011-03-24re PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa_dominator_optimize (t...Richard Guenther1-2/+4
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-3/+4
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-4/+2
2010-09-20re PR middle-end/45705 (Useless store not optimized away)Richard Guenther1-0/+42
2010-08-17tree-ssa-dom.c (struct edge_info): Use a VEC for the list of conditional equi...Richard Guenther1-81/+55
2010-07-20re PR tree-optimization/44977 (ice in propagate_rhs_into_lhs, at tree-ssa-dom...Richard Guenther1-0/+14
2010-06-27re PR tree-optimization/44683 (Optimization bug with copysign builtin)Richard Guenther1-2/+2
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-32/+82
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-04tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther1-20/+15
2009-12-06re PR debug/42234 (internal compiler error: verify_ssa failed)Richard Henderson1-1/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-32/+32
2009-11-21tree-ssa.c (find_released_ssa_name): Handle NULL wi.Alexandre Oliva1-1/+8
2009-10-16re PR tree-optimization/41728 (error: SSA name in freelist but still referenced)Richard Guenther1-0/+1
2009-10-09re PR tree-optimization/41634 (ICE in dom)Richard Guenther1-8/+11
2009-10-05re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)Richard Guenther1-0/+6
2009-09-28builtins.c (interclass_mathfn_icode): New helper.Michael Matz1-0/+14
2009-09-25re PR tree-optimization/41454 (DOM miscompiles gcc.c-torture/execute/990513-1...Michael Matz1-71/+15
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+6
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-5/+9
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