]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/builtins.c
* doc/extend.texi (Common Function Attributes): Clarify
[thirdparty/gcc.git] / gcc / builtins.c
2019-06-03  wilcoFix PR64242 - Longjmp expansion incorrect
2019-05-20  marxinCome up with hook libc_has_fast_function (PR middle...
2019-05-17  mseborgcc/ada/ChangeLog:
2019-04-04  mseborPR middle-end/89957 - ICE calling strnlen with an int12...
2019-03-22  mseborPR tree-optimization/89350 - Wrong -Wstringop-overflow...
2019-03-12  jakub PR middle-end/89663
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jakub PR tree-optimization/89550
2019-03-05  jakub PR middle-end/89590
2019-02-21  jakub PR c++/89285
2019-02-16  jakub PR rtl-optimization/66152
2019-02-11  mseborPR c++/87996 - size of array is negative error when...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-02  law * gimple-fold.h (get_range_strlen): Update prototype.
2019-01-01  jakub Update copyright years.
2018-12-27  marxinComparison with an enum should mention enum value.
2018-12-23  law * builtins.h (c_strlen_data): Add new fields and comments.
2018-12-23  law * builtins.c (unterminated_array): Rename "data" to...
2018-12-23  law2018-12-23 Martin Sebor <msebor@redhat.com>
2018-11-30  law PR middle-end/64242
2018-11-29  marxinFix thinko in transition to memop_ret type (PR middle...
2018-11-27  marxinCome up with memop_ret enum instead of int endp for...
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-04  edlingergcc:
2018-10-17  aldyh * bitmap.c (bitmap_head::dump): New.
2018-10-05  mseborPR tree-optimization/87490 - ICE in expand_builtin_strn...
2018-10-02  law * builtins.c (unterminated_array): Add new arguments.
2018-09-29  law * builtins.c (unterminated_array): Pass in c_strlen_da...
2018-09-26  amsFix AArch64 ILP32 ICE.
2018-09-25  law PR c/87387
2018-09-21  amsPropagate address spaces to builtins.
2018-09-14  edlinger2018-09-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018-09-14  law * builtins.c (unterminated_array): Handle ARRAY_REF.
2018-09-14  law * builtins.c (unterminated_array): New.
2018-09-14  law * builtins.h (c_srlen): Add argument.
2018-09-14  law * builtins.c (c_strlen): Handle not zero terminated...
2018-08-29  lawgcc:
2018-08-29  law PR tree-optimization/86714
2018-08-28  mseborPR tree-optimization/87112 - ICE in fold_binary_loc...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-25  law PR tree-optimization/87059
2018-08-16  law * builtins.c (c_strlen): Add new parameter eltsize...
2018-08-15  qinzhaoDo not expand the call to memcmp at all when overflow...
2018-08-10  marxinIntroduce __builtin_expect_with_probability (PR target...
2018-07-31  rearnshaAdd __builtin_speculation_safe_value
2018-07-27  qinzhaoDisable strcmp/strncmp/memcmp inlining when optimization
2018-07-25  mseborPR tree-optimization/86622 - incorrect strlen of array...
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-20  qinzhaoGive up the inlining expansion for strcmp/strncmp/memcm...
2018-07-16  jakub PR tree-optimization/86526
2018-07-16  edlingergcc:
2018-07-13  qinzhao3nd Patch for PR78009
2018-07-09  mseborPR middle-end/77357 - strlen of constant strings not...
2018-06-18  mseborPR tree-optimization/81384 - built-in form of strnlen...
2018-06-12  mseborPR tree-optimization/85259 - Missing -Wstringop-overflo...
2018-06-08  marxinRemove MPX
2018-06-04  rguenth2018-06-04 Richard Biener <rguenther@suse.de>
2018-05-31  qinzhao2nd Patch for PR78009
2018-05-30  mseborPR middle-end/85369 - no -Wstringop-overflow for a...
2018-05-22  mseborPR middle-end/85359 - duplicate -Wstringop-overflow...
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-04  vries[expand] Handle null target in expand_builtin_goacc_par...
2018-05-02  vries[openacc] Add __builtin_goacc_parlevel_{id,size}
2018-04-17  jakub PR sanitizer/85230
2018-04-13  jakub PR middle-end/81657
2018-04-04  matzFix -Wstringop-overflow regression
2018-04-03  jakub PR tree-optimization/85156
2018-03-30  mseborPR tree-optimization/84818 - integer_onep must not...
2018-03-20  jakub PR c/84953
2018-02-19  jakub PR c++/84444
2018-01-18  borisAdd ability to remap file names in __FILE__, etc (PR...
2018-01-15  law PR other/83508
2018-01-10  mseborPR tree-optimization/83671 - Fix for false positive...
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifoAdd a fixed_size_mode_pod class
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: expand_ifn_atomic_compare_exchange_into_call
2017-12-28  meissner[gcc]
2017-12-21  rsandifopoly_int: MEM_REF offsets
2017-12-21  rsandifopoly_int: REG_ARGS_SIZE
2017-12-20  mseborPR testsuite/83131 - c-c++/common/attr-nonstring-3...
2017-12-20  rsandifopoly_int: get_object_alignment_2
2017-12-20  vriesDon't call targetm.calls.static_chain in non-static...
2017-12-19  mseborPR middle-end/77608 - missing protection on trivially...
2017-12-16  mseborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-06  mseborPR tree-optimization/82646 - bogus -Wstringop-overflow...
2017-11-30  jakub * spellcheck-tree.c (test_find_closest_identifier...
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-21  mseborPR tree-optimization/82945 - add warning for passing...
2017-11-10  mseborPR c/81117 - Improve buffer overflow checking in strncpy
2017-10-27  meissner[gcc]
2017-10-23  rsandifoConvert STARTING_FRAME_OFFSET to a hook
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-17  paologcc/ChangeLog
2017-09-25  rsandifoTurn CONSTANT_ALIGNMENT into a hook
2017-09-05  rsandifoMake more use of int_mode_for_size
2017-09-04  rsandifoPR82045: Avoid passing machine modes through "..."
2017-08-30  rsandifo[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[18/77] Make int_mode_for_mode return an opt_scalar_int...
next