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