summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* backportssegher2017-06-271-0/+6
* 2017-02-07 Richard Biener <rguenther@suse.de>rguenth2017-02-071-2/+4
* Fix __atomic to not implement atomic loads with CAS.torvald2017-02-011-2/+3
* PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...msebor2017-01-101-36/+0
* Update copyright years.jakub2017-01-011-1/+1
* PR bootstrap/78817jakub2016-12-211-11/+15
* PR c/78673 - sprintf missing attribute nonnull on destination argumentmsebor2016-12-141-8/+23
* PR middle-end/78750mpolacek2016-12-091-1/+1
* PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...msebor2016-12-081-3/+15
* PR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chkmsebor2016-12-081-91/+582
* * builtins.c (fold_builtin_strstr): Removed.jakub2016-12-071-70/+0
* 2016-11-17 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>acsawdey2016-11-171-20/+12
* PR target/77718jakub2016-11-091-1/+1
* * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluatingaldyh2016-10-271-2/+2
* PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.cmsebor2016-10-241-28/+75
* PR ada/37139ebotcazou2016-10-161-2/+60
* Fold __builtin_memchr functionmarxin2016-10-141-45/+14
* Fold __builtin_str{n}{case}cmp functionsmarxin2016-10-141-138/+0
* Remove RECORD_TYPE special-casing in std_canonical_va_list_typevries2016-10-111-4/+2
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-5/+3
* Move all existing strchr and strrchr folding from builtins.c to gimple-fold.c.wilco2016-10-051-128/+0
* 2016-09-29 Bernd Schmidt <bschmidt@redhat.com>acsawdey2016-09-291-5/+7
* 2016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012016-09-261-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-2/+3
* PR middle-end/77624jakub2016-09-201-2/+4
* Add inline functions for various bitwise operations.jason2016-09-161-5/+5
* Make canonical_va_list_type more strictvries2016-09-101-4/+0
* 2016-09-10 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-09-091-2/+0
* PR tree-optimization/71831 - __builtin_object_size poor results with nomsebor2016-09-021-4/+3
* Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).jsm282016-08-221-2/+1
* Add minimal _FloatN, _FloatNx built-in functions.jsm282016-08-221-0/+5
* gcc/ChangeLog:kugan2016-08-201-0/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-2/+2
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-5/+1
* PR middle-end/66867jakub2016-06-281-0/+117
* PR c++/70507jakub2016-06-081-3/+51
* PR tree-optimization/52171bernds2016-06-031-45/+38
* * builtins.c (expand_builtin_memcmp): Do not emit the call here.ebotcazou2016-05-131-45/+14
* PR c++/66561 - __builtin_LINE at al. should yield constant expressionsmsebor2016-05-031-0/+42
* PR target/49244jakub2016-05-031-0/+84
* PR70117, ppc long double isinfamodra2016-04-081-11/+89
* 2016-03-29 Richard Biener <rguenther@suse.de>rguenth2016-03-291-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-1/+1
* PR c/69104mpolacek2016-01-051-16/+26
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-04 Richard Biener <rguenther@suse.de>rguenth2015-12-041-0/+4
* PR 68432: Add a target hook to control size/speed optab choicesrsandifo2015-12-021-1/+2
* Extend tree-call-cdce to calls whose result is usedrsandifo2015-11-171-331/+0
* Short-cut generation of simple built-in functionsrsandifo2015-11-171-1/+1
* Extend mathfn_built_in to handle combined_fnrsandifo2015-11-171-109/+121