aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)Author
2019-08-30 Backported from mainlinejakub
2017-12-22 Backported from mainlinejakub
2017-01-01 Update copyright years.jakub
2016-11-25Improve comment for struct symbolic_number in bswap passthopre01
2016-11-25Fix PR77673: bswap loads passed end of objectthopre01
2016-11-16Looking at PR77308, one of the issues is that the bswap optimization wilco
2016-11-142016-11-14 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre01
2016-10-282016-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-09-16 Add inline functions for various bitwise operations.jason
2016-07-112016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger
2016-06-28This patch fixes a bug in the bswap pass. In big-endian BIT_FIELD_REF useswilco
2016-06-072016-06-07 Richard Biener <rguenther@suse.de>rguenth
2016-05-242016-05-24 Richard Biener <rguenther@suse.de>rguenth
2016-05-132016-05-13 Richard Biener <rguenther@suse.de>rguenth
2016-05-02Support << and >> for offset_int and widest_intrsandifo
2016-04-04[gcc]wschmidt
2016-03-08[obvious] Fix typo in tree-ssa-math-opts.cktkachov
2016-02-16Fix bswap optimization on big-endian (PR69714, 67781).bernds
2016-02-022016-02-02 Richard Biener <rguenther@suse.de>rguenth
2016-01-082016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre01
2016-01-04 Update copyright years.jakub
2016-01-01 PR tree-optimization/69070jakub
2015-12-22This series of patches fix PR61441. This patch avoids various transformationsssaraswati
2015-12-03Add an rsqrt_optab and IFN_RSQRT internal functionrsandifo
2015-11-30 PR tree-optimization/68501jakub
2015-11-25 PR target/67089jakub
2015-11-17Use combined_fn in tree-ssa-math-opts.crsandifo
2015-11-08Merge of the scalar-storage-order branch.ebotcazou
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-30Don't free dominators after sincosrsandifo
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw
2015-10-15PR67945: Fix oscillation between pow representationsrsandifo
2015-10-08Make tree_expr_nonnegative_warnv_p recurse into SSA namesrsandifo
2015-10-05Remove remaining uses of REAL_ARITHMETICrsandifo
2015-10-05Replace REAL_VALUES_EQUAL with real_equalrsandifo
2015-09-292015-09-29 Richard Biener <rguenther@suse.de>rguenth
2015-09-20switch from gimple to gimple*tbsaunde
2015-09-17Split up optabs.[hc]rsandifo
2015-09-16Share memory blocks between pool allocatorsmiyuki
2015-07-282015-07-28 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre01
2015-07-16Add new object_allocator and clean-up allocator usage.marxin
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-01Change use to type-based pool allocator inmarxin
2015-05-19Use std::swap instead of explicit swapsmiyuki
2015-05-13[tree-ssa-math-opts] Expand pow (x, CONST) using square roots when possiblektkachov