summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc/rsandifo2015-07-051-4/+2
* gcc/rsandifo2015-07-051-4/+2
* gcc/rsandifo2015-07-051-13/+9
* gcc/rsandifo2015-07-051-30/+15
* 2015-07-02 Richard Biener <rguenther@suse.de>rguenth2015-07-021-0/+22
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-1/+0
* 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
* gcc/rsandifo2015-06-061-4/+3
* [Patch] The comparison in a compare exchange should not take place in VOIDmodejgreenhalgh2015-06-051-1/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Mark parameters with ATTRIBUTE_UNUSEDhjl2015-05-281-1/+2
* PR libgomp/65742jules2015-05-281-5/+4
* remove most ifdef STACK_GROWS_DOWNWARDtbsaunde2015-05-221-15/+15
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-3/+3
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-3/+3