summaryrefslogtreecommitdiff
path: root/gcc/builtins.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor
2019-12-04PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor
2019-11-22PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt...Martin Sebor
2019-08-28PR tree-optimization/91457 - inconsistent warning for writing past the end of...Martin Sebor
2019-08-14Enable math functions linking with static library for LTOXiong Hu Luo
2019-02-16re PR rtl-optimization/66152 (suboptimal load bytes to stack)Jakub Jelinek
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-12-23builtins.h (c_strlen_data): Add new fields and comments.Martin Sebor
2018-10-02builtins.c (unterminated_array): Add new arguments.Martin Sebor
2018-09-29builtins.c (unterminated_array): Pass in c_strlen_data * to c_strlen rather t...Jeff Law
2018-09-14builtins.c (unterminated_array): Handle ARRAY_REF.Martin Sebor
2018-09-13builtins.h (c_srlen): Add argument.Martin Sebor
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska
2018-07-24PR tree-optimization/86622 - incorrect strlen of array of array plus variable...Martin Sebor
2018-01-03Add a fixed_size_mode_pod classRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-10-14Fold __builtin_memchr functionMartin Liska
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek
2016-05-03re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-17Short-cut generation of simple built-in functionsRichard Sandiford
2015-11-17Extend mathfn_built_in to handle combined_fnRichard Sandiford
2015-11-17Add internal math functionsRichard Sandiford
2015-11-07Move c_getstr to fold-const.cRichard Sandiford
2015-11-02Move constant folds for maths functions to new fileRichard Sandiford
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou
2015-01-05Update copyright years.Jakub Jelinek
2014-12-04builtins.c (target_newline): Export.Richard Biener
2014-12-03builtins.c (target_percent_c): Export.Richard Biener
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener
2014-09-09bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.Richard Sandiford
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-01-10Update copyright years in gcc/Richard Sandiford
2010-07-12Makefile.in (target-globals.o): Depend on builtins.h.Richard Sandiford