]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/builtins.c
[4/77] Add FOR_EACH iterators for modes
[thirdparty/gcc.git] / gcc / builtins.c
2017-08-30  rsandifo[4/77] Add FOR_EACH iterators for modes
2017-08-08  marxin.
2017-08-01  marxinMake mempcpy more optimal (PR middle-end/70140).
2017-08-01  marxinRevert r250771
2017-08-01  marxinMake mempcpy more optimal (PR middle-end/70140).
2017-07-13  chefmaxASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 ...
2017-07-06  chefmaxASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-29  nathan gcc/
2017-06-23  segherFix expand_builtin_atomic_fetch_op for pre-op (PR80902)
2017-06-16  mseborPR tree-optimization/80934 - bzero should be assumed...
2017-06-09  tnfchrisReverted r249005 until PowerPC and AIX issues sorted.
2017-06-08  tnfchris2017-06-08 Tamar Christina <tamar.christina@arm.com>
2017-06-02  ebotcazou * builtins. (expand_builtin_alloca): Remove second...
2017-05-14  mseborPR middle-end/80669 - Bad -Wstringop-overflow warnings...
2017-05-05  mseborgcc/ChangeLog:
2017-05-04  mseborgcc/ChangeLog:
2017-05-04  mseborPR libstdc++/54924 - Warn for std::string constructor...
2017-05-04  mseborPR preprocessor/79214 - -Wno-system-header defeats...
2017-05-04  mseborPR translation/80280 - Missing closing quote (%>) c...
2017-02-07  rguenth2017-02-07 Richard Biener <rguenther@suse.de>
2017-02-01  torvaldFix __atomic to not implement atomic loads with CAS.
2017-01-10  mseborPR tree-optimization/78775 - [7 Regression] ICE in...
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR bootstrap/78817
2016-12-14  mseborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-09  mpolacek PR middle-end/78750
2016-12-08  mseborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-08  mseborPR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE...
2016-12-07  jakub * builtins.c (fold_builtin_strstr): Removed.
2016-11-17  acsawdey2016-11-17 Aaron Sawdey <acsawdey@linux.vnet.ibm...
2016-11-09  jakub PR target/77718
2016-10-27  aldyh * builtins.c (expand_builtin_nonlocal_goto): Avoid...
2016-10-24  mseborPR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin...
2016-10-16  ebotcazou PR ada/37139
2016-10-14  marxinFold __builtin_memchr function
2016-10-14  marxinFold __builtin_str{n}{case}cmp functions
2016-10-11  vriesRemove RECORD_TYPE special-casing in std_canonical_va_l...
2016-10-09  jakub * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2016-10-05  wilcoMove all existing strchr and strrchr folding from built...
2016-09-29  acsawdey2016-09-29 Bernd Schmidt <bschmidt@redhat.com>
2016-09-26  thopre012016-09-26 Thomas Preud'homme <thomas.preudhomme...
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-20  jakub PR middle-end/77624
2016-09-16  jason Add inline functions for various bitwise operations.
2016-09-10  vriesMake canonical_va_list_type more strict
2016-09-09  edlinger2016-09-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-09-02  mseborPR tree-optimization/71831 - __builtin_object_size...
2016-08-22  jsm28Support __builtin_isinf_sign for new floating-point...
2016-08-22  jsm28Add minimal _FloatN, _FloatNx built-in functions.
2016-08-20  kugangcc/ChangeLog:
2016-07-19  uros * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WID...
2016-07-11  edlinger2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-06-28  jakub PR middle-end/66867
2016-06-08  jakub PR c++/70507
2016-06-03  bernds PR tree-optimization/52171
2016-05-13  ebotcazou * builtins.c (expand_builtin_memcmp): Do not emit...
2016-05-03  mseborPR c++/66561 - __builtin_LINE at al. should yield const...
2016-05-03  jakub PR target/49244
2016-04-08  amodraPR70117, ppc long double isinf
2016-03-29  rguenth2016-03-29 Richard Biener <rguenther@suse.de>
2016-02-11  jakub * cgraph.c: Spelling fixes - behaviour -> behavior and
2016-01-05  mpolacek PR c/69104
2016-01-04  jakub Update copyright years.
2015-12-04  rguenth2015-12-04 Richard Biener <rguenther@suse.de>
2015-12-02  rsandifoPR 68432: Add a target hook to control size/speed optab...
2015-11-17  rsandifoExtend tree-call-cdce to calls whose result is used
2015-11-17  rsandifoShort-cut generation of simple built-in functions
2015-11-17  rsandifoExtend mathfn_built_in to handle combined_fn
2015-11-17  rsandifoExtend fold_const_call to combined_fn
2015-11-17  rsandifoAdd internal bitcount functions
2015-11-17  rsandifoAdd internal math functions
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-11-07  rsandifoMove #undef DEF_BUILTIN* to builtins.def
2015-11-07  rsandifoMove const char * -> int/fp folds to fold-const-call.c
2015-11-07  rsandifoMove constant bitop and bswap folds to fold-const-call.c
2015-11-07  rsandifoHandle constant fp classifications in fold-const-call.c
2015-11-07  rsandifoMove c_getstr to fold-const.c
2015-11-02  rsandifoMove constant folds for maths functions to new file
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-30  rsandifoAllow real_format to be passed to more real.h functions
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-27  rsandifoMove ldexp, scalbn and scalbln folds to match.pd
2015-10-27  rsandifoRename logb and significand folds
2015-10-27  rsandifoMove fmin and fmax folds to match.pd
2015-10-27  rsandifoSplit constant handling out of fold_builtin_fma
2015-10-27  rsandifoRemove constant handling from fold_builtin_{,f}abs
2015-10-27  rsandifoMove copysign folds to match.pd
2015-10-27  rsandifoMove signbit folds to match.pd
2015-10-27  rsandifoMove expN folds to match.pd
2015-10-27  rsandifoMove powi folds to match.pd
2015-10-27  rsandifoMove pow folds to match.pd
2015-10-27  rsandifoMove hypot folds to match.pd
2015-10-26  rsandifoMove int rounding folds to match.pd
2015-10-26  rsandifoMove cexp simplifications to match.pd
2015-10-23  rsandifoMove fold_trunc_transparent_mathfn to match.pd
2015-10-22  rsandifoMove tan simplifications to match.pd
2015-10-22  rsandifoMove more cproj simplifications to match.pd
2015-10-21  rsandifoMove cabs simplifications to match.pd
2015-10-21  rsandifoRemove fold_strip_sign_ops
2015-10-19  rguenth2015-10-19 Richard Biener <rguenther@suse.de>
next