summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)Author
2020-08-26Adjust tree-ssa-dom.c for irange API.Aldy Hernandez
2020-06-27Move simplification of statements using ranges into its own class.Aldy Hernandez
2020-03-18middle-end/94188 fix fold of addr expression generationRichard Biener
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-07re PR tree-optimization/91090 (A suspicious code in tree-ssa-dom.c)Jeff Law
2019-03-07re PR tree-optimization/89595 (DOM miscompiles code)Richard Biener
2019-02-28re PR tree-optimization/89536 (wrong code at -Os and above on x86_64-linux-gnu)Eric Botcazou
2019-02-26opt77.adb: New test.Eric Botcazou
2019-01-24fix comments typo.Xiong Hu Luo
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law
2018-11-21re PR tree-optimization/88069 (ICE in check_loop_closed_ssa_def, at tree-ssa-...Jeff Law
2018-11-20re PR tree-optimization/88074 (g++ hangs on math expression)Richard Biener
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-08-06tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Pass down the vr_values i...Jeff Law
2018-01-30[PR81611] accept copies in simple_iv_increment_pAlexandre Oliva
2018-01-23-Warray-bounds: Fix false positive in some "switch" stmts (PR tree-optimizati...David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Call update_stmt_if_modif...Richard Biener
2017-12-18tree-ssa-dom.c (record_equivalences_from_phis): Do not record symbolic equiva...Jeff Law
2017-12-18RevertJeff Law
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law
2017-12-04re PR tree-optimization/78496 (Missed opportunities for jump threading)Jeff Law
2017-11-19tree-ssa-dom.c (record_equivalences_from_phis): Fix handling of degenerates r...Jeff Law
2017-11-03cfganal.c (single_pred_edge_ignoring_loop_edges): New function extracted from...Jeff Law
2017-10-01tree-ssa-dom.c (optimize_stmt): Make this a method within the dom_opt_dom_wal...Jeff Law
2017-08-28tree-ssa-dom.c (edge_info::record_simple_equiv): Call derive_equivalences.Jeff Law
2017-08-28tree-ssa-dom.c (class edge_info): Changed from a struct to a class.Jeff Law
2017-08-22re PR tree-optimization/81741 (Misoptimisation : replacing a constant field r...Jeff Law
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-04-11re PR tree-optimization/80374 (ICE in fold_convert_loc, at fold-const.c:2384)Richard Biener
2017-04-10re PR tree-optimization/80374 (ICE in fold_convert_loc, at fold-const.c:2384)Jeff Law
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jeff Law
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law
2017-03-15re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law
2017-03-15re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener
2016-11-09tree-ssa-dom.c (canonicalize_comparison): Remove.Richard Biener
2016-10-10re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Jeff Law