summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-09-29 Bernd Schmidt <bschmidt@redhat.com>acsawdey2016-09-291-5/+7
* 2016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012016-09-261-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-2/+3
* PR middle-end/77624jakub2016-09-201-2/+4
* Add inline functions for various bitwise operations.jason2016-09-161-5/+5
* Make canonical_va_list_type more strictvries2016-09-101-4/+0
* 2016-09-10 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-09-091-2/+0
* PR tree-optimization/71831 - __builtin_object_size poor results with nomsebor2016-09-021-4/+3
* Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).jsm282016-08-221-2/+1
* Add minimal _FloatN, _FloatNx built-in functions.jsm282016-08-221-0/+5
* gcc/ChangeLog:kugan2016-08-201-0/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-2/+2
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-5/+1
* PR middle-end/66867jakub2016-06-281-0/+117
* PR c++/70507jakub2016-06-081-3/+51
* PR tree-optimization/52171bernds2016-06-031-45/+38
* * builtins.c (expand_builtin_memcmp): Do not emit the call here.ebotcazou2016-05-131-45/+14
* PR c++/66561 - __builtin_LINE at al. should yield constant expressionsmsebor2016-05-031-0/+42
* PR target/49244jakub2016-05-031-0/+84
* PR70117, ppc long double isinfamodra2016-04-081-11/+89
* 2016-03-29 Richard Biener <rguenther@suse.de>rguenth2016-03-291-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-1/+1
* PR c/69104mpolacek2016-01-051-16/+26
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-04 Richard Biener <rguenther@suse.de>rguenth2015-12-041-0/+4
* PR 68432: Add a target hook to control size/speed optab choicesrsandifo2015-12-021-1/+2
* Extend tree-call-cdce to calls whose result is usedrsandifo2015-11-171-331/+0
* Short-cut generation of simple built-in functionsrsandifo2015-11-171-1/+1
* Extend mathfn_built_in to handle combined_fnrsandifo2015-11-171-109/+121
* Extend fold_const_call to combined_fnrsandifo2015-11-171-4/+5
* Add internal bitcount functionsrsandifo2015-11-171-0/+2
* Add internal math functionsrsandifo2015-11-171-0/+58
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-3/+3
* Move #undef DEF_BUILTIN* to builtins.defrsandifo2015-11-071-1/+0
* Move const char * -> int/fp folds to fold-const-call.crsandifo2015-11-071-99/+6
* Move constant bitop and bswap folds to fold-const-call.crsandifo2015-11-071-107/+0
* Handle constant fp classifications in fold-const-call.crsandifo2015-11-071-23/+0
* Move c_getstr to fold-const.crsandifo2015-11-071-21/+0
* Move constant folds for maths functions to new filersandifo2015-11-021-1016/+69
* 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