summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-181-83/+94
* 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-131-0/+4
* 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-111-24/+42
* 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-101-1/+2
* 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-061-4/+4
* 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-06-031-30/+45
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-30/+27
* 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-05-231-110/+405
* Merge in trunk.mrs2014-05-061-8/+4
|\
| * 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-8/+4
* | Merge from trunk.rsandifo2014-04-221-174/+158
|\ \ | |/
| * pass cfun to pass::executetbsaunde2014-04-171-158/+158
| * pass current function to opt_pass::gate ()tbsaunde2014-04-171-30/+18
| * remove has_gatetbsaunde2014-04-171-4/+0