aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-28PR middle-end/86631 - missing -Walloc-size-larger-than on ILP32 hostsMartin Sebor1-2/+5
2018-08-28re PR middle-end/87099 (internal compiler error: segmentation fault)Jakub Jelinek1-8/+8
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-71/+2
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-1/+1
2018-06-18PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of sourceMartin Sebor1-11/+73
2018-06-18PR tree-optimization/81384 - built-in form of strnlen missingMartin Sebor1-11/+40
2018-06-12Use poly_int rtx accessors instead of hwi accessorsRichard Sandiford1-8/+2
2018-06-08Remove MPXMartin Liska1-203/+11
2018-05-31PR c/82063 - issues with arguments enabled by -WallMartin Sebor1-54/+70
2018-05-29PR middle-end/85888 - New test case c-c++-common/attr-nonstring-6.c from r260...Martin Sebor1-2/+2
2018-05-22PR middle-end/85359 - duplicate -Wstringop-overflow for a strcmp call with a ...Martin Sebor1-1/+4
2018-05-22Fix typo in a comment.Martin Sebor1-1/+1
2018-05-22PR c/85623 - strncmp() warns about attribute 'nonstring' incorrectly in -Wstr...Martin Sebor1-7/+66
2018-05-15PR middle-end/85643 - attribute nonstring fails to squash -Wstringop-truncati...Martin Sebor1-1/+5
2018-03-28Fix typos (PR other/84819).Martin Liska1-1/+1
2018-03-15re PR c++/79085 (ICE with placement new to unaligned location)Jakub Jelinek1-3/+8
2018-02-08re PR tree-optimization/84224 (ICE in execute, at gimple-ssa-warn-alloca.c:448)Aldy Hernandez1-1/+1
2018-01-03PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...Martin Sebor1-4/+19
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-8/+5
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-4/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: struct_value_sizeRichard Sandiford1-5/+7
2018-01-03poly_int: load_register_parametersRichard Sandiford1-23/+37
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford1-8/+6
2017-12-21poly_int: argument sizesRichard Sandiford1-239/+329
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-2/+2
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+2
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford1-3/+5
2017-12-20re PR c++/83490 (ICE in find_call_stack_args, at dce.c:392)Jakub Jelinek1-0/+3
2017-12-20Don't call targetm.calls.static_chain in non-static functionTom de Vries1-0/+11
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor1-17/+41
2017-12-16Revert accidental commitRichard Sandiford1-5/+3
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford1-3/+5
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-11/+24
2017-11-21re PR tree-optimization/82945 (add warning for passing non-strings to functio...Martin Sebor1-52/+0
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor1-0/+208
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-16/+9
2017-10-13Make more use of subreg_lowpart_offsetRichard Sandiford1-13/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-11/+9
2017-10-02Fix mismatched precisions in tree arithmeticRichard Sandiford1-3/+2
2017-09-21Make more use of simplify_gen_binaryRichard Sandiford1-10/+2
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-2/+2
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-4/+5
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-10/+13
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-55/+15
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-2/+1
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-3/+6
2017-08-08trans.c: Include header files.Martin Liska1-0/+2