aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-3/+3
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-07-07re PR tree-optimization/91090 (A suspicious code in tree-ssa-dom.c)Jeff Law1-3/+8
2019-03-07re PR tree-optimization/89595 (DOM miscompiles code)Richard Biener1-11/+51
2019-02-28re PR tree-optimization/89536 (wrong code at -Os and above on x86_64-linux-gnu)Eric Botcazou1-1/+1
2019-02-26opt77.adb: New test.Eric Botcazou1-6/+24
2019-01-24fix comments typo.Xiong Hu Luo1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law1-0/+1
2018-11-21re PR tree-optimization/88069 (ICE in check_loop_closed_ssa_def, at tree-ssa-...Jeff Law1-4/+24
2018-11-20re PR tree-optimization/88074 (g++ hangs on math expression)Richard Biener1-1/+2
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