aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-29builtins.c (expand_builtin_memcmp): don't swap args unless result is only bei...Bernd Schmidt1-5/+7
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-2/+3
2016-09-20re PR middle-end/77624 (ICE on x86_64-linux-gnu (internal compiler error: in ...Jakub Jelinek1-2/+4
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-5/+5
2016-09-10Make canonical_va_list_type more strictTom de Vries1-4/+0
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-2/+0
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor1-4/+3
2016-08-22Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).Joseph Myers1-2/+1
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers1-0/+5
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-0/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-2/+2
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-5/+1
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek1-0/+117
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor1-3/+51
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-45/+38
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-45/+14
2016-05-03PR c++/66561 - __builtin_LINE at al. should yield constant expressionsMartin Sebor1-0/+42
2016-05-03re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek1-0/+84
2016-04-08PR70117, ppc long double isinfAlan Modra1-11/+89
2016-03-29re PR middle-end/70424 (Pointer derived from integer gets reduced alignment)Richard Biener1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-05re PR c/69104 (invalid atomic memory order not diagnosed)Marek Polacek1-16/+26
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04re PR rtl-optimization/68636 (unnecessary unaligned load on mips o32)Richard Biener1-0/+4
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-1/+2
2015-11-17Extend tree-call-cdce to calls whose result is usedRichard Sandiford1-331/+0
2015-11-17Short-cut generation of simple built-in functionsRichard Sandiford1-1/+1
2015-11-17Extend mathfn_built_in to handle combined_fnRichard Sandiford1-109/+121
2015-11-17Extend fold_const_call to combined_fnRichard Sandiford1-4/+5
2015-11-17Add internal bitcount functionsRichard Sandiford1-0/+2
2015-11-17Add internal math functionsRichard Sandiford1-0/+58
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+3
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-1/+0
2015-11-07Move const char * -> int/fp folds to fold-const-call.cRichard Sandiford1-99/+6
2015-11-07Move constant bitop and bswap folds to fold-const-call.cRichard Sandiford1-107/+0
2015-11-07Handle constant fp classifications in fold-const-call.cRichard Sandiford1-23/+0
2015-11-07Move c_getstr to fold-const.cRichard Sandiford1-21/+0
2015-11-02Move constant folds for maths functions to new fileRichard Sandiford1-1016/+69
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford1-1/+1
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-15/+13
2015-10-27Move ldexp, scalbn and scalbln folds to match.pdRichard Sandiford1-14/+6
2015-10-27Rename logb and significand foldsRichard Sandiford1-8/+4
2015-10-27Move fmin and fmax folds to match.pdRichard Sandiford1-47/+6
2015-10-27Split constant handling out of fold_builtin_fmaRichard Sandiford1-10/+6
2015-10-27Remove constant handling from fold_builtin_{,f}absRichard Sandiford1-4/+0
2015-10-27Move copysign folds to match.pdRichard Sandiford1-41/+10
2015-10-27Move signbit folds to match.pdRichard Sandiford1-36/+5
2015-10-27Move expN folds to match.pdRichard Sandiford1-44/+9