Age | Commit message (Expand) | Author | Files | Lines |
2020-06-29 | Use gsi_bb instead of iterator->bb. | Martin Liska | 1 | -1/+1 |
2020-06-05 | Add new/delete to struct occurence | Jonathan Wakely | 1 | -26/+39 |
2020-05-13 | Fold single imm use of a FMA if it is a negation [PR95060] | Jakub Jelinek | 1 | -0/+29 |
2020-03-26 | widening_mul: restrict ops to be defined in the same basic-block when convert... | Richard Biener | 1 | -1/+5 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 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 | -3/+3 |
2019-10-11 | Do not allocate ggc during streaming. | Jan Hubicka | 1 | -1/+1 |
2019-08-05 | Add a gimple_move_vops helper function | Richard Sandiford | 1 | -6/+1 |
2019-07-30 | Handle IFN_COND_MUL in tree-ssa-math-opts.c | Richard Sandiford | 1 | -28/+43 |
2019-04-16 | re PR tree-optimization/90090 (ICE in mark_reachable_handlers, at tree-eh.c:3... | Jakub Jelinek | 1 | -5/+5 |
2019-04-05 | Make FMA code cope with redundant negates (PR89956) | Richard Sandiford | 1 | -1/+8 |
2019-03-25 | re PR tree-optimization/89802 ([9 Regresssion] ICE: verify_gimple failed (err... | Richard Biener | 1 | -1/+6 |
2019-03-12 | re PR tree-optimization/89664 (ICE in free_bb, at tree-ssa-math-opts.c:522) | Richard Biener | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-14 | re PR tree-optimization/87977 (ICE: verify_ssa failed (error: definition in b... | Jakub Jelinek | 1 | -3/+10 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -5/+6 |
2018-09-14 | [tree-ssa-mathopts] PR tree-optimization/87259: Call execute_cse_reciprocals_... | Kyrylo Tkachov | 1 | -3/+3 |
2018-09-05 | Optimise sqrt reciprocal multiplications | Kyrylo Tkachov | 1 | -4/+202 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-08-11 | re PR tree-optimization/86835 (Bogus "is used uninitialized" warning with -ff... | Jakub Jelinek | 1 | -6/+6 |
2018-07-12 | Support fused multiply-adds in fully-masked reductions | Richard Sandiford | 1 | -56/+62 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -2/+2 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -18/+19 |
2018-01-12 | Deferring FMA transformations in tight loops | Martin Jambor | 1 | -128/+389 |
2018-01-04 | tree-ssa-math-opts.c (execute_cse_reciprocals_1): Remove redundant test in as... | Jeff Law | 1 | -2/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | re PR tree-optimization/83523 (ICE: verify_gimple failed (error: statement ma... | Jakub Jelinek | 1 | -3/+7 |
2017-12-20 | re PR tree-optimization/83491 (ICE in execute_cse_reciprocals_1 at gcc/tree-s... | Wilco Dijkstra | 1 | -28/+27 |
2017-12-05 | timevar.def (TV_TREE_RECIP, [...]): Add. | Richard Biener | 1 | -3/+3 |
2017-11-24 | Factor out division by squares | Jackson Woodruff | 1 | -30/+191 |
2017-11-20 | tree-ssa-math-opts.c (nop_stats, [...]): Moved to ... | Jakub Jelinek | 1 | -1076/+0 |
2017-11-06 | PR82816: Widening multiplies of bitfields | Richard Sandiford | 1 | -0/+6 |
2017-11-01 | Widening optab cleanup | Richard Sandiford | 1 | -6/+5 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -0/+1 |
2017-10-09 | Allow non-wi <op> wi | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [65/77] Add a SCALAR_TYPE_MODE macro | Richard Sandiford | 1 | -3/+4 |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [6/77] Make GET_MODE_WIDER return an opt_mode | Richard Sandiford | 1 | -4/+4 |
2017-08-30 | [4/77] Add FOR_EACH iterators for modes | Richard Sandiford | 1 | -3/+2 |
2017-08-29 | Set the call nothrow flag more often | Richard Sandiford | 1 | -0/+4 |
2017-08-23 | re PR middle-end/19706 (Recognize common Fortran usages of copysign.) | Tamar Christina | 1 | -4/+3 |
2017-08-21 | Add a type_has_mode_precision_p helper function | Richard Sandiford | 1 | -2/+1 |
2017-08-08 | re PR middle-end/19706 (Recognize common Fortran usages of copysign.) | Tamar Christina | 1 | -0/+88 |
2017-07-17 | re PR tree-optimization/81396 (Optimization of reading Little-Endian 64-bit n... | Jakub Jelinek | 1 | -2/+37 |
2017-07-05 | Remove enum before machine_mode | Richard Sandiford | 1 | -1/+1 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-25 | Improve comment for struct symbolic_number in bswap pass | Thomas Preud'homme | 1 | -16/+23 |