Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-28 | builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl... | Michael Meissner | 1 | -0/+18 |
2017-12-12 | builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of AT... | Jakub Jelinek | 1 | -6/+6 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -19/+0 |
2017-10-31 | builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built... | Michael Meissner | 1 | -11/+19 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -3/+30 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -0/+1 |
2017-10-08 | * builtins.def (BUILT_IN_SETJMP): Revert latest change. | Eric Botcazou | 1 | -4/+0 |
2017-10-07 | builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui... | Eric Botcazou | 1 | -0/+4 |
2017-06-27 | fenv.h builtins | Marc Glisse | 1 | -0/+11 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -1/+2 |
2017-06-09 | builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New. | Jan Hubicka | 1 | -3/+3 |
2017-06-09 | Reverted r249005 until PowerPC and AIX issues sorted. | Tamar Christina | 1 | -2/+0 |
2017-06-08 | re PR middle-end/77925 (Add __builtin_issubnormal) | Tamar Christina | 1 | -0/+2 |
2017-04-05 | * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type. | Andreas Schwab | 1 | -1/+1 |
2017-03-14 | re PR middle-end/80020 (gcc confused about aligned_alloc argument order) | Martin Sebor | 1 | -1/+1 |
2017-01-24 | Brig front-end | Pekka Jääskeläinen | 1 | -0/+43 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-14 | PR c/78673 - sprintf missing attribute nonnull on destination argument | Martin Sebor | 1 | -10/+11 |
2016-12-04 | PR c/78668 - aligned_alloc, realloc, et al. missing attribute alloc_size | Martin Sebor | 1 | -5/+5 |
2016-11-23 | backport: hsa-builtins.def: New file. | Martin Jambor | 1 | -0/+16 |
2016-11-23 | re PR tree-optimization/78154 (memcpy et al can be assumed to return non-null) | Richard Biener | 1 | -14/+14 |
2016-11-21 | re PR c++/71973 (c++ handles built-in functions inconsistently) | Bernd Edlinger | 1 | -3/+3 |
2016-10-16 | re PR ada/37139 (DEP prevents using Ada tasking) | Eric Botcazou | 1 | -0/+2 |
2016-08-22 | Add minimal _FloatN, _FloatNx built-in functions. | Joseph Myers | 1 | -0/+27 |
2016-07-21 | 016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -1/+1 |
2016-06-10 | PR c/71392 - SEGV calling integer overflow built-ins with a null pointer | Martin Sebor | 1 | -21/+21 |
2016-06-08 | re PR c++/70507 (integer overflow builtins not constant expressions) | Martin Sebor | 1 | -0/+3 |
2016-06-03 | re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th... | Bernd Schmidt | 1 | -0/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-04 | Add fuzzing coverage support | Dmitry Vyukov | 1 | -1/+2 |
2015-11-07 | Move #undef DEF_BUILTIN* to builtins.def | Richard Sandiford | 1 | -0/+3 |
2015-11-07 | Don't treat rint as setting errno | Richard Sandiford | 1 | -3/+3 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -1/+2 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -1/+1 |
2015-08-18 | re PR middle-end/36757 (__builtin_signbit should be type-generic) | Francois-Xavier Coudert | 1 | -1/+1 |
2015-06-22 | Test for flag_parallelize_loops > 1 | Tom de Vries | 1 | -1/+3 |
2015-02-04 | builtins.def (DEF_BUILTIN_CHKP): Define if not defined. | Jakub Jelinek | 1 | -18/+36 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -3/+13 |
2015-01-08 | Make sure that OMP builtins are available in offloading compilers. | Thomas Schwinge | 1 | -1/+4 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-12 | re PR c/59708 (clang-compatible checked arithmetic builtins) | Jakub Jelinek | 1 | -0/+24 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+9 |
2014-05-23 | builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT. | Marek Polacek | 1 | -1/+1 |
2014-04-30 | gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE. | Marek Polacek | 1 | -1/+1 |
2014-04-28 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Richard Biener | 1 | -0/+8 |
2014-02-07 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Richard Biener | 1 | -0/+1 |
2014-01-29 | re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) | Jakub Jelinek | 1 | -1/+0 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |