summaryrefslogtreecommitdiff
path: root/gcc/match.pd
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/70050mpolacek2016-03-031-1/+2
* 2016-02-18 Richard Biener <rguenther@suse.de>rguenth2016-02-181-5/+5
* 2016-02-15 Richard Biener <rguenther@suse.de>rguenth2016-02-151-2/+2
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-2/+2
* 2016-02-10 Richard Biener <rguenther@suse.de>rguenth2016-02-101-0/+23
* 2016-02-02 Richard Biener <rguenther@suse.de>rguenth2016-02-021-0/+18
* 2016-02-01 Richard Biener <rguenther@suse.de>rguenth2016-02-011-2/+3
* 2016-01-29 Richard Biener <rguenther@suse.de>rguenth2016-01-291-1/+1
* 2016-01-26 Richard Biener <rguenther@suse.de>rguenth2016-01-261-2/+3
* PR middle-end/68743danglin2016-01-091-1/+2
* PR middle-end/50865jakub2016-01-091-1/+7
* Update copyright years.jakub2016-01-041-1/+1
* This series of patches fix PR61441. This patch removes flag_errno_math checkssaraswati2015-12-201-7/+1
* 2015-12-04 Richard Biener <rguenther@suse.de>rguenth2015-12-041-4/+6
* 2015-12-01 Richard Biener <rguenther@suse.de>rguenth2015-12-011-7/+6
* Replace match.pd DEFINE_MATH_FNs with auto-generated listsrsandifo2015-11-171-41/+1
* Add genmatch support for internal functionsrsandifo2015-11-171-45/+47
* 2015-11-12 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>naveenh2015-11-121-0/+31
* Fix X - (X / Y) * Y in match.pd.glisse2015-10-291-4/+6
* Move ldexp, scalbn and scalbln folds to match.pdrsandifo2015-10-271-0/+18
* Move fmin and fmax folds to match.pdrsandifo2015-10-271-3/+24
* Move min(max...) and max(min...) folds to match.pdrsandifo2015-10-271-0/+8
* Move copysign folds to match.pdrsandifo2015-10-271-0/+10
* Move signbit folds to match.pdrsandifo2015-10-271-0/+11
* Fold comparisons between sqrt and zerorsandifo2015-10-271-0/+19
* Move expN folds to match.pdrsandifo2015-10-271-2/+6
* Move powi folds to match.pdrsandifo2015-10-271-0/+19
* Move pow folds to match.pdrsandifo2015-10-271-2/+54
* Move hypot folds to match.pdrsandifo2015-10-271-0/+10
* * match.pd (fold_widened_comparison): Apply simplifications to allebotcazou2015-10-261-3/+2
* 2015-10-26 Richard Biener <rguenther@suse.de>rguenth2015-10-261-2/+2
* Move int rounding folds to match.pdrsandifo2015-10-261-4/+88
* Use macros to define built-in operator listsrsandifo2015-10-261-33/+34
* Move cexp simplifications to match.pdrsandifo2015-10-261-1/+18
* [RFA] Fix pr67830, another type narrowing problemlaw2015-10-231-2/+2
* 2015-10-23 Richard Biener <rguenther@suse.de>naveenh2015-10-231-0/+23
* Move fold_trunc_transparent_mathfn to match.pdrsandifo2015-10-231-0/+77
* 2015-10-22 Richard Biener <rguenther@suse.de>rguenth2015-10-221-1/+51
* Move tan simplifications to match.pdrsandifo2015-10-221-1/+9
* Move more cproj simplifications to match.pdrsandifo2015-10-221-15/+9
* Move cabs simplifications to match.pdrsandifo2015-10-211-1/+19
* Add simple sign-stripping cases to match.pdrsandifo2015-10-211-1/+70
* 2015-10-20 Richard Biener <rguenther@suse.de>naveenh2015-10-211-0/+30
* 2015-10-19 Richard Biener <rguenther@suse.de>rguenth2015-10-191-0/+27
* 2015-09-30 Michael Collison <michael.collison@linaro.org>collison2015-10-151-0/+10
* PR67945: Fix oscillation between pow representationsrsandifo2015-10-151-107/+132
* PR tree-optimization/67953mpolacek2015-10-151-1/+2
* 2015-10-14 Richard Biener <rguenther@suse.de>rguenth2015-10-141-4/+8
* To: gcc-patches@gcc.gnu.orgrsandifo2015-10-131-5/+12
* [PATCH V3][GCC] Algorithmic optimization in match and simplifyjgreenhalgh2015-10-091-7/+53