Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | tree-ssa-threadedge.c (record_temporary_equivalences_from_stmts_at_dest): Do ... | Ilya Leoshkevich | 1 | -0/+6 |
2020-10-01 | Convert vr-values to value query class. | Aldy Hernandez | 1 | -3/+3 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-01-24 | Fix ICE due to invalid jump threading request | Jeff Law | 1 | -1/+1 |
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-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-11-05 | The base class for ranges is currently value_range_base, which is rather long... | Aldy Hernandez | 1 | -2/+2 |
2019-08-16 | Add type to VR_VARYING. | Aldy Hernandez | 1 | -1/+1 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -0/+1 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -1/+0 |
2019-06-13 | re PR tree-optimization/77820 (A jump threading opportunity with conditionals) | Jiufu Guo | 1 | -3/+67 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -4/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-12 | 2018-11=12 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -2/+2 |
2018-11-12 | tree-vrp.h (value_range_base::symbolic_p, [...]): Move from value_range. | Richard Biener | 1 | -1/+1 |
2018-10-23 | re PR tree-optimization/87693 (ICE in thread_around_empty_blocks, at tree-ssa... | Richard Biener | 1 | -1/+2 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -2/+2 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-19 | re PR middle-end/83477 (Wrong code w/ -O1) | Jeff Law | 1 | -4/+30 |
2017-12-15 | re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer) | Jeff Law | 1 | -1/+16 |
2017-12-12 | re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux... | Jeff Law | 1 | -11/+50 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -8/+17 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-03-16 | re PR tree-optimization/71437 (Performance regression after r235817) | Jeff Law | 1 | -7/+70 |
2017-03-16 | re PR tree-optimization/71437 (Performance regression after r235817) | Jeff Law | 1 | -88/+22 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-01 | * tree-ssa-threadedge.c | Jeff Law | 1 | -3/+4 |
2016-11-09 | fold-const.c (tree_swap_operands_p): Remove unused arg. | Richard Biener | 1 | -1/+1 |
2016-08-05 | Improve forward jump threading of switch statements (PR18046) | Patrick Palka | 1 | -6/+34 |
2016-06-01 | re PR tree-optimization/71077 (gcc -lto raises ICE) | Patrick Palka | 1 | -14/+12 |
2016-05-27 | tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. | Jeff Law | 1 | -11/+2 |
2016-04-29 | tree-ssa-threadedge.c (simplify_control_stmt_condition): Split out into ... | Patrick Palka | 1 | -45/+204 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-06 | [PATCH] Remove more backedge threading support | Jeff Law | 1 | -78/+36 |
2015-10-29 | [PATCH] Remove unnecessary invalidation support in threading | Jeff Law | 1 | -36/+5 |
2015-10-29 | [PATCH][PR tree-optimization/67892] Use FSM threader to handle backedges | Jeff Law | 1 | -26/+7 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-10-27 | internal-fn.c (expand_UNIQUE): New. | Nathan Sidwell | 1 | -0/+7 |
2015-10-26 | tree-object-size.c: Remove builtins.h include, include tree-cfg.h. | Richard Biener | 1 | -80/+46 |
2015-10-12 | [PATCH] Allow FSM threader to thread more complex conditions | Jeff Law | 1 | -8/+19 |
2015-10-11 | [PATCH] Refactoring FSM bits into their own file | Jeff Law | 1 | -291/+2 |
2015-09-20 | [PATCH] Fix 47679 by improving jump threading | Jeff Law | 1 | -0/+5 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -16/+16 |
2015-09-18 | [PATCH] avail_expr_stack is no longer file scoped | Jeff Law | 1 | -22/+47 |
2015-09-18 | [PATCH] avail_exprs is no longer file scoped | Jeff Law | 1 | -8/+8 |
2015-09-16 | [PATCH] Pass in avail_expr_stack and setup edge_infos earlier | Jeff Law | 1 | -0/+5 |
2015-09-04 | [PATCH] Minor cleanup of const_and_copies stack | Jeff Law | 1 | -4/+6 |
2015-08-28 | [PATCH][lto/66752] Fix missed FSM jump thread | Jeff Law | 1 | -0/+33 |