| Commit message (Expand) | Author | Age | Files | Lines |
* | sanitizer.def: Add Address Sanitizer builtins. | Jakub Jelinek | 2012-12-03 | 1 | -1/+1 |
* | builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins. | Dmitry Vyukov | 2012-11-22 | 1 | -0/+13 |
* | builtins.def (BUILT_IN_UNREACHABLE): Make ATTR_CONST_NORETURN_NOTHROW_LEAF_LIST. | Jan Hubicka | 2012-10-20 | 1 | -1/+1 |
* | builtins.c (expand_builtin_thread_pointer): New. | Chung-Lin Tang | 2012-10-11 | 1 | -0/+11 |
* | builtins.def (ATTR_MATHFN_FPROUNDING): Do not use no-vops with -frounding-math. | Richard Guenther | 2012-10-01 | 1 | -1/+1 |
* | builtin-types.def (BT_FN_CONST_STRING): Add. | Richard Guenther | 2012-09-14 | 1 | -0/+5 |
* | attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN. | Bernd Schmidt | 2012-05-14 | 1 | -6/+6 |
* | re PR target/52624 (missing __builtin_bswap16) | Eric Botcazou | 2012-04-11 | 1 | -0/+1 |
* | compiler: Use new __builtin_init_heap_trampoline. | Ian Lance Taylor | 2012-01-27 | 1 | -1/+2 |
* | re PR lto/51698 ([trans-mem] TM runtime and application with LTO) | Aldy Hernandez | 2012-01-25 | 1 | -1/+1 |
* | builtins.def (BUILT_IN_STPNCPY_CHK): New definition. | Romain Geissler | 2011-12-15 | 1 | -0/+1 |
* | Merge from transactional-memory branch. | Aldy Hernandez | 2011-11-08 | 1 | -0/+13 |
* | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 2011-10-11 | 1 | -2/+5 |
* | re PR middle-end/50527 (inconsistent vla align) | Tom de Vries | 2011-10-07 | 1 | -0/+1 |
* | builtins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin definitions. | Uros Bizjak | 2011-08-12 | 1 | -0/+12 |
* | builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New. | Jakub Jelinek | 2011-06-27 | 1 | -1/+2 |
* | Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2. | Bernd Schmidt | 2011-06-21 | 1 | -0/+4 |
* | tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_... | Jan Hubicka | 2010-12-01 | 1 | -2/+4 |
* | builtins.def (BUILT_IN_CALLOC, [...]): Mark as leaf. | Jakub Jelinek | 2010-10-06 | 1 | -20/+20 |
* | builtin-attrs.def (ATTR_LEAF): New attribute. | Jan Hubicka | 2010-09-28 | 1 | -206/+206 |
* | builtins.def (BUILT_IN_ARGS_INFO): Remove. | Nathan Froyd | 2010-07-23 | 1 | -1/+0 |
* | builtins.c (build_complex_cproj, [...]): New. | Kaveh R. Ghazi | 2010-04-20 | 1 | -3/+3 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | except.h (struct eh_region_d): Add use_cxa_end_cleanup. | Richard Henderson | 2009-09-28 | 1 | -0/+1 |
* | Squash commit of EH in gimple | Richard Henderson | 2009-09-14 | 1 | -0/+6 |
* | re PR c/39252 (Request new feature __builtin_unreachable ()) | David Daney | 2009-06-11 | 1 | -0/+1 |
* | builtins.def (va_start, [...]): Fix my previous commit. | Jan Hubicka | 2009-04-15 | 1 | -3/+3 |
* | * builtins.def (va_start, va_end, va_copy): Mark nothrow. | Jan Hubicka | 2009-04-15 | 1 | -3/+3 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | targhooks.h (struct gcc_target): New member unwind_word_mode. | Ulrich Weigand | 2008-06-18 | 1 | -1/+1 |
* | builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New. | Kaveh R. Ghazi | 2008-05-23 | 1 | -0/+1 |
* | re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution) | Kaveh R. Ghazi | 2008-05-18 | 1 | -0/+1 |
* | targhooks.h (default_emutls_var_fields, [...]): Declare. | Nathan Sidwell | 2008-04-27 | 1 | -2/+10 |
* | re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start... | Manuel López-Ibáñez | 2008-02-26 | 1 | -1/+0 |
* | re PR middle-end/19984 (nan should be C99 built-in) | Uros Bizjak | 2008-02-25 | 1 | -3/+3 |
* | tree-parloops.c: New file. | Zdenek Dvorak | 2007-09-15 | 1 | -1/+2 |
* | builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin. | Jakub Jelinek | 2007-09-11 | 1 | -0/+1 |
* | builtin-attrs.def (ATTR_NONNULL_3): New. | Jakub Jelinek | 2007-09-06 | 1 | -12/+12 |
* | builtins.def (BUILT_IN_VA_ARG_PACK): New built-in. | Jakub Jelinek | 2007-09-05 | 1 | -0/+1 |
* | builtin-types.def (BT_FN_PTR_PTR_SIZE): New type. | Francois-Xavier Coudert | 2007-08-29 | 1 | -0/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 2007-07-18 | 1 | -0/+1 |
* | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 2007-07-18 | 1 | -0/+1 |
* | re PR middle-end/32668 (The type-generic builtins apply default promotions) | Kaveh R. Ghazi | 2007-07-18 | 1 | -8/+8 |
* | builtins.def (BUILT_IN_CLEAR_CACHE): New builtin. | David Daney | 2007-07-11 | 1 | -1/+2 |
* | builtins.c (CASE_MATHFN_REENT): New macro. | Kaveh R. Ghazi | 2007-05-18 | 1 | -0/+6 |
* | re PR other/31852 (Missing __builtin_memchr) | Paolo Carlini | 2007-05-11 | 1 | -0/+1 |
* | extend.texi (Other Builtins): Add decimal float variants of signbit. | Janis Johnson | 2007-04-05 | 1 | -0/+3 |
* | builtins.def (lceil, [...]): Mark with ATTR_CONST_NOTHROW_LIST. | Kaveh R. Ghazi | 2007-03-08 | 1 | -12/+12 |
* | builtins.def (ATTR_MATHFN_FPROUNDING): Rely on flag_rounding_math, not flag_u... | Kaveh R. Ghazi | 2007-03-03 | 1 | -6/+6 |