aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-19re PR c++/84444 (ICE with __builtin_launder and cast)Jakub Jelinek1-2/+1
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+7
2018-01-14re PR other/83508 ([arm] c-c++-common/Wrestrict.c fails since r255836)Martin Sebor1-0/+12
2018-01-10PR tree-optimization/83671 - Fix for false positive reported by -Wstringop-ov...Martin Sebor1-1/+5
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-1/+1
2018-01-03Add a fixed_size_mode_pod classRichard Sandiford1-10/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: expand_ifn_atomic_compare_exchange_into_callRichard Sandiford1-1/+4
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner1-6/+6
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-1/+1
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-1/+1
2017-12-20PR testsuite/83131 - c-c++/common/attr-nonstring-3 failure for strcmp tests o...Martin Sebor1-249/+251
2017-12-20poly_int: get_object_alignment_2Richard Sandiford1-2/+11
2017-12-20Don't call targetm.calls.static_chain in non-static functionTom de Vries1-1/+1
2017-12-19PR middle-end/77608 - missing protection on trivially detectable runtime buff...Martin Sebor1-10/+60
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor1-160/+186
2017-12-06PR tree-optimization/82646 - bogus -Wstringop-overflow with -D_FORTIFY_SOURCE...Martin Sebor1-2/+4
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-13/+0
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor1-0/+5
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor1-13/+62
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner1-12/+53
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+1
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-18/+24
2017-10-17re PR middle-end/80295 (ICE in __builtin_update_setjmp_buf expander)Qing Zhao1-0/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-2/+2
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-6/+9
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-3/+3
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-9/+9
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-2/+1
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-2/+2
2017-08-30[9/77] Add SCALAR_FLOAT_TYPE_MODERichard Sandiford1-2/+3
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-4/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-01Make mempcpy more optimal (PR middle-end/70140).Martin Liska1-167/+101
2017-08-01Revert r250771Martin Liska1-107/+165
2017-08-01Make mempcpy more optimal (PR middle-end/70140).Martin Liska1-165/+107
2017-07-13ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32Maxim Ostapenko1-5/+3
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko1-0/+23
2017-06-29builtins.c (fold_builtin_FUNCTION): Use lang_hooks.decl_printable_name.Nathan Sidwell1-5/+4
2017-06-23Fix expand_builtin_atomic_fetch_op for pre-op (PR80902)Segher Boessenkool1-0/+6
2017-06-16PR tree-optimization/80934 - bzero should be assumed not to escape pointer ar...Martin Sebor1-1/+0
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-25/+349
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-349/+25
2017-06-02* builtins. (expand_builtin_alloca): Remove second parameter andEric Botcazou1-10/+8
2017-05-14PR middle-end/80669 - Bad -Wstringop-overflow warnings for stpncpyMartin Sebor1-17/+4
2017-05-05builtins.c (check_sizes, [...]): Fix typos introduced during merge conflict r...Martin Sebor1-15/+15
2017-05-04builtins.c: Fix a trivial typo in a comment.Martin Sebor1-1/+1
2017-05-04PR libstdc++/54924 - Warn for std::string constructor with wrong sizeMartin Sebor1-112/+192