aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)Author
2015-11-08Merge of the scalar-storage-order branch.ebotcazou
2015-11-07Move #undef DEF_BUILTIN* to builtins.defrsandifo
2015-11-07Move const char * -> int/fp folds to fold-const-call.crsandifo
2015-11-07Move constant bitop and bswap folds to fold-const-call.crsandifo
2015-11-07Handle constant fp classifications in fold-const-call.crsandifo
2015-11-07Move c_getstr to fold-const.crsandifo
2015-11-02Move constant folds for maths functions to new filersandifo
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-30Allow real_format to be passed to more real.h functionsrsandifo
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-27Move ldexp, scalbn and scalbln folds to match.pdrsandifo
2015-10-27Rename logb and significand foldsrsandifo
2015-10-27Move fmin and fmax folds to match.pdrsandifo
2015-10-27Split constant handling out of fold_builtin_fmarsandifo
2015-10-27Remove constant handling from fold_builtin_{,f}absrsandifo
2015-10-27Move copysign folds to match.pdrsandifo
2015-10-27Move signbit folds to match.pdrsandifo
2015-10-27Move expN folds to match.pdrsandifo
2015-10-27Move powi folds to match.pdrsandifo
2015-10-27Move pow folds to match.pdrsandifo
2015-10-27Move hypot folds to match.pdrsandifo
2015-10-26Move int rounding folds to match.pdrsandifo
2015-10-26Move cexp simplifications to match.pdrsandifo
2015-10-23Move fold_trunc_transparent_mathfn to match.pdrsandifo
2015-10-22Move tan simplifications to match.pdrsandifo
2015-10-22Move more cproj simplifications to match.pdrsandifo
2015-10-21Move cabs simplifications to match.pdrsandifo
2015-10-21Remove fold_strip_sign_opsrsandifo
2015-10-192015-10-19 Richard Biener <rguenther@suse.de>rguenth
2015-10-11remove unneeded #if for HARD_FRAME_POINTER_IS_ARG_POINTERtbsaunde
2015-10-11always define FRAME_ADDR_RTXtbsaunde
2015-10-11always define DYNAMIC_CHAIN_ADDRESStbsaunde
2015-10-11always define SETUP_FRAME_ADDRESSEStbsaunde
2015-10-11always define INITIAL_FRAME_ADDRESS_RTXtbsaunde
2015-10-08Move sqrt and cbrt simplifications to match.pdrsandifo
2015-10-07Cache reals for 1/4, 1/6 and 1/9rsandifo
2015-10-05Add a build_real_truncate helper functionrsandifo
2015-10-05Replace REAL_VALUES_EQUAL with real_equalrsandifo
2015-10-01 * builtins.c: Don't include gomp-constants.h.nathan
2015-09-302015-09-30 Richard Biener <rguenther@suse.de>rguenth
2015-09-29 gcc/nathan
2015-09-17Handle alignment in __atomic_is_lock_freeredi
2015-08-24gcc/rsandifo
2015-08-24gcc/rsandifo
2015-08-24gcc/rsandifo
2015-08-24gcc/rsandifo
2015-08-21add default for CONSTANT_ALIGNMENTtbsaunde
2015-08-18 PR middle-end/36757fxcoudert
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...tschwinge
2015-08-02gcc/ChangeLogmsebor