summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
Commit message (Expand)AuthorAgeFilesLines
* PR target/67089jakub2015-11-251-1/+185
* Use combined_fn in tree-ssa-math-opts.crsandifo2015-11-171-22/+18
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-4/+6
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-2/+0
* Don't free dominators after sincosrsandifo2015-10-301-1/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-8/+7
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+3
* PR67945: Fix oscillation between pow representationsrsandifo2015-10-151-1/+1
* Make tree_expr_nonnegative_warnv_p recurse into SSA namesrsandifo2015-10-081-3/+3
* Remove remaining uses of REAL_ARITHMETICrsandifo2015-10-051-4/+4
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-8/+8
* 2015-09-29 Richard Biener <rguenther@suse.de>rguenth2015-09-291-4/+3
* switch from gimple to gimple*tbsaunde2015-09-201-46/+47
* Split up optabs.[hc]rsandifo2015-09-171-13/+1
* Share memory blocks between pool allocatorsmiyuki2015-09-161-2/+1
* 2015-07-28 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-07-281-1/+1
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-2/+2
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-19/+5
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator inmarxin2015-06-011-7/+6
* Use std::swap instead of explicit swapsmiyuki2015-05-191-7/+2
* [tree-ssa-math-opts] Expand pow (x, CONST) using square roots when possiblektkachov2015-05-131-85/+377
* PR tree-optimization/65215jakub2015-02-261-17/+43
* 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-01-281-17/+16
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+13
* 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-01-131-77/+123
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-01-061-16/+3
* Update copyright years.jakub2015-01-051-1/+1
* PR jit/63854: Fix leak in tree-ssa-math-opts.cdmalcolm2014-12-011-7/+2
* * gimple.h (gimple_build_assign_stat): Remove prototype.jakub2014-12-011-20/+15
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-17/+19
* * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.jakub2014-11-191-12/+8
* 2014-11-12 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-11-121-18/+40
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* 2014-10-31 Richard Biener <rguenther@suse.de>rguenth2014-10-311-2/+1
* 2014-10-31 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-10-311-12/+40
* gcc/ada/rsandifo2014-10-291-5/+5
* * tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_tjakub2014-10-281-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+10
* 2014-10-21 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-10-211-1/+2
* 2014-09-24 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-09-241-18/+26
* 2014-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-09-011-38/+45
* remove has_executetbsaunde2014-07-091-4/+0
* 2014-06-27 Richard Biener <rguenther@suse.de>rguenth2014-06-271-1/+3
* * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Castjakub2014-06-201-2/+3