aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-15/+18
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-1/+2
2018-08-06tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Pass down the vr_values i...Jeff Law1-4/+7
2018-01-30[PR81611] accept copies in simple_iv_increment_pAlexandre Oliva1-4/+14
2018-01-23-Warray-bounds: Fix false positive in some "switch" stmts (PR tree-optimizati...David Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Call update_stmt_if_modif...Richard Biener1-0/+1
2017-12-18tree-ssa-dom.c (record_equivalences_from_phis): Do not record symbolic equiva...Jeff Law1-0/+6
2017-12-18RevertJeff Law1-16/+5
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law1-1/+2
2017-12-04re PR tree-optimization/78496 (Missed opportunities for jump threading)Jeff Law1-2/+133
2017-11-19tree-ssa-dom.c (record_equivalences_from_phis): Fix handling of degenerates r...Jeff Law1-5/+16
2017-11-03cfganal.c (single_pred_edge_ignoring_loop_edges): New function extracted from...Jeff Law1-35/+1
2017-10-01tree-ssa-dom.c (optimize_stmt): Make this a method within the dom_opt_dom_wal...Jeff Law1-26/+127
2017-08-28tree-ssa-dom.c (edge_info::record_simple_equiv): Call derive_equivalences.Jeff Law1-92/+227
2017-08-28tree-ssa-dom.c (class edge_info): Changed from a struct to a class.Jeff Law1-126/+146
2017-08-22re PR tree-optimization/81741 (Misoptimisation : replacing a constant field r...Jeff Law1-8/+20
2017-05-16Add default value for last argument of dump functions.Martin Liska1-5/+5
2017-04-11re PR tree-optimization/80374 (ICE in fold_convert_loc, at fold-const.c:2384)Richard Biener1-3/+2
2017-04-10re PR tree-optimization/80374 (ICE in fold_convert_loc, at fold-const.c:2384)Jeff Law1-1/+2
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jeff Law1-7/+16
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-65/+6
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-2/+3
2017-03-15re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-1/+49
2017-03-15re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-309/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener1-1/+1
2016-11-09tree-ssa-dom.c (canonicalize_comparison): Remove.Richard Biener1-46/+0
2016-10-10re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Jeff Law1-1/+18
2016-09-13re PR tree-optimization/77454 (IMM ERROR w/ -O2 and above)Jakub Jelinek1-4/+7
2016-04-27* tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.Jeff Law1-1/+1
2016-02-16re PR tree-optimization/69776 (Wrong optimization with aliasing)Richard Biener1-4/+7
2016-02-08re PR tree-optimization/65917 (XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-...Jeff Law1-31/+10
2016-01-22re PR tree-optimization/69347 (excessive compile time with -O2)Jeff Law1-48/+83
2016-01-21[PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min...Jeff Law1-3/+0
2016-01-18re PR tree-optimization/69320 (wrong code generation at -O2 and higher)Jeff Law1-4/+34
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-33/+0
2016-01-14re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-6/+6
2016-01-14Re: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOMJeff Law1-2/+2
2016-01-14[PATCH][PR tree-optimization/69270] Exploit VRP information in DOMJeff Law1-13/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21dbgcnt.def (dom_unreachable_edges): New debug counter.Jeff Law1-0/+4
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-25/+63
2015-11-16Remove first_pass_instance from pass_dominatorTom de Vries1-2/+14
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-4/+4
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-10-07Re: [PATCH] Improve DOM's optimization of control statementsJeff Law1-6/+0
2015-10-06[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...Jeff Law1-2/+7
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1