Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-25 | Fix PR77673: bswap loads passed end of object | Thomas Preud'homme | 1 | -14/+30 |
2016-11-16 | Looking at PR77308, one of the issues is that the bswap optimization phase do... | Wilco Dijkstra | 1 | -5/+0 |
2016-11-14 | tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg and cmpno... | Thomas Preud'homme | 1 | -37/+29 |
2016-10-28 | re PR tree-optimization/43721 (Failure to optimise (a/b) and (a%b) into singl... | Prathamesh Kulkarni | 1 | -0/+221 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -1/+1 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -2/+2 |
2016-06-28 | This patch fixes a bug in the bswap pass. | Wilco Dijkstra | 1 | -0/+4 |
2016-06-07 | re PR tree-optimization/71428 (wrong code with -Os -fno-tree-forwprop (breaks... | Richard Biener | 1 | -2/+4 |
2016-05-24 | re PR tree-optimization/71240 (ICE on valid code at -O2 and above on x86_64-l... | Richard Biener | 1 | -0/+3 |
2016-05-13 | re PR tree-optimization/42587 (bswap not recognized for memory) | Richard Biener | 1 | -1/+43 |
2016-05-02 | Support << and >> for offset_int and widest_int | Richard Sandiford | 1 | -2/+2 |
2016-04-04 | re PR middle-end/70457 (ICE (segfault) in gimple_expand_builtin_pow on powerp... | Bill Schmidt | 1 | -1/+1 |
2016-03-08 | [obvious] Fix typo in tree-ssa-math-opts.c | Kyrylo Tkachov | 1 | -1/+1 |
2016-02-16 | Fix bswap optimization on big-endian (PR69714, 67781). | Bernd Schmidt | 1 | -29/+17 |
2016-02-02 | re PR tree-optimization/69606 (wrong code at -Os and above on x86_64-linux-gnu) | Richard Biener | 1 | -0/+2 |
2016-01-08 | re PR tree-optimization/67781 (wrong code generated on big-endian with -O1 -f... | Thomas Preud'homme | 1 | -10/+26 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-01 | re PR tree-optimization/69070 (ICE: tree check: expected real_cst, have ssa_n... | Jakub Jelinek | 1 | -1/+2 |
2015-12-22 | This series of patches fix PR61441. | Sujoy Saraswati | 1 | -0/+7 |
2015-12-03 | Add an rsqrt_optab and IFN_RSQRT internal function | Richard Sandiford | 1 | -21/+58 |
2015-11-30 | re PR tree-optimization/68501 (sqrt builtin is not used anymore) | Jakub Jelinek | 1 | -11/+29 |
2015-11-25 | re PR target/67089 (Integer overflow checks not optimized on x86/x86_64) | Jakub Jelinek | 1 | -1/+185 |
2015-11-17 | Use combined_fn in tree-ssa-math-opts.c | Richard Sandiford | 1 | -22/+18 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -4/+6 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -2/+0 |