summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* Allow real_format to be passed to more real.h functionsrsandifo2015-10-301-1/+1
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-15/+13
* Move ldexp, scalbn and scalbln folds to match.pdrsandifo2015-10-271-14/+6
* Rename logb and significand foldsrsandifo2015-10-271-8/+4
* Move fmin and fmax folds to match.pdrsandifo2015-10-271-47/+6
* Split constant handling out of fold_builtin_fmarsandifo2015-10-271-10/+6
* Remove constant handling from fold_builtin_{,f}absrsandifo2015-10-271-4/+0
* Move copysign folds to match.pdrsandifo2015-10-271-41/+10
* Move signbit folds to match.pdrsandifo2015-10-271-36/+5
* Move expN folds to match.pdrsandifo2015-10-271-44/+9
* Move powi folds to match.pdrsandifo2015-10-271-48/+10
* Move pow folds to match.pdrsandifo2015-10-271-121/+21
* Move hypot folds to match.pdrsandifo2015-10-271-34/+4
* Move int rounding folds to match.pdrsandifo2015-10-261-177/+36
* Move cexp simplifications to match.pdrsandifo2015-10-261-69/+4
* Move fold_trunc_transparent_mathfn to match.pdrsandifo2015-10-231-240/+44
* Move tan simplifications to match.pdrsandifo2015-10-221-29/+3
* Move more cproj simplifications to match.pdrsandifo2015-10-221-45/+14
* Move cabs simplifications to match.pdrsandifo2015-10-211-77/+5
* Remove fold_strip_sign_opsrsandifo2015-10-211-110/+19
* 2015-10-19 Richard Biener <rguenther@suse.de>rguenth2015-10-191-27/+0
* remove unneeded #if for HARD_FRAME_POINTER_IS_ARG_POINTERtbsaunde2015-10-111-3/+1
* always define FRAME_ADDR_RTXtbsaunde2015-10-111-4/+0
* always define DYNAMIC_CHAIN_ADDRESStbsaunde2015-10-111-2/+0
* always define SETUP_FRAME_ADDRESSEStbsaunde2015-10-111-5/+0
* always define INITIAL_FRAME_ADDRESS_RTXtbsaunde2015-10-111-22/+19
* Move sqrt and cbrt simplifications to match.pdrsandifo2015-10-081-143/+6
* Cache reals for 1/4, 1/6 and 1/9rsandifo2015-10-071-25/+6
* Add a build_real_truncate helper functionrsandifo2015-10-051-29/+14
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-7/+7
* * builtins.c: Don't include gomp-constants.h.nathan2015-10-011-22/+0
* 2015-09-30 Richard Biener <rguenther@suse.de>rguenth2015-09-301-0/+4
* gcc/nathan2015-09-291-43/+23
* Handle alignment in __atomic_is_lock_freeredi2015-09-171-2/+14
* gcc/rsandifo2015-08-241-8/+5
* gcc/rsandifo2015-08-241-79/+63
* gcc/rsandifo2015-08-241-67/+72
* gcc/rsandifo2015-08-241-7/+2
* add default for CONSTANT_ALIGNMENTtbsaunde2015-08-211-4/+2
* PR middle-end/36757fxcoudert2015-08-181-9/+5
* [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...tschwinge2015-08-101-6/+6
* gcc/ChangeLogmsebor2015-08-021-12/+16
* gcc/rsandifo2015-07-301-12/+0
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-091-1/+0
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+3
* gcc/rsandifo2015-07-051-13/+14
* gcc/rsandifo2015-07-051-6/+2